Skip to content

Commit

Permalink
Bump versions from 1.18.0 to 1.18.1
Browse files Browse the repository at this point in the history
1.18.0 did not release, so bumping it's version directly instead of adding additional changelog
  • Loading branch information
pattonwebz committed Jan 17, 2025
1 parent 04298fa commit 574873d
Show file tree
Hide file tree
Showing 2 changed files with 3 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.18.0
* Version: 1.18.1
* 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.18.0' );
define( 'EDAC_VERSION', '1.18.1' );
}

// Current database version.
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ No, Accessibility Checker runs completely on your server and does not require yo

== Changelog ==

= 1.18.0 =
= 1.18.1 =
* New: Add a new fix for adding a new tab/window warning to links with target="_blank".
* Enahncement: Allow cache bypass from stats requests to force latest numbers.
* Enhancement: Make a clear-issues endpoint more usable in different situations.
Expand Down

0 comments on commit 574873d

Please sign in to comment.