From ba254b462344e85dc54280e5ade608a75fe7476c Mon Sep 17 00:00:00 2001 From: Hesam Mohammadi Date: Sat, 20 Nov 2021 00:01:10 +0330 Subject: [PATCH] feat: Update plugin version to 1.0.13 --- README.txt | 2 +- wp-ezpz-tweaks.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 162bb5c..e306271 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.12 +Stable tag: 1.0.13 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 9e07225..76ce458 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.12 + * Version: 1.0.13 * 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.12' ); +define( 'EZPZ_TWEAKS_VERSION', '1.0.13' ); define( 'EZPZ_TWEAKS_TEXTDOMAIN', 'wpezpz-tweaks' ); define( 'EZPZ_TWEAKS_NAME', __( 'WPEzPz Tweaks', EZPZ_TWEAKS_TEXTDOMAIN ) ); define( 'EZPZ_TWEAKS_PLUGIN_ROOT', plugin_dir_path( __FILE__ ) );