Skip to content

Commit

Permalink
bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Nov 8, 2023
1 parent 24606d4 commit a846fbb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 22 deletions.
36 changes: 26 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
=== WP Total Branding ===
Contributors: handyplugins, m_uysl
Tags: branding, custom-logo, admin menu, customize, while-label
=== WP Total Branding - Complete branding solution for WordPress ===
Contributors: handyplugins, m_uysl
Tags: branding, custom-logo, admin menu, customize, while-label
Requires at least: 5.2
Tested up to: 6.0
Stable tag: 1.1
License: GPLv3
Requires PHP: 7.1
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tested up to: 6.4
Stable tag: 1.2
License: GPLv3
Requires PHP: 7.1
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Donate link: https://handyplugins.co/donate/

Make your WordPress setup unique. Change or remove WordPress footprints,features and much more...
Make your WordPress unique. Change or remove WordPress footprints,features and much more...

== Description ==

Expand All @@ -35,6 +36,15 @@ WP Total Branding is complete branding solution for your WordPress. Check out fe
= Contributing & Bug Report =
Bug reports and pull requests are welcome on [Github](https://github.com/HandyPlugins/wp-total-branding)

__If you like WP Total Branding, then consider checking out our other projects:__

* <a href="https://handyplugins.co/magic-login-pro/" rel="friend">Magic Login Pro</a> – Easy, secure, and passwordless authentication for WordPress.
* <a href="https://handyplugins.co/easy-text-to-speech/" rel="friend">Easy Text-to-Speech for WordPress</a> – Transform your textual content into high-quality synthesized speech with Amazon Polly.
* <a href="https://handyplugins.co/handywriter/" rel="friend">Handywriter</a> – AI-powered writing assistant that can help you create content for your WordPress.
* <a href="https://handyplugins.co/paddlepress-pro/" rel="friend">PaddlePress PRO</a> – Paddle Plugin for WordPress
* <a href="https://poweredcache.com/" rel="friend">Powered Cache</a> – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score



== Installation ==

Expand All @@ -54,6 +64,12 @@ Yes, indeed! Enable plugin by activating network wide and visit `Network Admin >

== Changelog ==

= 1.2 (Nov 8, 2023) =
- Add composer support
- Redux framework update (4.4.9)
- Tested with WP 6.4
- Minor tweaks

= 1.1 (May 6, 2022) =
- Tested with WP 6.0
- Redux framework update (4.x)
Expand All @@ -76,4 +92,4 @@ Yes, indeed! Enable plugin by activating network wide and visit `Network Admin >
- Fixing wrong tagging

= 1.0 =
- Initial version
- Initial version
25 changes: 13 additions & 12 deletions wp-total-branding.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<?php
/**
* Plugin Name: WP Total Branding
* Plugin URI: https://handyplugins.co/wp-total-branding/
* Description: Simple and powerful branding solution for WordPress.
* Author: HandyPlugins
* Author URI: https://handyplugins.co
* Text Domain: wp-total-branding
* Domain Path: /languages
* Version: 1.1
* Plugin Name: WP Total Branding
* Plugin URI: https://handyplugins.co/wp-total-branding/
* Description: Simple and powerful branding solution for WordPress.
* Version: 1.2
* Requires at least: 5.2
* Requires PHP: 7.1
* Author: HandyPlugins
* Author URI: https://handyplugins.co
* Text Domain: wp-total-branding
* Domain Path: /languages
*
* @package WP_Total_Branding
* @package WP_Total_Branding
*/



if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
Expand Down Expand Up @@ -75,7 +76,7 @@ private function setup_constants() {
}

if ( ! defined( 'WPTB_PLUGIN_VERSION' ) ) {
define( 'WPTB_PLUGIN_VERSION', '1.1' );
define( 'WPTB_PLUGIN_VERSION', '1.2' );
}

if ( ! defined( 'WPTB_PLUGIN_DIR' ) ) {
Expand Down Expand Up @@ -176,4 +177,4 @@ function wptb_requirements_notice() {
}

// run
wp_total_branding();
wp_total_branding();

0 comments on commit a846fbb

Please sign in to comment.