diff --git a/readme.txt b/readme.txt index b56f685..619cd44 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === WP Total Branding === -Contributors: skopco, handyplugins, m_uysl +Contributors: handyplugins, m_uysl Tags: branding, custom-logo, admin menu, customize, while-label -Requires at least: 4.0 -Tested up to: 5.7 -Stable tag: 1.0.4 +Requires at least: 5.2 +Tested up to: 6.0 +Stable tag: 1.1 License: GPLv3 -Requires PHP: 5.2.4 +Requires PHP: 7.1 License URI: http://www.gnu.org/licenses/gpl-3.0.html Make your WordPress setup unique. Change or remove WordPress footprints,features and much more... @@ -54,6 +54,12 @@ Yes, indeed! Enable plugin by activating network wide and visit `Network Admin > == Changelog == += 1.1 (May 6, 2022) = +- Tested with WP 6.0 +- Redux framework update (4.x) +- Update min. requirements (PHP 7.1+, WordPress 5.2+) +- Minor tweaks + = 1.0.4 (March 26, 2021) = - Tested with WP 5.7 - Minor tweaks diff --git a/wp-total-branding.php b/wp-total-branding.php index 1b46dd5..c63ef8c 100644 --- a/wp-total-branding.php +++ b/wp-total-branding.php @@ -7,7 +7,7 @@ * Author URI: https://handyplugins.co * Text Domain: wp-total-branding * Domain Path: /languages - * Version: 1.0.4 + * Version: 1.1 * * @package WP_Total_Branding */ @@ -18,7 +18,7 @@ exit; // Exit if accessed directly. } -define( 'WPTB_REQUIRED_WP_VERSION', '4.0' ); +define( 'WPTB_REQUIRED_WP_VERSION', '5.2' ); if ( ! class_exists( 'WP_Total_Branding' ) ) : @@ -75,7 +75,7 @@ private function setup_constants() { } if ( ! defined( 'WPTB_PLUGIN_VERSION' ) ) { - define( 'WPTB_PLUGIN_VERSION', '1.0.4' ); + define( 'WPTB_PLUGIN_VERSION', '1.1' ); } if ( ! defined( 'WPTB_PLUGIN_DIR' ) ) {