From 51c34dc2b71047c1d09c6830c45fbcf5585505f0 Mon Sep 17 00:00:00 2001 From: Kiran Prajapati Date: Thu, 5 Sep 2024 19:57:47 +0530 Subject: [PATCH] 0.2.25 --- change-log.txt | 2 +- composer.json | 2 +- example-plugin.php | 2 +- includes/ayecode-ui-settings.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.