Skip to content

Commit

Permalink
Merge pull request #79 from kprajapatii/master
Browse files Browse the repository at this point in the history
0.2.17
  • Loading branch information
kprajapatii authored Jun 20, 2024
2 parents 5f65327 + 06a7acf commit e190368
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ayecode-ui-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ );
Expand Down
2 changes: 1 addition & 1 deletion change-log.txt
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion includes/ayecode-ui-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AyeCode_UI_Settings {
*
* @var string
*/
public $version = '0.2.16';
public $version = '0.2.17';

/**
* Class textdomain.
Expand Down

0 comments on commit e190368

Please sign in to comment.