Skip to content

Commit

Permalink
feat: Update plugin version to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hmohammadi committed Nov 18, 2021
1 parent 77a3cec commit 8add5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wp-ezpz-tweaks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down

0 comments on commit 8add5b1

Please sign in to comment.