diff --git a/README.txt b/README.txt index bb7d8c6..c4f1a0c 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.9 +Stable tag: 1.0.10 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 7921da7..46e7923 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.9 + * Version: 1.0.10 * 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.9' ); +define( 'EZPZ_TWEAKS_VERSION', '1.0.10' ); define( 'EZPZ_TWEAKS_TEXTDOMAIN', 'wpezpz-tweaks' ); define( 'EZPZ_TWEAKS_NAME', __( 'WPEzPz Tweaks', EZPZ_TWEAKS_TEXTDOMAIN ) ); define( 'EZPZ_TWEAKS_PLUGIN_ROOT', plugin_dir_path( __FILE__ ) );