Skip to content

Commit 61128b5

Browse files
update
1 parent 40eb838 commit 61128b5

File tree

7 files changed

+5
-468
lines changed

7 files changed

+5
-468
lines changed

animation-addons-for-elementor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ final class WCF_ADDONS_Plugin {
9191
* @since 1.0.0
9292
* @var string The plugin version.
9393
*/
94-
const VERSION = '2.3.6';
94+
const VERSION = '2.3.7';
9595

9696
/**
9797
* Minimum Elementor Version

assets/js/wcf-template-library copy.js

Lines changed: 0 additions & 462 deletions
This file was deleted.

assets/js/wcf-template-library copy.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/js/wcf-template-library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
4040
allCategory();
4141
// API for get requests
4242

43-
var aae_domain = "https://crowdytheme.com/elementor/info-templates/wp-json/wp/v2/wcf-templates?page=1&per_page=20&subtype=block";
43+
var aae_domain = "https://block.animation-addons.com/wp-json/wp/v2/wcf-templates?page=1&per_page=20&subtype=block";
4444
var activePlugin = /*#__PURE__*/function () {
4545
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
4646
return _regeneratorRuntime().wrap(function _callee2$(_context2) {

assets/js/wcf-template-library.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/wcf-template-library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// API for get requests
2727

2828
let aae_domain =
29-
"https://crowdytheme.com/elementor/info-templates/wp-json/wp/v2/wcf-templates?page=1&per_page=20&subtype=block";
29+
"https://block.animation-addons.com/wp-json/wp/v2/wcf-templates?page=1&per_page=20&subtype=block";
3030
const activePlugin = async () => {
3131
await fetch(WCF_TEMPLATE_LIBRARY.ajaxurl, {
3232
method: "POST",

class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Plugin
4141
*
4242
* @var string API URL.
4343
*/
44-
public $api_url = 'https://www.themecrowdy.com/wp-json/api/v2/list';
44+
public $api_url = 'https://block.animation-addons.com/wp-json/api/v2/list';
4545

4646
/**
4747
* Instance

0 commit comments

Comments
 (0)