Skip to content

Commit

Permalink
bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 10, 2024
1 parent 8dee41b commit 8587a2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: handyplugins, m_uysl
Tags: branding, custom-logo, admin menu, customize, while-label
Requires at least: 5.2
Tested up to: 6.5
Stable tag: 1.2
Tested up to: 6.6
Stable tag: 1.3
License: GPLv3
Requires PHP: 7.1
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -64,6 +64,12 @@ Yes, indeed! Enable plugin by activating network wide and visit `Network Admin >

== Changelog ==

= 1.3 (July 10, 2024) =
- Addressed an XSS vulnerability. Props to Artem Polynko.
- Improved settings sanitization.
- Redux framework update (4.4.17)
- Tested with WP 6.6

= 1.2 (Nov 8, 2023) =
- Add composer support
- Redux framework update (4.4.9)
Expand Down
4 changes: 2 additions & 2 deletions wp-total-branding.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Total Branding
* Plugin URI: https://handyplugins.co/wp-total-branding/
* Description: Simple and powerful branding solution for WordPress.
* Version: 1.2
* Version: 1.3
* Requires at least: 5.2
* Requires PHP: 7.1
* Author: HandyPlugins
Expand Down Expand Up @@ -76,7 +76,7 @@ private function setup_constants() {
}

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

if ( ! defined( 'WPTB_PLUGIN_DIR' ) ) {
Expand Down

0 comments on commit 8587a2b

Please sign in to comment.