Skip to content

Commit

Permalink
Merge pull request #81 from kprajapatii/master
Browse files Browse the repository at this point in the history
0.2.18
  • Loading branch information
kprajapatii authored Jun 27, 2024
2 parents 2596a1e + 04de3c9 commit d97baa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.17";
$this_version = "0.2.18";
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.18 - TBD =
= 0.2.18 - 2024-06-27 =
* Pagination style conflict on Hello Elementor theme - FIXED

= 0.2.17 - 2024-06-20 =
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.17",
"version": "0.2.18",
"type": "library",
"description": "A Bootstrap UI for WordPress plugins and themes.",
"keywords": ["bootstrap","boot","ayecode"],
Expand Down

0 comments on commit d97baa7

Please sign in to comment.