Skip to content

Commit

Permalink
Update readme & version nos.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 28, 2022
1 parent a50fd66 commit 74e3033
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 6 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/wp-accessibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/*
Expand Down Expand Up @@ -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', '' );
Expand Down

0 comments on commit 74e3033

Please sign in to comment.