Skip to content

Commit

Permalink
updated - readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Sep 8, 2023
1 parent 2f1bee3 commit 3ff4615
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: equalizedigital, alh0319, stevejonesdev
Tags: accessibility, accessible, wcag, ada, WP accessibility, section 508, aoda, a11y, audit, readability, content analysis
Requires at least: 5.0.0
Tested up to: 6.3.1
Stable tag: 1.5.4
Stable tag: 1.5.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.5.5 =
Fixed: frontend highlighting description panel close button JavaScript error
Fixed: frontend highlighting no issues detected JavaScript error
Fixed: frontend highlighting panel close button bug

= 1.5.4 =
Updated: welcome page data caching for better performance
Removed: dashboard reports widget
Expand Down
4 changes: 2 additions & 2 deletions accessibility-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Accessibility Checker
* Plugin URI: https://a11ychecker.com
* Description: Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
* Version: 1.5.4
* Version: 1.5.5
* Author: Equalize Digital
* Author URI: https://equalizedigital.com
* License: GPL-2.0+
Expand All @@ -33,7 +33,7 @@

// Current plugin version.
if ( ! defined( 'EDAC_VERSION' ) ) {
define( 'EDAC_VERSION', '1.5.4' );
define( 'EDAC_VERSION', '1.5.5' );
}

// Current database version.
Expand Down

0 comments on commit 3ff4615

Please sign in to comment.