From 3f541a8880c31ded2f6b58ed3c611cf4b57665f8 Mon Sep 17 00:00:00 2001 From: pattonwebz Date: Mon, 18 Nov 2024 19:15:01 +0000 Subject: [PATCH 1/3] Bump version 1.16.2 -> 1.16.3 --- accessibility-checker.php | 4 ++-- package.json | 2 +- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/accessibility-checker.php b/accessibility-checker.php index b04de3fa..3a104eaa 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.16.2 + * Version: 1.16.3 * Author: Equalize Digital * Author URI: https://equalizedigital.com * License: GPL-2.0+ @@ -35,7 +35,7 @@ // Current plugin version. if ( ! defined( 'EDAC_VERSION' ) ) { - define( 'EDAC_VERSION', '1.16.2' ); + define( 'EDAC_VERSION', '1.16.3' ); } // Current database version. diff --git a/package.json b/package.json index bbc421b3..32959e7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-checker", - "version": "1.16.2", + "version": "1.16.3", "description": "Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.", "author": "Equalize Digital", "license": "GPL-2.0+", diff --git a/readme.txt b/readme.txt index 55bce39f..6d17f98e 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.7.0 -Stable tag: 1.16.2 +Stable tag: 1.16.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 7fa7ba9198a17c9da1a4ae39010b1b631153bbdd Mon Sep 17 00:00:00 2001 From: pattonwebz Date: Mon, 18 Nov 2024 19:28:40 +0000 Subject: [PATCH 2/3] Add changelog items for release --- readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 6d17f98e..c01f8969 100644 --- a/readme.txt +++ b/readme.txt @@ -171,8 +171,11 @@ No, Accessibility Checker runs completely on your server and does not require yo == Changelog == -= 1.16.2 = += 1.16.3 = +* Enahanement: Add Fix settings to site health info panels. +* Fixed: Corrected a string that was misplaced in a fix. += 1.16.2 = * Enhancement: Use better names for fix modal titles. * Enhancement: Improve the link_pdf rule to detect more accurately. * Enhancement: Improve the link_ms_office_doc rule to detect more accurately. From a6702510f29313f9e5868ec88ede0f3ddefb1c12 Mon Sep 17 00:00:00 2001 From: pattonwebz Date: Mon, 18 Nov 2024 19:30:29 +0000 Subject: [PATCH 3/3] Fix typo Enahanement -> Enhancement --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index c01f8969..0a62be35 100644 --- a/readme.txt +++ b/readme.txt @@ -172,7 +172,7 @@ No, Accessibility Checker runs completely on your server and does not require yo == Changelog == = 1.16.3 = -* Enahanement: Add Fix settings to site health info panels. +* Enhancement: Add Fix settings to site health info panels. * Fixed: Corrected a string that was misplaced in a fix. = 1.16.2 =