From 74e3033196b5adea60fdc9d06143ae8d74e7810d Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Fri, 28 Jan 2022 14:50:54 -0600 Subject: [PATCH] Update readme & version nos. --- readme.md | 4 ++-- src/readme.txt | 8 ++++++-- src/wp-accessibility.php | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 7c12de8..de5aa04 100644 --- a/readme.md +++ b/readme.md @@ -9,9 +9,9 @@ Improving the Accessibility of your WordPress site. * Donate link: https://www.joedolson.com/donate/ * Tags: accessibility, WordPress * Requires at least: 4.4 -* Tested up to: 5.8 +* Tested up to: 5.9 * Requires PHP: 5.6 -* Stable tag: `1.7.12` +* Stable tag: `1.7.13` * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/src/readme.txt b/src/readme.txt index fa2546c..277728d 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -4,8 +4,8 @@ Donate link: http://www.joedolson.com/donate/ Tags: title, accessibility, accessible, navigation, wcag, a11y, section508, focus, alt text, labels, aria Requires at least: 3.4.2 Requires PHP: 5.6 -Tested up to: 5.8 -Stable tag: 1.7.12 +Tested up to: 5.9 +Stable tag: 1.7.13 Text Domain: wp-accessibility License: GPLv2 or later @@ -76,6 +76,10 @@ The plug-in is intended to help with deficiencies commonly found in themes and t [Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/) += 1.7.13 = + +* Bug fix: empty space in toolbar attachment point field created uncaught exception in JS. + = 1.7.12 = * Bug fix: Improved automatic labeling; checks for existing aria-label or aria-labelledby values. diff --git a/src/wp-accessibility.php b/src/wp-accessibility.php index 4025f3d..413bf07 100644 --- a/src/wp-accessibility.php +++ b/src/wp-accessibility.php @@ -17,7 +17,7 @@ * Domain Path: /lang * License: GPL-2.0+ * License URI: http://www.gnu.org/license/gpl-2.0.txt - * Version: 1.7.12 + * Version: 1.7.13 */ /* @@ -69,7 +69,7 @@ function wpa_admin_menu() { * Install on activation. */ function wpa_install() { - $wpa_version = '1.7.12'; + $wpa_version = '1.7.13'; if ( 'true' !== get_option( 'wpa_installed' ) ) { add_option( 'rta_from_tag_clouds', 'on' ); add_option( 'asl_styles_focus', '' );