diff --git a/accessibility-checker.php b/accessibility-checker.php index 401b7276..09a15076 100755 --- a/accessibility-checker.php +++ b/accessibility-checker.php @@ -10,7 +10,7 @@ * Plugin Name: Accessibility Checker * Plugin URI: https://a11ychecker.com * Description: Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance. - * Version: 1.13.1 + * Version: 1.14.0 * Author: Equalize Digital * Author URI: https://equalizedigital.com * License: GPL-2.0+ @@ -35,7 +35,7 @@ // Current plugin version. if ( ! defined( 'EDAC_VERSION' ) ) { - define( 'EDAC_VERSION', '1.13.1' ); + define( 'EDAC_VERSION', '1.14.0' ); } // Current database version. diff --git a/package.json b/package.json index 6cdc3a8b..f5ffe407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-checker", - "version": "1.13.1", + "version": "1.14.0", "description": "Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.", "author": "Equalize Digital", "license": "GPL-2.0+", diff --git a/readme.txt b/readme.txt index 98a25206..b1783198 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: equalizedigital, alh0319, stevejonesdev Tags: accessibility, accessible, wcag, ada, WP accessibility Requires at least: 6.2 Tested up to: 6.5.4 -Stable tag: 1.13.1 +Stable tag: 1.14.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html