Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parsafatehi authored Dec 14, 2023
1 parent 2dfa019 commit 19e3fa6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== WP EzPz Tweaks ===
Contributors: wpezpz, khorshidlab
Tags: optimization, performance, customization, admin menu editor, security, tweaks, custom login url, wp login, branding
Tags: optimization, performance, customization, admin menu editor, security, tweaks, custom login url, wp login, branding, color
Requires at least: 5.6
Tested up to: 6.2
Stable tag: 1.1.0
Tested up to: 6.4
Stable tag: 1.2.0
License: GPL-3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Requires PHP: 7.0
Expand Down Expand Up @@ -47,6 +47,16 @@ EzPz Tweaks is an all-in-one WordPress plugin that helps you personalize the adm

== Changelog ==

= 1.2.0 - 2023-12-14 =
* feature: Ability to change WordPress Default color scheme for Admin Panel
* fix: Hidden users issue
* fix: Empty WP Login URL issue
* fix: Admin Custom CSS issue
* fix: Admin Panel custom fonts issue
* fix: Update Admin Panel footer text issue
* Some imporvement in UI and features
* Tested up to WordPress 6.4

= 1.1.0 - 2023-06-16 =
* Some imporvement in UI and features
* Tested up to WordPress 6.2
Expand Down
4 changes: 2 additions & 2 deletions wp-ezpz-tweaks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Plugin Name: WPEzPz Tweaks
* Description: WPEzPz 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.1.0
* Version: 1.2.0
* Author: WP EzPz
* Author URI: https://wpezpzdev.com/
* Text Domain: wpezpz-tweaks
Expand All @@ -25,7 +25,7 @@
die( 'We\'re sorry, but you can not directly access this file.' );
}

define( 'EZPZ_TWEAKS_VERSION', '1.1.0' );
define( 'EZPZ_TWEAKS_VERSION', '1.2.0' );
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 19e3fa6

Please sign in to comment.