Skip to content

Commit

Permalink
Version bump and changelog release date
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Sep 22, 2023
1 parent 725f8a4 commit deae834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @var string
*/
const PLUGIN_CHECK_VERSION = '0.2.0';
const PLUGIN_CHECK_VERSION = '0.2.1';

include __DIR__ . '/export.php';
include __DIR__ . '/message.php';
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Plugin Check
* Contributors: dd32, davidperez, bordoni, frantorres, eherman24, alexsanford1
* Requires at least: 6.2
* Tested up to: 6.3.1
* Stable tag: 0.2.0
* Stable tag: 0.2.1
* License: GPLv2 or later
* Requires PHP: 7.2
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -42,7 +42,7 @@ This plugin checker is not perfect, and never will be. It is only a tool to help

== Changelog ==

= [0.2.1] 2023-09-?? =
= [0.2.1] 2023-09-22 =

* Added - 'View in code editor' link beneath each PHPCS error or warning. Props @EvanHerman, @westonruter, @felixarntz, @mukeshpanchal27 [#262](https://github.com/10up/plugin-check/pull/262)
* Fix - Ensure `readme.txt` has priority over `readme.md` when both are present. Props @bordoni, @afragen [#258](https://github.com/10up/plugin-check/pull/258)
Expand Down

0 comments on commit deae834

Please sign in to comment.