Skip to content

Commit 7ef1747

Browse files
update deps of search
1 parent b24967c commit 7ef1747

File tree

11 files changed

+31
-17
lines changed

11 files changed

+31
-17
lines changed

animation-addons-for-elementor.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?php
22
/**
3-
* Plugin Name: Animation Addons for Elementor - GSAP Powered Elementor Addons & Website Templates
3+
* Plugin Name: Animation Addons for Elementor
44
* Description: Animation Addons for Elementor comes with GSAP Animation Builder, Customizable Widgets, Header Footer, Single Post, Archive Page Builder, and more.
55
* Plugin URI: https://animation-addons.com/
6-
* Version: 2.3.1
6+
* Version: 2.3.2
77
* Author: Wealcoder
88
* Author URI: https://animation-addons.com/
99
* License: GPL v2 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
* Text Domain: animation-addons-for-elementor
1212
* Domain Path: /languages
1313
* Requires Plugins: elementor
14-
* Elementor tested up to: 3.28.4
15-
* Elementor Pro tested up to: 3.28.4
14+
* Elementor tested up to: 3.29.0
15+
* Elementor Pro tested up to: 3.29.0
1616
*/
1717

1818
if ( ! defined( 'ABSPATH' ) ) {

assets/js/wcf-addons.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
* @param $scope The Widget wrapper element as a jQuery element
66
* @param $ The jQuery alias
77
*/
8-
98
// Make sure you run this code under Elementor.
109
$(window).on('elementor/frontend/init', function () {
11-
var device_width = $(window).width();
12-
var elementorBreakpoints = elementorFrontend.config.responsive.activeBreakpoints;
1310
var Modules = elementorModules.frontend.handlers.Base;
1411
var contact_form_7 = function contact_form_7($scope) {
1512
var submit_btn = $('.wpcf7-submit', $scope);

assets/js/wcf-addons.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/widgets/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252

5353
// Attach debounce to keyup
54-
$inputField.on('keyup', debounce(handleSearch, 500));
54+
$inputField.on('keyup input', debounce(handleSearch, 500));
5555
};
5656

5757
// Hook into Elementor

assets/js/widgets/search.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/src/js/widgets/search.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const $inputField = $scope.find('.search-field');
77
const $resultBox = $scope.find('.aae--live-search-results');
88
const $searchWrapper = $('.search--wrapper.style-full-screen .wcf-search-container');
9-
9+
1010
// Debounce function
1111
function debounce(func, delay) {
1212
let timeout;
@@ -20,7 +20,7 @@
2020

2121
function handleSearch() {
2222
const keyword = $inputField.val().trim();
23-
23+
2424
if (keyword.length < 1) {
2525
$resultBox.hide();
2626
return;
@@ -54,7 +54,7 @@
5454
}
5555

5656
// Attach debounce to keyup
57-
$inputField.on('keyup', debounce(handleSearch, 500));
57+
$inputField.on('keyup input', debounce(handleSearch, 500));
5858
};
5959

6060
// Hook into Elementor

changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11

22
== Changelog ==
33

4+
= Animation Addons for Elementor v2.3.2 – 25 may 2025 =
5+
- 🆕 **Added:** x time in meta widget
6+
- 🆕 **Added:** dependancy loaded in elementor widget for on demand asset load
7+
- 🎨 **Updated:** Dashboard Settings for Youtube , Weather, Tiktok
8+
- 🎨 **Updated:** Added ajax functionality in Search widget.
9+
10+
= Animation Addons for Elementor v2.3.1 – 15 may 2025 =
11+
- 🆕 **Added:** 5 animated business templates
12+
- 🆕 **Added:** optin popup
13+
- 🎨 **Fixed:** animation library dependancy
14+
415
= v2.2 – 06 may 2025 =
516
- ❌ **Removed:** Draggable js
617
- 🎨 **Fixed:** user data security issue

class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public static function get_widget_scripts() {
294294
'search' => [
295295
'handler' => 'aae--search',
296296
'src' => 'widgets/search.min.js',
297-
'dep' => [ 'jquery','wcf-addons-core' ],
297+
'dep' => [ 'jquery' ],
298298
'version' => false,
299299
'arg' => true,
300300
],

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848
'location' => [
849849
'cTab' => 'all'
850850
],
851-
'is_upcoming' => false,
851+
'is_upcoming' => true,
852852
'is_pro' => true,
853853
'is_extension' => false,
854854
'icon' => "wcf-icon-Posts",

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,13 @@ See the unminified JS and CSS in our public repo: [GitHub Repository](https://gi
418418

419419
== Changelog ==
420420

421-
= Animation Addons for Elementor v2.3 – 15 may 2025 =
421+
= Animation Addons for Elementor v2.3.2 – 25 may 2025 =
422+
- 🆕 **Added:** x time in meta widget
423+
- 🆕 **Added:** dependancy loaded in elementor widget for on demand asset load
424+
- 🎨 **Updated:** Dashboard Settings for Youtube , Weather, Tiktok
425+
- 🎨 **Updated:** Added ajax functionality in Search widget.
426+
427+
= Animation Addons for Elementor v2.3.1 – 15 may 2025 =
422428
- 🆕 **Added:** 5 animated business templates
423429
- 🆕 **Added:** optin popup
424430
- 🎨 **Fixed:** animation library dependancy

0 commit comments

Comments
 (0)