Skip to content

Commit

Permalink
Bump version 1.14.1 -> 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed Jun 27, 2024
1 parent b9f4ab7 commit 594da0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions accessibility-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.1
* Version: 1.14.2
* Author: Equalize Digital
* Author URI: https://equalizedigital.com
* License: GPL-2.0+
Expand All @@ -35,7 +35,7 @@

// Current plugin version.
if ( ! defined( 'EDAC_VERSION' ) ) {
define( 'EDAC_VERSION', '1.14.1' );
define( 'EDAC_VERSION', '1.14.2' );
}

// Current database version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessibility-checker",
"version": "1.14.1",
"version": "1.14.2",
"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+",
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ No, Accessibility Checker runs completely on your server and does not require yo

== Changelog ==

= 1.15.0 =
* Fixed: Frontend highlighter could not be moved to the right side of the window on mobile
* Enhancement: Reduce false positives for underlined text check

= 1.14.1 =
* Fixed: Prevent settings page layout issue

Expand Down

0 comments on commit 594da0a

Please sign in to comment.