Skip to content

Commit e852ebd

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents b8363b1 + 5b77d6e commit e852ebd

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

accessibility-checker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Accessibility Checker
1111
* Plugin URI: https://a11ychecker.com
1212
* Description: Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
13-
* Version: 1.31.0
13+
* Version: 1.31.1
1414
* Requires PHP: 7.4
1515
* Author: Equalize Digital
1616
* Author URI: https://equalizedigital.com
@@ -36,7 +36,7 @@
3636

3737
// Current plugin version.
3838
if ( ! defined( 'EDAC_VERSION' ) ) {
39-
define( 'EDAC_VERSION', '1.31.0' );
39+
define( 'EDAC_VERSION', '1.31.1' );
4040
}
4141

4242
// Current database version.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accessibility-checker",
3-
"version": "1.31.0",
3+
"version": "1.31.1",
44
"description": "Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.",
55
"author": "Equalize Digital",
66
"license": "GPL-2.0+",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: equalizedigital, alh0319, stevejonesdev
33
Tags: accessibility, accessible, wcag, ada, WP accessibility
44
Requires at least: 6.6
55
Tested up to: 6.8
6-
Stable tag: 1.31.0
6+
Stable tag: 1.31.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -211,6 +211,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
211211

212212
== Changelog ==
213213

214+
= 1.31.1 =
215+
* Added: Privacy policy link added at newsletter signup.
216+
* Improved: Error messages returned from some ajax actions are more descriptive.
217+
214218
= 1.31.0 =
215219
* Improved: Don't flag YouTube scripts as video present mistakenly.
216220
* Improved: Underlined text rule now will find more instances of underlined text.

0 commit comments

Comments
 (0)