Skip to content

Commit

Permalink
updated - verison and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Dec 18, 2023
1 parent a9a3a07 commit bbf9311
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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.1
Stable tag: 1.6.10
Tested up to: 6.4.2
Stable tag: 1.7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.7.0-beta1 =
Added: architecture to switch checks to scan via JavaScript
Updated: color contrast check to use axe-core rule
= 1.7.0 =
Added: Enhanced architecture to enable checks to be scanned via JavaScript, providing more efficient and dynamic code analysis.
Updated: Improved color contrast check now utilizes the axe-core rule for more accurate and reliable accessibility testing.
Fixed: Resolved an issue where the frontend highlighting panel was blocking user interactions, enhancing the usability of the interface.
Fixed: Addressed a compatibility issue with PHP 8+, where the automatic conversion of 'false' to an array is deprecated, ensuring smoother operation on newer PHP environments.
Removed: Deprecated the PHP-based color contrast check in favor of the more advanced axe-core rule implementation for consistency and improved performance.

= 1.6.8 =
Updated: system info to stop showing edac_authorization_username & edac_authorization_username
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-beta1.7
* Version: 1.7.0
* 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-beta1.7' );
define( 'EDAC_VERSION', '1.7.0' );
}

// Current database version.
Expand Down

0 comments on commit bbf9311

Please sign in to comment.