Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Because I'm an idiot.
  • Loading branch information
joedolson committed Dec 6, 2023
1 parent da5c27e commit 9af9fff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion init.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: 2.1.5
* Version: 2.1.6
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-accessibility",
"version": "2.1.5",
"version": "2.1.6",
"private": true,
"description": "WP Accessibility WordPress plug-in.",
"author": "Joe Dolson",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Improving the Accessibility of your WordPress site.
* Requires at least: 4.4
* Tested up to: 6.4
* Requires PHP: 7.0
* Stable tag: `2.1.5`
* Stable tag: `2.1.6`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
6 changes: 3 additions & 3 deletions 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
Tested up to: 6.4
Requires PHP: 7.0
Stable tag: 2.1.5
Stable tag: 2.1.6
Text Domain: wp-accessibility
License: GPLv2 or later

Expand Down Expand Up @@ -82,7 +82,7 @@ WP Accessibility includes a statistics collection feature to help you identify h

[Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/)

= 2.1.5 =
= 2.1.5, 2.1.6 =

* Security fix: XSS vulnerability caused by a debugging statement left in place. Props Joshua Bixler.

Expand Down Expand Up @@ -651,4 +651,4 @@ Even if WP Accessibility is running correctly, not all accessibility testing too

== Upgrade Notice ==

* 2.1.5 Security Fix. Please update promptly.
* 2.1.6 Security Fix. Please update promptly.
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: 2.1.5
* Version: 2.1.6
*/

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

0 comments on commit 9af9fff

Please sign in to comment.