diff --git a/README.txt b/README.txt index d98bfe2a..e7809383 100644 --- a/README.txt +++ b/README.txt @@ -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 @@ -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 diff --git a/accessibility-checker.php b/accessibility-checker.php index 2907941e..fd5df247 100644 --- a/accessibility-checker.php +++ b/accessibility-checker.php @@ -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+ @@ -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.