diff --git a/accessibility-checker.php b/accessibility-checker.php index 1444a001..49469d3c 100755 --- 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.10.0 + * Version: 1.10.1 * Author: Equalize Digital * Author URI: https://equalizedigital.com * License: GPL-2.0+ @@ -41,7 +41,7 @@ // Current plugin version. if ( ! defined( 'EDAC_VERSION' ) ) { - define( 'EDAC_VERSION', '1.10.0' ); + define( 'EDAC_VERSION', '1.10.1' ); } // Current database version. diff --git a/readme.txt b/readme.txt index ae72ec8c..7d9f4b1e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: equalizedigital, alh0319, stevejonesdev Tags: accessibility, accessible, wcag, ada, WP accessibility Requires at least: 6.2 Tested up to: 6.4.3 -Stable tag: 1.10.0 +Stable tag: 1.10.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -171,6 +171,14 @@ No, Accessibility Checker runs completely on your server and does not require yo == Changelog == += 1.10.1 = +* Fixed: Prevent scheme-relative URLs from causing an error when scanning for animated gif of webp files +* Fixed: Potential edge case where an issue density calculation could cause a PHP warning and cause a failed scan +* Fixed: Ensure that missing form labels are reported in the scan results appropriately +* Fixed: Avoid error log when trashing posts in the block editor +* Created: Class to handle the editor meta box for scan results +* Deprecated: `edac_register_meta_boxes`, `edac_custom_meta_box_cb` functions + = 1.10.0 = * Updated: Improved aria-hidden scanning rule * Fixed: Prevent missing_transcript rule from flagging on certain links @@ -181,8 +189,6 @@ No, Accessibility Checker runs completely on your server and does not require yo * Deprecated: `edac_insert_rule_data` function * Created: Class to handle data purging and cleanup * Deprecated: `edac_delete_post`, `edac_delete_post_meta`, `edac_delete_cpt_posts` functions -* Created: Class to handle the editor meta box for scan results -* Deprecated: `edac_register_meta_boxes`, `edac_custom_meta_box_cb` functions = 1.9.3 = * Updated: capability checks for the welcome page, dashboard widget, and admin notices