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 Jan 17, 2024
1 parent 13fd3c6 commit 034feb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 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: 6.2
Tested up to: 6.4.2
Stable tag: 1.7.0
Stable tag: 1.7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.7.1 =
* Fixes: classic editor save conflict
* Fixes: password protection message displaying repeatedly

= 1.7.0 =
* Added: Architecture for JavaScript-based checks for better code analysis
* Updated: Color contrast check now uses axe-core rule for improved accuracy
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.7.0
* Version: 1.7.1
* Author: Equalize Digital
* Author URI: https://equalizedigital.com
* License: GPL-2.0+
Expand Down Expand Up @@ -45,7 +45,7 @@

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

// Current database version.
Expand Down

0 comments on commit 034feb0

Please sign in to comment.