Skip to content

Commit 3ff4615

Browse files
committed
updated - readme and version
1 parent 2f1bee3 commit 3ff4615

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.txt

Lines changed: 6 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.4
6+
Stable tag: 1.5.5
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

172172
== Changelog ==
173173

174+
= 1.5.5 =
175+
Fixed: frontend highlighting description panel close button JavaScript error
176+
Fixed: frontend highlighting no issues detected JavaScript error
177+
Fixed: frontend highlighting panel close button bug
178+
174179
= 1.5.4 =
175180
Updated: welcome page data caching for better performance
176181
Removed: dashboard reports widget

accessibility-checker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Accessibility Checker
1111
* Plugin URI: https://a11ychecker.com
1212
* Description: Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
13-
* Version: 1.5.4
13+
* Version: 1.5.5
1414
* Author: Equalize Digital
1515
* Author URI: https://equalizedigital.com
1616
* License: GPL-2.0+
@@ -33,7 +33,7 @@
3333

3434
// Current plugin version.
3535
if ( ! defined( 'EDAC_VERSION' ) ) {
36-
define( 'EDAC_VERSION', '1.5.4' );
36+
define( 'EDAC_VERSION', '1.5.5' );
3737
}
3838

3939
// Current database version.

0 commit comments

Comments
 (0)