Skip to content

Commit

Permalink
Updates the version tag to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohillebrandt committed Feb 22, 2023
1 parent 70fc220 commit 2315899
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: performance, transients, autoload, healthcheck, load time, ssl, https, che
Requires at least: 4.0
Tested up to: 6.1.1
Requires PHP: 5.6
Stable tag: 1.0.0
Stable tag: 1.1.0
License: GPLv3+
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion src/Admin/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function admin_notices() {
/**
* Hides all the admin notices on the Supervisor screen.
*
* @since {VERSION}
* @since 1.1.0
*/
public function hide_admin_notices() {

Expand Down
4 changes: 2 additions & 2 deletions supervisor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Supervisor
* Plugin URI: https://supervisorwp.com
* Description: A plugin to help improve the performance of your WordPress install.
* Version: 1.0.0
* Version: 1.1.0
* Author: Supervisor Team
* Author URI: https://supervisorwp.com/contributors
* License: GPL-3.0+
Expand All @@ -20,7 +20,7 @@
}

define( 'SUPV', true );
define( 'SUPV_VERSION', '1.0.0' );
define( 'SUPV_VERSION', '1.1.0' );

define( 'SUPV_PLUGIN_DIR', dirname( __FILE__ ) );
define( 'SUPV_PLUGIN_URL', plugins_url( '', __FILE__ ) );
Expand Down

0 comments on commit 2315899

Please sign in to comment.