Skip to content

Commit

Permalink
Update version numbers/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 17, 2020
1 parent db80268 commit 9b92bcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: title, accessibility, accessible, navigation, wcag, a11y, section508, focu
Requires at least: 3.4.2
Requires PHP: 5.3
Tested up to: 5.6
Stable tag: 1.7.4
Stable tag: 1.7.5
Text Domain: wp-accessibility
License: GPLv2 or later

Expand Down Expand Up @@ -74,6 +74,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.5 =

* Bug fix: register_block_style only exists since WP 5.3; check function exists first.

= 1.7.4 =

* Change: mark ` ` as an invalid alt value.
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.4
* Version: 1.7.5
*/

/*
Expand Down Expand Up @@ -69,7 +69,7 @@ function wpa_admin_menu() {
* Install on activation.
*/
function wpa_install() {
$wpa_version = '1.7.3';
$wpa_version = '1.7.5';
if ( 'true' !== get_option( 'wpa_installed' ) ) {
add_option( 'rta_from_nav_menu', 'on' );
add_option( 'rta_from_page_lists', 'on' );
Expand Down

0 comments on commit 9b92bcb

Please sign in to comment.