Skip to content

Commit

Permalink
AUI updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiofan committed Feb 13, 2025
1 parent 695a7a4 commit 25bac7e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/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.31";
$this_version = "0.2.32";
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
3 changes: 3 additions & 0 deletions vendor/ayecode/wp-ayecode-ui/change-log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 0.2.32 - 2025-02-13 =
* Astra theme woocommerce compatibility CSS breaks select2 in modals - FIXED

= 0.2.31 - 2025-01-09 =
* Changes to the get_url() function for getting asset URLs to better support docker containers - CHANGED

Expand Down
2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/example-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: AyeCode UI
Plugin URI: https://ayecode.io/
Description: This is an example plugin to test AyeCode UI Quickly.
Version: 0.2.31
Version: 0.2.32
Author: AyeCode Ltd
Author URI: https://userswp.io
License: GPL-2.0+
Expand Down
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.31';
public $version = '0.2.32';

/**
* Class textdomain.
Expand Down Expand Up @@ -1299,6 +1299,12 @@ public static function custom_css( $compatibility = true, $is_fse = false ) {
if ( function_exists( 'hello_elementor_setup' ) ) {
echo '.aui-nav-links .pagination{justify-content:inherit}';
}

// Astra theme - when woocommerce active they add compatibility CSS which breaks select2 in modals
if( defined('ASTRA_THEME_VERSION')){
echo '.woocommerce-js.modal-open .select2-container .select2-dropdown, .woocommerce-js.modal-open .select2-container .select2-search__field, .woocommerce-page.modal-open .select2-container .select2-dropdown, .woocommerce-page.modal-open .select2-container .select2-search__field{z-index: 1056;}';
}

?></style><?php
$custom_css = ob_get_clean();

Expand Down
14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@
},
{
"name": "ayecode/wp-ayecode-ui",
"version": "0.2.31",
"version_normalized": "0.2.31.0",
"version": "0.2.32",
"version_normalized": "0.2.32.0",
"source": {
"type": "git",
"url": "https://github.com/AyeCode/wp-ayecode-ui.git",
"reference": "4244dedaaf0cc300c594ad08776b4cff7f3d4687"
"reference": "0bd79da14bfe0e4685d42e620375671bce81df8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AyeCode/wp-ayecode-ui/zipball/4244dedaaf0cc300c594ad08776b4cff7f3d4687",
"reference": "4244dedaaf0cc300c594ad08776b4cff7f3d4687",
"url": "https://api.github.com/repos/AyeCode/wp-ayecode-ui/zipball/0bd79da14bfe0e4685d42e620375671bce81df8e",
"reference": "0bd79da14bfe0e4685d42e620375671bce81df8e",
"shasum": ""
},
"time": "2025-01-09T14:28:07+00:00",
"time": "2025-02-13T10:41:59+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -97,7 +97,7 @@
],
"support": {
"issues": "https://github.com/AyeCode/wp-ayecode-ui/issues",
"source": "https://github.com/AyeCode/wp-ayecode-ui/tree/0.2.31"
"source": "https://github.com/AyeCode/wp-ayecode-ui/tree/0.2.32"
},
"install-path": "../ayecode/wp-ayecode-ui"
},
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'ayecode/geodirectory',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '0271a7a4d13a6fddee797faad089e0d0f1c409d4',
'reference' => '695a7a44a3fd206f473c3aec96bfedd79f7f325c',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -22,16 +22,16 @@
'ayecode/geodirectory' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '0271a7a4d13a6fddee797faad089e0d0f1c409d4',
'reference' => '695a7a44a3fd206f473c3aec96bfedd79f7f325c',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'ayecode/wp-ayecode-ui' => array(
'pretty_version' => '0.2.31',
'version' => '0.2.31.0',
'reference' => '4244dedaaf0cc300c594ad08776b4cff7f3d4687',
'pretty_version' => '0.2.32',
'version' => '0.2.32.0',
'reference' => '0bd79da14bfe0e4685d42e620375671bce81df8e',
'type' => 'library',
'install_path' => __DIR__ . '/../ayecode/wp-ayecode-ui',
'aliases' => array(),
Expand Down

0 comments on commit 25bac7e

Please sign in to comment.