Skip to content

Commit

Permalink
Bump version to 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
parsafatehi committed Mar 31, 2022
1 parent 504b93d commit 3c4068b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 8 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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.16
Tested up to: 5.9.2
Stable tag: 1.0.17
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,8 +47,12 @@ EzPz Tweaks is an all-in-one WordPress plugin that helps you personalize the adm

== Changelog ==

= 1.0.16 - 2020-11-02 =
= 1.0.17 - 2022-03-31 =
* fix: Show changed Admin Bar logo in frontend
* Tested up to WordPress 5.9.2

= 1.0.16 - 2021-11-02 =
* fix: Can now use safe HTML in custom footer text

= 1.0.0 - 2020-10-19 =
= 1.0.0 - 2021-10-19 =
* Official Plugin Release
8 changes: 3 additions & 5 deletions wp-ezpz-tweaks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@
/**
* @package WPEzPz Tweaks
* @author WP EzPz <[email protected]>
* @copyright 2020 WP EzPz
* @license GPL 3.0
* @link https://wpezpzdev.com/
*
* 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.16
* 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.0.17
* Author: WP EzPz
* Author URI: https://wpezpzdev.com/
* Text Domain: wpezpz-tweaks
* License: GPL 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Domain Path: /languages
* Requires PHP: 7.0
* WordPress-Plugin-Boilerplate-Powered: v3.2.0
*/

// If this file is called directly, abort.
Expand All @@ -26,7 +24,7 @@
die( 'We\'re sorry, but you can not directly access this file.' );
}

define( 'EZPZ_TWEAKS_VERSION', '1.0.16' );
define( 'EZPZ_TWEAKS_VERSION', '1.0.17' );
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 3c4068b

Please sign in to comment.