Skip to content

Commit 8a35410

Browse files
update
1 parent 308225a commit 8a35410

File tree

2 files changed

+14
-38
lines changed

2 files changed

+14
-38
lines changed

animation-addons-for-elementor.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
* Plugin Name: Animation Addons for Elementor - GSAP Powered Elementor Addons & Website Templates
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
6+
* Version: 2.3.1
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.3
15-
* Elementor Pro tested up to: 3.28.3
14+
* Elementor tested up to: 3.28.4
15+
* Elementor Pro tested up to: 3.28.4
1616
*/
1717

1818
if ( ! defined( 'ABSPATH' ) ) {
@@ -27,7 +27,7 @@
2727
/**
2828
* Plugin Version.
2929
*/
30-
define( 'WCF_ADDONS_VERSION', '2.3' );
30+
define( 'WCF_ADDONS_VERSION', '2.3.1' );
3131
}
3232
if ( ! defined( 'WCF_ADDONS_FILE' ) ) {
3333
/**

readme.txt

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== Animation Addons for Elementor - GSAP Powered Elementor Addons & Website Templates ===
22
Contributors: wealcoder, wcrayhan, jhshakil, devmizan, ahsanriad
33
Donate link: https://buy.stripe.com/3cs3dI7DQauI0py9AC
4-
Tags: Elementor, Elementor Addons, Elementor Templates, Animation, Motion Effects
4+
Tags: Elementor, Elementor Addons, Elementor Templates, Animation, website template
55
Requires at least: 6.0
66
Tested up to: 6.8
77
Requires PHP: 7.4
8-
Stable tag: 2.3
8+
Stable tag: 2.3.1
99
License: GPL v2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -408,48 +408,24 @@ You don’t need to know the code to use the widgets and modules of Animation Ad
408408
7. **Section Import (Live Copy)* One-click live copy & import of pre-designed animation sections directly into your projects.
409409

410410
== External Services ==
411-
412-
This plugin connects to the following external services to provide enhanced template and widget functionality. These integrations are optional and designed to improve the user experience. No personal data is collected or shared without explicit user action.
413-
414-
- ***Elementor Template Library API***
415-
416-
- The plugin fetches template data in JSON format from the Elementor Template Library to display a popup inside the Elementor editor. This enables users to preview and import section or page templates with a single click.
417-
418-
- This feature is fully optional and can be disabled anytime from the plugin settings.
419-
***Note***: No user data is sent or collected during this process.
420-
421-
- ***Themecrowdy.com API***
422-
423-
- In the "Starter Templates" section of the plugin dashboard, users can browse pre-built website templates powered by Themecrowdy.com. Upon selection, the plugin automatically imports the template's XML file and any required plugins.
424-
425-
- No user data is shared with Themecrowdy or any third-party services.
426-
427-
- ***Live Copy Integration with AnimationAddons.com***
428-
429-
- The plugin connects to animation-addons.com to support the Live Copy feature. This allows users to copy and paste templates directly from the official site into their Elementor editor.
430-
431-
- To facilitate this, the user’s IP address may be temporarily stored on our server during the import process.
432-
433-
- This data is used only during the session and is not stored permanently or used for any other purpose.
434-
435-
- ***Mailchimp API***
436-
437-
- When using the Elementor Mailchimp widget, users may enter their Mailchimp API key to sync form fields with their Mailchimp audience.
438-
439-
- This connection is only established when the API key is provided, and no data is shared beyond the intended integration.
411+
We use the Themecrowdy API for one-click import of Elementor sites and section templates.
412+
Our Mailchimp widget connects to Mailchimp’s API.
413+
Subscribing is optional—no data is collected unless you opt in.
440414

441415
== Source Code ==
442416

443-
The unminified source code for the minified JavaScript and CSS files included in this plugin can be found in our public repository: [GitHub Repository](https://github.com/Wealcoder/animation-addons-for-elementor/tree/dashboard/assets/src).
444-
You can find the original, human-readable versions of all compressed assets there.
417+
See the unminified JS and CSS in our public repo: [GitHub Repository](https://github.com/Wealcoder/animation-addons-for-elementor/tree/dashboard/assets/src).
445418

446419
== Changelog ==
447420

421+
= Animation Addons for Elementor v2.3 – 15 may 2025 =
422+
- 🆕 **Added:** 5 animated business templates
423+
- 🎨 **Fixed:** animation library dependancy
424+
448425
= Animation Addons for Elementor v2.3 – 07 may 2025 =
449426
- ❌ **Removed:** remote request of chnagelog
450427
- 🎨 **Fixed:** template library store process
451428

452-
453429
= Animation Addons for Elementor v2.2 – 06 may 2025 =
454430
- ❌ **Removed:** Draggable js
455431
- 🎨 **Fixed:** user data security issue

0 commit comments

Comments
 (0)