Skip to content

Commit

Permalink
Merge pull request #12 from AyeCode/master
Browse files Browse the repository at this point in the history
0.1.32
  • Loading branch information
kprajapatii authored Oct 13, 2020
2 parents 9b5fc61 + b8f0312 commit 3df4bd5
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.1.31";
$this_version = "0.1.32";
if(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.1.31 =
= 0.1.32 =
* Multi-select not always adding [] to name attribute - FIXED
* Multi-select not checking if values is_array - FIXED

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.1.30",
"version": "0.1.32",
"type": "library",
"description": "A Bootstrap UI for WordPress plugins and themes.",
"keywords": ["bootstrap","boot","ayecode"],
Expand Down
2 changes: 1 addition & 1 deletion includes/class-aui.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AUI {
*
* @var string $ver The current version number.
*/
public static $ver = '0.1.31';
public static $ver = '0.1.32';

public static $options = null;

Expand Down

0 comments on commit 3df4bd5

Please sign in to comment.