Skip to content

Commit 2844e9c

Browse files
authored
Merge pull request #85 from kprajapatii/master
0.2.19
2 parents f42dbe9 + e397d38 commit 2844e9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

change-log.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= 0.2.19 - TBD =
1+
= 0.2.19 - 2024-07-04 =
22
* Video in lightbox is not working - FIXED
33
* Stop video playing in slideshow on move to next slide - FIXED
44

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ayecode/wp-ayecode-ui",
3-
"version": "0.2.18",
3+
"version": "0.2.19",
44
"type": "library",
55
"description": "A Bootstrap UI for WordPress plugins and themes.",
66
"keywords": ["bootstrap","boot","ayecode"],

includes/ayecode-ui-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AyeCode_UI_Settings {
3535
*
3636
* @var string
3737
*/
38-
public $version = '0.2.17';
38+
public $version = '0.2.19';
3939

4040
/**
4141
* Class textdomain.

0 commit comments

Comments
 (0)