Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 16, 2021
1 parent 847867e commit cea4dd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.7
* Tested up to: 5.8
* Requires PHP: 5.3
* Stable tag: `1.7.7`
* Stable tag: `1.7.9`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
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.6
Tested up to: 5.8
Stable tag: 1.7.8
Stable tag: 1.7.9
Text Domain: wp-accessibility
License: GPLv2 or later

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

* Bug fix: potentially undeclared variable in 1.7.8.

= 1.7.8 =

* Bug fix: Avoid showing longdesc interface if no description defined.
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.8
* Version: 1.7.9
*/

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

0 comments on commit cea4dd4

Please sign in to comment.