Skip to content

Commit

Permalink
version: Now is 0.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Canga committed Feb 9, 2020
1 parent 529fc2d commit 3ee541a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: wpo, webperf, webperformance
Requires at least: 5.0
Tested up to: 5.3.2
Requires PHP: 7.2
Stable tag: 0.2
Stable tag: 0.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -38,7 +38,7 @@ If you’re interested in contributing to WPO Checker, head to the [WPO Checker
== Changelog ==
More detailed changes in [WPO Checker GitHub Repository](https://github.com/trasweb/wpo-checker/).

= 0.3 =
= 0.3 / 2019-02-09 =
* Feat: Add bytecheck site
* Feat: Add description to sites
* Feat: Improve appearance of site selection page
Expand Down
2 changes: 1 addition & 1 deletion src/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
final class Plugin {
public const _CLASSES_ = __DIR__;
public const NAMESPACE = __NAMESPACE__;
public const CURRENT_VERSION = '0.2';
public const CURRENT_VERSION = '0.3';
public const CONFIG_PAGE = 'sites_selection_page';

private const SUPPORTED_PHP_VERSION = '7.2.0';
Expand Down
2 changes: 1 addition & 1 deletion wpo-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin Name: WPO Checker
* Plugin URI: https://github.com/trasweb/wpo-checker/
* Description: Add new quick links to check WPO / WebPerf in your published posts, pages and terms. You'll test your website contents with PageSpeed, GtMetrix and so on
* Version: 0.2
* Version: 0.3
* Author: Manuel Canga
* Author URI: https://manuelcanga.dev
* License: GPL3
Expand Down

0 comments on commit 3ee541a

Please sign in to comment.