Version Description
- Fix: Premium Google Maps bug.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 2.2.4 |
Comparing to | |
See all releases |
Code changes from version 2.2.3 to 2.2.4
- premium-addons-for-elementor.php +3 -2
- readme.txt +5 -1
premium-addons-for-elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons Plugin Includes 20 premium widgets for Elementor Page Builder.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
-
Version: 2.2.
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
@@ -22,7 +22,7 @@ if( !function_exists('add_action') ) {
|
|
22 |
|
23 |
if( !defined( 'ABSPATH' ) ) exit; // No access of directly access
|
24 |
|
25 |
-
define( 'PREMIUM_ADDONS_VERSION', '2.2.
|
26 |
define( 'PREMIUM_ADDONS_URL', plugins_url('/', __FILE__ ) );
|
27 |
define( 'PREMIUM_ADDONS_PATH', plugin_dir_path( __FILE__ ) );
|
28 |
define( 'PREMIUM_ADDONS_FILE', __FILE__ );
|
@@ -98,6 +98,7 @@ define( 'PREMIUM_ADDONS_STABLE_VERSION', '2.2.1');
|
|
98 |
public function __construct() {
|
99 |
add_action('elementor/init', array( $this, 'initiate_elementor_addons' ) );
|
100 |
add_action('elementor/widgets/widgets_registered', array( $this, 'premium_addons_widget_register') );
|
|
|
101 |
add_action('elementor/frontend/after_register_scripts', array($this, 'premium_addons_register_scripts'));
|
102 |
add_action('elementor/frontend/after_register_styles', array($this, 'premium_addons_register_styles'));
|
103 |
add_action('elementor/frontend/after_enqueue_styles', array($this, 'premium_addons_enqueue_styles'));
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons Plugin Includes 20 premium widgets for Elementor Page Builder.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
+
Version: 2.2.4
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
22 |
|
23 |
if( !defined( 'ABSPATH' ) ) exit; // No access of directly access
|
24 |
|
25 |
+
define( 'PREMIUM_ADDONS_VERSION', '2.2.4' );
|
26 |
define( 'PREMIUM_ADDONS_URL', plugins_url('/', __FILE__ ) );
|
27 |
define( 'PREMIUM_ADDONS_PATH', plugin_dir_path( __FILE__ ) );
|
28 |
define( 'PREMIUM_ADDONS_FILE', __FILE__ );
|
98 |
public function __construct() {
|
99 |
add_action('elementor/init', array( $this, 'initiate_elementor_addons' ) );
|
100 |
add_action('elementor/widgets/widgets_registered', array( $this, 'premium_addons_widget_register') );
|
101 |
+
add_action('wp_enqueue_scripts', array( $this, 'premium_maps_required_script') );
|
102 |
add_action('elementor/frontend/after_register_scripts', array($this, 'premium_addons_register_scripts'));
|
103 |
add_action('elementor/frontend/after_register_styles', array($this, 'premium_addons_register_styles'));
|
104 |
add_action('elementor/frontend/after_enqueue_styles', array($this, 'premium_addons_enqueue_styles'));
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://premiumaddons.com
|
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9.5
|
7 |
Requires PHP: 5.4
|
8 |
-
Stable tag: 2.2.
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
@@ -99,6 +99,10 @@ Premium Addons for Elementor is light weight and we also gave you the control to
|
|
99 |
|
100 |
== Changelog ==
|
101 |
|
|
|
|
|
|
|
|
|
102 |
= 2.2.3 =
|
103 |
|
104 |
- Fix: Warning class ‘premium_Addon_Elementor’ does not have a method ‘premium_addons_required_assets’.
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9.5
|
7 |
Requires PHP: 5.4
|
8 |
+
Stable tag: 2.2.4
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
99 |
|
100 |
== Changelog ==
|
101 |
|
102 |
+
= 2.2.4 =
|
103 |
+
|
104 |
+
- Fix: Premium Google Maps bug.
|
105 |
+
|
106 |
= 2.2.3 =
|
107 |
|
108 |
- Fix: Warning class ‘premium_Addon_Elementor’ does not have a method ‘premium_addons_required_assets’.
|