Skip to content

Commit 4e43b0f

Browse files
committed
Merge branch 'release/v1.6.0'
2 parents 9d75d5d + c59c6ce commit 4e43b0f

46 files changed

Lines changed: 2404 additions & 8271 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
.sass-cache/
33
#.codekit-config.json
44
#config.codekit
5-
#config.codekit3
5+
config.codekit3
66
edac_log.txt
7-
7+
88
# Hidden system files
99
*.DS_Store
1010
*[Tt]humbs.db

README.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: equalizedigital, alh0319, stevejonesdev
33
Tags: accessibility, accessible, wcag, ada, WP accessibility, section 508, aoda, a11y, audit, readability, content analysis
44
Requires at least: 5.0.0
55
Tested up to: 6.3.1
6-
Stable tag: 1.5.6
6+
Stable tag: 1.6.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -171,6 +171,26 @@ No, Accessibility Checker runs completely on your server and does not require yo
171171

172172
== Changelog ==
173173

174+
= 1.6.0 =
175+
Added: dashboard reports widget
176+
Added: frontend highlighting page scan trigger
177+
Added: enhancements to the Low-quality Alternative Text check
178+
Fixed: adherence to coding standards
179+
Fixed: frontend highlighting responsiveness on mobile
180+
Fixed: frontend highlighting's broken ARIA reference
181+
Fixed: Issue Density bug when creating a new post
182+
Fixed: a bug on the reports dashboard widget and welcome page when no post types are selected in the settings
183+
Fixed: settings page tab order bug
184+
Updated: scanning process to exclude the admin bar and the query monitor
185+
Updated: improvements to the Ambiguous Anchor check
186+
Updated: the Browser.php class has been restructured to load via Composer
187+
Updated: the TextStatistics class is now loaded through Composer
188+
Updated: text domain and internationalization on user-facing strings
189+
Updated: reports dashboard widget and welcome page now have improved refresh and caching
190+
Updated: the date format on the reports dashboard widget and the welcome page now respects the site's timezone setting
191+
Updated: Improved performance during the purge of issues after changing the "post types to scan" setting
192+
Removed: CSS output when a user is logged out
193+
174194
= 1.5.6 =
175195
Fixed: reading level ajax timing issue
176196

0 commit comments

Comments
 (0)