Skip to content

Commit 3456ce5

Browse files
committed
Bump version to 1.30.1 and update changelog
Updated the plugin version in multiple files to reflect the new release and added improvements to the changelog. [PRO-165]
1 parent 0bf343f commit 3456ce5

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

accessibility-checker.php

Lines changed: 3 additions & 3 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.30.0
13+
* Version: 1.30.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.30.0' );
39+
define( 'EDAC_VERSION', '1.30.1' );
4040
}
4141

4242
// Current database version.
@@ -122,7 +122,7 @@ function edac_register_rules() {
122122

123123
// Use the new class-based rules system.
124124
$default_rules = \EqualizeDigital\AccessibilityChecker\Rules\RuleRegistry::load_rules();
125-
125+
126126
/**
127127
* Filter the default rules.
128128
*

includes/classes/class-rest-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function () use ( $ns, $version ) {
212212
*
213213
* This is a permission callback to replace several places where we check if the user can edit a post.
214214
*
215-
* @since 1.31.0
215+
* @since 1.30.1
216216
*
217217
* @param \WP_REST_Request $request The request object passed from the REST call. This should contain the 'id' of the post to check permissions for.
218218
*

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.30.0",
3+
"version": "1.30.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.30.0
6+
Stable tag: 1.30.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.30.1 =
215+
* Improved: The rescan and clear buttons in the frontend highlighter are now only shown when they can be used.
216+
* Improved: Issue saving and clearing now has more robust capability checking.
217+
214218
= 1.30.0 =
215219
* Added: Ability to clear issues on a post or page from the frontend highlighter.
216220
* Added: More accessibility checker details in the site health check.

0 commit comments

Comments
 (0)