Skip to content

Commit 68ec3e7

Browse files
update
1 parent 2ec11a2 commit 68ec3e7

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

animation-addons-for-elementor.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
* Plugin Name: Animation Addons
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.8
6+
* Version: 2.3.9
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
12-
* Domain Path: /languages
13-
* Requires Plugins: elementor
14-
* Elementor tested up to: 3.30.0
12+
* Domain Path: /languages
13+
* Elementor tested up to: 3.30.2
1514
* Elementor Pro tested up to: 3.30.0
1615
*/
1716

@@ -27,7 +26,7 @@
2726
/**
2827
* Plugin Version.
2928
*/
30-
define( 'WCF_ADDONS_VERSION', '2.3.8' );
29+
define( 'WCF_ADDONS_VERSION', '2.3.9' );
3130
}
3231
if ( ! defined( 'WCF_ADDONS_FILE' ) ) {
3332
/**
@@ -91,7 +90,7 @@ final class WCF_ADDONS_Plugin {
9190
* @since 1.0.0
9291
* @var string The plugin version.
9392
*/
94-
const VERSION = '2.3.7';
93+
const VERSION = '2.3.9';
9594

9695
/**
9796
* Minimum Elementor Version

class-plugin.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -494,13 +494,7 @@ public static function get_widget_style()
494494
'version' => false,
495495
'media' => 'all',
496496
],
497-
'company-profile' => [
498-
'handler' => 'company-profile',
499-
'src' => 'widgets/company-profile.min.css',
500-
'dep' => [],
501-
'version' => false,
502-
'media' => 'all',
503-
],
497+
504498
'search' => [
505499
'handler' => 'aae--search',
506500
'src' => 'widgets/search.min.css',

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: Elementor, Elementor Addons, Elementor Templates, Animation, Templates
55
Requires at least: 6.0
66
Tested up to: 6.8
77
Requires PHP: 7.4
8-
Stable tag: 2.3.8
8+
Stable tag: 2.3.9
99
License: GPL v2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -420,6 +420,10 @@ See the unminified JS and CSS in our public repo: [GitHub Repository](https://gi
420420

421421
== Changelog ==
422422

423+
= Animation Addons for Elementor v2.3.9 – 18 july 2025 =
424+
- 🎨 **Update:** docs updated
425+
- 🎨 **Optiize:** js optimize
426+
423427
= Animation Addons for Elementor v2.3.8 – 17 july 2025 =
424428
- 🆕 **Added:** ClickPop Widget for header
425429
- 🎨 **Fixed:** Starter Templates step

0 commit comments

Comments
 (0)