-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
504b93d
commit 3c4068b
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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__ ) ); | ||
|