Version Description
- Few minor bug bug bugfixes and improvements.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 1.07 |
Comparing to | |
See all releases |
Code changes from version 1.06 to 1.07
- admin/settings-page.php +0 -6
- premium-addons.php +1 -1
- readme.txt +29 -6
admin/settings-page.php
CHANGED
@@ -288,12 +288,6 @@ class PA_admin_settings {
|
|
288 |
</div>
|
289 |
<div id="pa-system" class="pa-settings-tab">
|
290 |
<div class="pa-row">
|
291 |
-
<table>
|
292 |
-
<tr>
|
293 |
-
<th><h4 class="pa-api-title"><label>Google Maps API Key:</label><input name="premium-map-api" id="premium-map-api" type="text" placeholder="API Key" value="<?php echo $this->pa_get_settings['premium-map-api']; ?>"></h4></th>
|
294 |
-
</tr>
|
295 |
-
|
296 |
-
</table>
|
297 |
<h3><?php echo esc_html__('System setup information useful for debugging purposes.','premium_elementor');?></h3>
|
298 |
<div class="pa-system-info-container">
|
299 |
<?php
|
288 |
</div>
|
289 |
<div id="pa-system" class="pa-settings-tab">
|
290 |
<div class="pa-row">
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
<h3><?php echo esc_html__('System setup information useful for debugging purposes.','premium_elementor');?></h3>
|
292 |
<div class="pa-system-info-container">
|
293 |
<?php
|
premium-addons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: This Plugin Includes Elementor Page Builder’s Premium Addon Elements.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
-
Version: 1.
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-leap13
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: This Plugin Includes Elementor Page Builder’s Premium Addon Elements.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
+
Version: 1.07
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-leap13
|
readme.txt
CHANGED
@@ -68,20 +68,43 @@ Yes it will work with any WordPress theme as long as you are using Elementor as
|
|
68 |
Premium Addons for Elementor is light weight and we also gave you the control to enable only the elements you actually use on your website for faster performance.
|
69 |
|
70 |
== Changelog ==
|
71 |
-
= 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
- Added: About & System Info tabs in Premium Addons For Elementor Settings Page.
|
74 |
-
- Fix
|
75 |
-
-
|
|
|
|
|
76 |
|
77 |
-
= 1.
|
78 |
|
79 |
- Few minor bug fixes and improvements.
|
80 |
|
81 |
-
= 1.
|
82 |
|
83 |
- Few minor bug fixes and improvements.
|
84 |
|
85 |
-
= 1.0
|
86 |
|
87 |
Initial stable realese
|
68 |
Premium Addons for Elementor is light weight and we also gave you the control to enable only the elements you actually use on your website for faster performance.
|
69 |
|
70 |
== Changelog ==
|
71 |
+
= 1.08 =
|
72 |
+
|
73 |
+
- Few minor bug bug bugfixes and improvements.
|
74 |
+
|
75 |
+
= 1.07 =
|
76 |
+
|
77 |
+
- Few minor bug bug bugfixes and improvements.
|
78 |
+
|
79 |
+
= 1.06 =
|
80 |
+
|
81 |
+
- Added: Enhancements in Premium Addons For Elementor Settings Page.
|
82 |
+
|
83 |
+
= 1.05 =
|
84 |
+
|
85 |
+
- Added: Api Google map in Premium Addons For Elementor Settings Page.
|
86 |
+
- Few minor bug bug bugfixes and improvements.
|
87 |
+
|
88 |
+
= 1.04 =
|
89 |
+
|
90 |
+
- Few minor bug bug bugfixes and improvements.
|
91 |
+
|
92 |
+
= 1.03 =
|
93 |
|
94 |
- Added: About & System Info tabs in Premium Addons For Elementor Settings Page.
|
95 |
+
- Fix: Google Map bug
|
96 |
+
- Fix: Carousal bug
|
97 |
+
- Fix: Dual Header bug
|
98 |
+
- Few minor bug bug bugfixes and improvements.
|
99 |
|
100 |
+
= 1.02 =
|
101 |
|
102 |
- Few minor bug fixes and improvements.
|
103 |
|
104 |
+
= 1.01 =
|
105 |
|
106 |
- Few minor bug fixes and improvements.
|
107 |
|
108 |
+
= 1.0 =
|
109 |
|
110 |
Initial stable realese
|