From 26049a0155c47f73f6ba754fece1a31c30467634 Mon Sep 17 00:00:00 2001 From: Hesam Mohammadi Date: Tue, 16 Nov 2021 14:33:20 +0330 Subject: [PATCH] feat: Update plugin version to 1.0.9 --- README.txt | 2 +- wp-ezpz-tweaks.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index a305444..bb7d8c6 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: wpezpz Tags: optimization, performance, customization, admin menu editor, security, tweaks, custom login url, wp login, branding Requires at least: 5.6 Tested up to: 5.8 -Stable tag: 1.0.8 +Stable tag: 1.0.9 License: GPL-3.0 or later License URI: http://www.gnu.org/licenses/gpl-3.0.txt Requires PHP: 7.0 diff --git a/wp-ezpz-tweaks.php b/wp-ezpz-tweaks.php index 5388f8f..7921da7 100755 --- a/wp-ezpz-tweaks.php +++ b/wp-ezpz-tweaks.php @@ -8,7 +8,7 @@ * * Plugin Name: WPEzPz Tweaks * Description: EzPz Tweaks is an all-in-one WordPress plugin that helps you personalize the admin panel appearances, clean your site code and remove unwanted features to increase its security and improve performance. - * Version: 1.0.8 + * Version: 1.0.9 * Author: WP EzPz * Author URI: https://wpezpzdev.com/ * Text Domain: wpezpz-tweaks @@ -26,7 +26,7 @@ die( 'We\'re sorry, but you can not directly access this file.' ); } -define( 'EZPZ_TWEAKS_VERSION', '1.0.8' ); +define( 'EZPZ_TWEAKS_VERSION', '1.0.9' ); define( 'EZPZ_TWEAKS_TEXTDOMAIN', 'wpezpz-tweaks' ); define( 'EZPZ_TWEAKS_NAME', __( 'WPEzPz Tweaks', EZPZ_TWEAKS_TEXTDOMAIN ) ); define( 'EZPZ_TWEAKS_PLUGIN_ROOT', plugin_dir_path( __FILE__ ) );