Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed May 28, 2019
1 parent 4e5a69f commit 0a62d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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.2
Stable tag: 1.6.9
Stable tag: 1.6.10
Text Domain: wp-accessibility
License: GPLv2 or later

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.6.9
* Version: 1.6.10
*/

/*
Expand Down Expand Up @@ -68,7 +68,7 @@ function wpa_admin_menu() {
* Install on activation.
*/
function wpa_install() {
$wpa_version = '1.6.9';
$wpa_version = '1.6.10';
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 0a62d86

Please sign in to comment.