Skip to content

Commit faaef00

Browse files
committed
updated - version and readme
1 parent 961f301 commit faaef00

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.txt

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

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

172172
== Changelog ==
173173

174+
= 1.5.4 =
175+
Updated: welcome page data caching for better performance
176+
Removed: dashboard reports widget
177+
174178
= 1.5.3 =
175179
Updated: prevent enqueue scripts from running if global post is not defined
176180

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.3
13+
* Version: 1.5.4
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.3' );
36+
define( 'EDAC_VERSION', '1.5.4' );
3737
}
3838

3939
// Current database version.

0 commit comments

Comments
 (0)