From 231589921427f37b14bc95de88aceb40ac3d7b87 Mon Sep 17 00:00:00 2001 From: Tiago Hillebrandt Date: Wed, 22 Feb 2023 07:33:45 +0000 Subject: [PATCH] Updates the version tag to 1.1.0. --- readme.txt | 2 +- src/Admin/Dashboard.php | 2 +- supervisor.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 52712b0..3d98891 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/src/Admin/Dashboard.php b/src/Admin/Dashboard.php index ed7d179..2ef7693 100644 --- a/src/Admin/Dashboard.php +++ b/src/Admin/Dashboard.php @@ -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() { diff --git a/supervisor.php b/supervisor.php index 08e0c11..faaacde 100644 --- a/supervisor.php +++ b/supervisor.php @@ -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+ @@ -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__ ) );