Skip to content

Commit eded310

Browse files
authored
Merge pull request #49 from AyeCode/master
AUI updated
2 parents 6dad5cc + e14d23b commit eded310

10 files changed

Lines changed: 22 additions & 19 deletions

File tree

assets/js/countrySelect.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/users-wp.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/ayecode/wp-ayecode-ui/ayecode-ui-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
add_action('after_setup_theme', function () {
1717
global $ayecode_ui_version,$ayecode_ui_file_key;
18-
$this_version = "0.2.35";
18+
$this_version = "0.2.36";
1919
if(empty($ayecode_ui_version) || version_compare($this_version , $ayecode_ui_version, '>')){
2020
$ayecode_ui_version = $this_version ;
2121
$ayecode_ui_file_key = wp_hash( __FILE__ );

vendor/ayecode/wp-ayecode-ui/change-log.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
= 0.2.36 - 2025-05-01 =
2+
* WP 6.8 changed editor params and scroll page detector not working for fixed menu items color change - FIXED
3+
14
= 0.2.35 - 2025-04-10 =
25
* Border width setting not working - FIXED
36

vendor/ayecode/wp-ayecode-ui/example-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: AyeCode UI
44
Plugin URI: https://ayecode.io/
55
Description: This is an example plugin to test AyeCode UI Quickly.
6-
Version: 0.2.35
6+
Version: 0.2.36
77
Author: AyeCode Ltd
88
Author URI: https://userswp.io
99
License: GPL-2.0+

vendor/ayecode/wp-ayecode-ui/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.35';
38+
public $version = '0.2.36';
3939

4040
/**
4141
* Class textdomain.

vendor/ayecode/wp-ayecode-ui/includes/inc/bs4-js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ function aui_set_data_scroll(){
963963

964964
<?php
965965
// FSE tweaks.
966-
if(!empty($_REQUEST['postType']) && $_REQUEST['postType']=='wp_template'){ ?>
966+
if(!empty($_REQUEST['postType']) && $_REQUEST['postType']=='wp_template' || !empty($_REQUEST['canvas']) ){ ?>
967967
function aui_fse_set_data_scroll() {
968968
console.log('init scroll');
969969
let Iframe = document.getElementsByClassName("edit-site-visual-editor__editor-canvas");

vendor/ayecode/wp-ayecode-ui/includes/inc/bs5-js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ function aui_set_data_scroll(){
10761076

10771077
<?php
10781078
// FSE tweaks.
1079-
if(!empty($_REQUEST['postType'])){ ?>
1079+
if(!empty($_REQUEST['postType']) || !empty($_REQUEST['canvas']) ){ ?>
10801080
function aui_fse_set_data_scroll() {
10811081
console.log('init scroll');
10821082
let Iframe = document.getElementsByClassName("edit-site-visual-editor__editor-canvas");

vendor/composer/installed.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@
5959
},
6060
{
6161
"name": "ayecode/wp-ayecode-ui",
62-
"version": "0.2.35",
63-
"version_normalized": "0.2.35.0",
62+
"version": "0.2.36",
63+
"version_normalized": "0.2.36.0",
6464
"source": {
6565
"type": "git",
6666
"url": "https://github.com/AyeCode/wp-ayecode-ui.git",
67-
"reference": "bb65d33f7fd97d3f12761cdcdc9a8378d15dad52"
67+
"reference": "4efdfb8d6929d4ed5c9ec7cfbbd78b848d72ccf5"
6868
},
6969
"dist": {
7070
"type": "zip",
71-
"url": "https://api.github.com/repos/AyeCode/wp-ayecode-ui/zipball/bb65d33f7fd97d3f12761cdcdc9a8378d15dad52",
72-
"reference": "bb65d33f7fd97d3f12761cdcdc9a8378d15dad52",
71+
"url": "https://api.github.com/repos/AyeCode/wp-ayecode-ui/zipball/4efdfb8d6929d4ed5c9ec7cfbbd78b848d72ccf5",
72+
"reference": "4efdfb8d6929d4ed5c9ec7cfbbd78b848d72ccf5",
7373
"shasum": ""
7474
},
75-
"time": "2025-04-10T13:33:17+00:00",
75+
"time": "2025-05-01T12:17:07+00:00",
7676
"type": "library",
7777
"installation-source": "dist",
7878
"autoload": {
@@ -101,7 +101,7 @@
101101
],
102102
"support": {
103103
"issues": "https://github.com/AyeCode/wp-ayecode-ui/issues",
104-
"source": "https://github.com/AyeCode/wp-ayecode-ui/tree/0.2.35"
104+
"source": "https://github.com/AyeCode/wp-ayecode-ui/tree/0.2.36"
105105
},
106106
"install-path": "../ayecode/wp-ayecode-ui"
107107
},

vendor/composer/installed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'uswerwp/userswp',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => 'eddbafe7faeaabdc59051742ff400bbb01680377',
6+
'reference' => 'e970d756ea926c1d49e05d9dcabeacf8e87f4b74',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -20,9 +20,9 @@
2020
'dev_requirement' => false,
2121
),
2222
'ayecode/wp-ayecode-ui' => array(
23-
'pretty_version' => '0.2.35',
24-
'version' => '0.2.35.0',
25-
'reference' => 'bb65d33f7fd97d3f12761cdcdc9a8378d15dad52',
23+
'pretty_version' => '0.2.36',
24+
'version' => '0.2.36.0',
25+
'reference' => '4efdfb8d6929d4ed5c9ec7cfbbd78b848d72ccf5',
2626
'type' => 'library',
2727
'install_path' => __DIR__ . '/../ayecode/wp-ayecode-ui',
2828
'aliases' => array(),
@@ -79,7 +79,7 @@
7979
'uswerwp/userswp' => array(
8080
'pretty_version' => 'dev-master',
8181
'version' => 'dev-master',
82-
'reference' => 'eddbafe7faeaabdc59051742ff400bbb01680377',
82+
'reference' => 'e970d756ea926c1d49e05d9dcabeacf8e87f4b74',
8383
'type' => 'project',
8484
'install_path' => __DIR__ . '/../../',
8585
'aliases' => array(),

0 commit comments

Comments
 (0)