Skip to content

Commit 1d14911

Browse files
committed
Update version numbers/readme
1 parent 705c46d commit 1d14911

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Domain Path: /lang
1818
* License: GPL-2.0+
1919
* License URI: http://www.gnu.org/license/gpl-2.0.txt
20-
* Version: 2.2.6
20+
* Version: 2.3.0
2121
*/
2222

2323
/*

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Improving the Accessibility of your WordPress site.
1111
* Requires at least: 5.9
1212
* Tested up to: 6.9
1313
* Requires PHP: 7.4
14-
* Stable tag: `2.2.6`
14+
* Stable tag: `2.3.0`
1515
* License: GPLv3
1616
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1717

src/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: accessibility, wcag, a11y, section508, alt text
55
Requires at least: 5.9
66
Tested up to: 6.9
77
Requires PHP: 7.4
8-
Stable tag: 2.2.6
8+
Stable tag: 2.3.0
99
Text Domain: wp-accessibility
1010
License: GPLv3
1111

@@ -85,7 +85,7 @@ WP Accessibility includes a statistics collection feature to help you identify h
8585
= 2.3.0 =
8686

8787
* Change: Split settings into three pages: features, admin, and remediation.
88-
* Change: Add settings to disable automatic labelling, viewport settings, and removal of title attributes.
88+
* Change: Add settings to disable automatic labelling, viewport settings, lang attributes, and removal of title attributes.
8989
* Change: Remove PHP-based title attribute removals.
9090
* Change: Switch settings markup from lists to paragraphs.
9191
* Change: Add bulk disable to turn off all overlay features.

src/wp-accessibility.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Domain Path: /lang
1818
* License: GPL-2.0+
1919
* License URI: http://www.gnu.org/license/gpl-2.0.txt
20-
* Version: 2.2.6
20+
* Version: 2.3.0
2121
*/
2222

2323
/*
@@ -52,7 +52,7 @@
5252
require_once __DIR__ . '/wp-accessibility-stats.php';
5353
}
5454

55-
define( 'WP_ACCESSIBILITY_VERSION', '2.2.6' );
55+
define( 'WP_ACCESSIBILITY_VERSION', '2.3.0' );
5656

5757
register_activation_hook( __FILE__, 'wpa_install' );
5858

0 commit comments

Comments
 (0)