From 06a7acfbe7eb19d98d7b26810a06e57ca6e1d99c Mon Sep 17 00:00:00 2001 From: Kiran Prajapati Date: Thu, 20 Jun 2024 16:22:20 +0530 Subject: [PATCH] 0.2.17 --- ayecode-ui-loader.php | 2 +- change-log.txt | 2 +- composer.json | 2 +- includes/ayecode-ui-settings.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ayecode-ui-loader.php b/ayecode-ui-loader.php index f83a75a..b05fccb 100644 --- a/ayecode-ui-loader.php +++ b/ayecode-ui-loader.php @@ -15,7 +15,7 @@ */ add_action('after_setup_theme', function () { global $ayecode_ui_version,$ayecode_ui_file_key; - $this_version = "0.2.16"; + $this_version = "0.2.17"; if(empty($ayecode_ui_version) || version_compare($this_version , $ayecode_ui_version, '>')){ $ayecode_ui_version = $this_version ; $ayecode_ui_file_key = wp_hash( __FILE__ ); diff --git a/change-log.txt b/change-log.txt index d31671e..b0f1d13 100644 --- a/change-log.txt +++ b/change-log.txt @@ -1,4 +1,4 @@ -= 0.2.17 - TBD = += 0.2.17 - 2024-06-20 = * Carousel slide swipe in BS modal is not working on touch device - FIXED = 0.2.16 - 2024-06-13 = diff --git a/composer.json b/composer.json index 623eb18..5f4cbe7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ayecode/wp-ayecode-ui", - "version": "0.2.16", + "version": "0.2.17", "type": "library", "description": "A Bootstrap UI for WordPress plugins and themes.", "keywords": ["bootstrap","boot","ayecode"], diff --git a/includes/ayecode-ui-settings.php b/includes/ayecode-ui-settings.php index de7b880..74d18a1 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.16'; + public $version = '0.2.17'; /** * Class textdomain.