Skip to content

Commit

Permalink
Update readme and version nums
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Feb 12, 2025
1 parent e523f8d commit 3da8e38
Show file tree
Hide file tree
Showing 6 changed files with 12 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.14
* Version: 2.1.15
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14",
"version": "2.1.15",
"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.9
* Tested up to: 6.7
* Requires PHP: 7.4
* Stable tag: `2.1.14`
* Stable tag: `2.1.15`
* 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: accessibility, wcag, a11y, section508, alt text
Requires at least: 4.9
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 2.1.14
Stable tag: 2.1.15
Text Domain: wp-accessibility
License: GPLv2 or later

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

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

= 2.1.15 =

* Bug fix: Wrap block editor assets in `is_admin()` conditional to prevent front-end rendering.

= 2.1.14 =

* Add Bluesky & set `aria-hidden` on social SVGs.
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: 2.1.14
* Version: 2.1.15
*/

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

0 comments on commit 3da8e38

Please sign in to comment.