Skip to content

Commit ee56d97

Browse files
committed
Bump version * Version: 1.25.0 -> 1.26.0
1 parent b3ef906 commit ee56d97

3 files changed

Lines changed: 5 additions & 5 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.25.0
13+
* Version: 1.26.0
1414
* Author: Equalize Digital
1515
* Author URI: https://equalizedigital.com
1616
* License: GPL-2.0+
@@ -35,7 +35,7 @@
3535

3636
// Current plugin version.
3737
if ( ! defined( 'EDAC_VERSION' ) ) {
38-
define( 'EDAC_VERSION', '1.25.0' );
38+
define( 'EDAC_VERSION', '1.26.0' );
3939
}
4040

4141
// Current database version.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accessibility-checker",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
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+",
@@ -24,7 +24,6 @@
2424
"lint:php:fix": "./vendor/bin/phpcbf",
2525
"lint:js": "wp-scripts lint-js",
2626
"lint:js:fix": "wp-scripts lint-js --fix",
27-
2827
"test:php": "npx wp-env run tests-cli ./source/vendor/phpunit/phpunit/phpunit -c ./source/phpunit.dev.xml ./source/tests/phpunit",
2928
"test:e2e": "npx wp-env clean tests && npx playwright test ./e2e/specs",
3029
"test:jest": "jest --config=./tests/jest/jest.config.js --passWithNoTests",
@@ -61,6 +60,7 @@
6160
"clean-webpack-plugin": "^4.0.0",
6261
"css-loader": "^6.8.1",
6362
"css-minimizer-webpack-plugin": "^5.0.0",
63+
"cypress": "^14.5.0",
6464
"focus-trap": "^7.4.3",
6565
"husky": "^9.0.6",
6666
"jest": "^29.7.0",

readme.txt

Lines changed: 1 addition & 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.2
55
Tested up to: 6.8.0
6-
Stable tag: 1.25.0
6+
Stable tag: 1.26.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

0 commit comments

Comments
 (0)