diff --git a/change-log.txt b/change-log.txt index d3dbfca..58f197f 100644 --- a/change-log.txt +++ b/change-log.txt @@ -1,4 +1,4 @@ -= 0.2.25 - 2024-TBD = += 0.2.25 - 2024-09-05 = * Don't apply custom colors to wp-admin - CHANGED = 0.2.24 - 2024-08-29 = diff --git a/composer.json b/composer.json index 1ee4f18..f202e66 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ayecode/wp-ayecode-ui", - "version": "0.2.24", + "version": "0.2.25", "type": "library", "description": "A Bootstrap UI for WordPress plugins and themes.", "keywords": ["bootstrap","boot","ayecode"], diff --git a/example-plugin.php b/example-plugin.php index 996396a..28da755 100644 --- a/example-plugin.php +++ b/example-plugin.php @@ -3,7 +3,7 @@ Plugin Name: AyeCode UI Plugin URI: https://ayecode.io/ Description: This is an example plugin to test AyeCode UI Quickly. -Version: 0.2.24 +Version: 0.2.25 Author: AyeCode Ltd Author URI: https://userswp.io License: GPL-2.0+ diff --git a/includes/ayecode-ui-settings.php b/includes/ayecode-ui-settings.php index a1f5998..b41c88f 100644 --- a/includes/ayecode-ui-settings.php +++ b/includes/ayecode-ui-settings.php @@ -35,7 +35,7 @@ class AyeCode_UI_Settings { * * @var string */ - public $version = '0.2.24'; + public $version = '0.2.25'; /** * Class textdomain.