Skip to content

Commit

Permalink
Merge pull request #2491 from kprajapatii/master
Browse files Browse the repository at this point in the history
AUI updated
  • Loading branch information
kprajapatii authored Dec 6, 2023
2 parents e8a8e32 + 4492fd1 commit 43bdb1e
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 23 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/assets-v5/css/ayecode-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/assets-v5/scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ a[class*='bg-'] {


// Uploader in safari button overflowing
.moxie-shim {
.geodir-add-files .moxie-shim {
position: initial !important;
background: transparent; // this is for divi theme that does background position stuff and breaks it.
}
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ body.modal-open .modal{


// Uploader in safari button overflowing
.moxie-shim {
.geodir-add-files .moxie-shim {
position: initial !important;
background: transparent; // this is for divi theme that does background position stuff and breaks it.
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/assets/css/ayecode-ui-fse.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/assets/css/ayecode-ui-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/assets/css/ayecode-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/assets/scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ ul.list-unstyled li {margin-bottom:1rem;}


// Uploader in safari button overflowing
.moxie-shim {
.geodir-add-files .moxie-shim {
position: initial !important;
background: transparent; // this is for divi theme that does background position stuff and breaks it.
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ html[data-scroll='0'],html:not([data-scroll]){
body>.flatpickr-calendar .flatpickr-month .flatpickr-current-month>*{display:inline-block}

// Uploader in safari button overflowing
.moxie-shim {
.geodir-add-files .moxie-shim {
position: initial !important;
background: transparent; // this is for divi theme that does background position stuff and breaks it.
}
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.3";
$this_version = "0.2.4";
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.4 =
* Last ios fix broke standard image select from library - FIXED

= 0.2.3 =
* iOS add listing add images button not working - FIXED

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.3';
public $version = '0.2.4';

/**
* Class textdomain.
Expand Down
12 changes: 6 additions & 6 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.3",
"version_normalized": "0.2.3.0",
"version": "0.2.4",
"version_normalized": "0.2.4.0",
"source": {
"type": "git",
"url": "https://github.com/AyeCode/wp-ayecode-ui.git",
"reference": "615ef25ad78835048f5d0da730532c67fc6e8f5a"
"reference": "752b7d843ecbd2fd6697a3ae5e152ff4e6d31ae7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AyeCode/wp-ayecode-ui/zipball/615ef25ad78835048f5d0da730532c67fc6e8f5a",
"reference": "615ef25ad78835048f5d0da730532c67fc6e8f5a",
"url": "https://api.github.com/repos/AyeCode/wp-ayecode-ui/zipball/752b7d843ecbd2fd6697a3ae5e152ff4e6d31ae7",
"reference": "752b7d843ecbd2fd6697a3ae5e152ff4e6d31ae7",
"shasum": ""
},
"time": "2023-12-05T12:29:37+00:00",
"time": "2023-12-06T12:07:37+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
'dev_requirement' => false,
),
'ayecode/wp-ayecode-ui' => array(
'pretty_version' => '0.2.3',
'version' => '0.2.3.0',
'pretty_version' => '0.2.4',
'version' => '0.2.4.0',
'type' => 'library',
'install_path' => __DIR__ . '/../ayecode/wp-ayecode-ui',
'aliases' => array(),
'reference' => '615ef25ad78835048f5d0da730532c67fc6e8f5a',
'reference' => '752b7d843ecbd2fd6697a3ae5e152ff4e6d31ae7',
'dev_requirement' => false,
),
'ayecode/wp-country-database' => array(
Expand Down

0 comments on commit 43bdb1e

Please sign in to comment.