Version Description
- Updated Tested for compatibility with Elementor PRO 3.1.0
Download this release
Release Info
Developer | livemesh |
Plugin | Addons for Elementor |
Version | 6.3.1 |
Comparing to | |
See all releases |
Code changes from version 6.3 to 6.3.1
- addons-for-elementor.php +3 -3
- plugin.php +2 -2
- readme.txt +11 -8
addons-for-elementor.php
CHANGED
@@ -8,11 +8,11 @@
|
|
8 |
* Author URI: https://livemeshelementor.com
|
9 |
* License: GPL3
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
-
* Version: 6.3
|
12 |
* Text Domain: livemesh-el-addons
|
13 |
* Domain Path: languages
|
14 |
* Elementor tested up to: 3.1.0
|
15 |
-
* Elementor Pro tested up to: 3.0
|
16 |
*
|
17 |
* Livemesh Addons for Elementor is distributed under the terms of the GNU
|
18 |
* General Public License as published by the Free Software Foundation,
|
@@ -37,7 +37,7 @@ if ( !defined( 'ABSPATH' ) ) {
|
|
37 |
|
38 |
if ( !function_exists( 'lae_fs' ) ) {
|
39 |
// Plugin version
|
40 |
-
define( 'LAE_VERSION', '6.3' );
|
41 |
// Plugin Root File
|
42 |
define( 'LAE_PLUGIN_FILE', __FILE__ );
|
43 |
// Plugin Folder Path
|
8 |
* Author URI: https://livemeshelementor.com
|
9 |
* License: GPL3
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
+
* Version: 6.3.1
|
12 |
* Text Domain: livemesh-el-addons
|
13 |
* Domain Path: languages
|
14 |
* Elementor tested up to: 3.1.0
|
15 |
+
* Elementor Pro tested up to: 3.1.0
|
16 |
*
|
17 |
* Livemesh Addons for Elementor is distributed under the terms of the GNU
|
18 |
* General Public License as published by the Free Software Foundation,
|
37 |
|
38 |
if ( !function_exists( 'lae_fs' ) ) {
|
39 |
// Plugin version
|
40 |
+
define( 'LAE_VERSION', '6.3.1' );
|
41 |
// Plugin Root File
|
42 |
define( 'LAE_PLUGIN_FILE', __FILE__ );
|
43 |
// Plugin Folder Path
|
plugin.php
CHANGED
@@ -45,7 +45,7 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
|
|
45 |
public function __clone()
|
46 |
{
|
47 |
// Cloning instances of the class is forbidden
|
48 |
-
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '6.3' );
|
49 |
}
|
50 |
|
51 |
/**
|
@@ -55,7 +55,7 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
|
|
55 |
public function __wakeup()
|
56 |
{
|
57 |
// Unserializing instances of the class is forbidden
|
58 |
-
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '6.3' );
|
59 |
}
|
60 |
|
61 |
private function setup_debug_constants()
|
45 |
public function __clone()
|
46 |
{
|
47 |
// Cloning instances of the class is forbidden
|
48 |
+
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '6.3.1' );
|
49 |
}
|
50 |
|
51 |
/**
|
55 |
public function __wakeup()
|
56 |
{
|
57 |
// Unserializing instances of the class is forbidden
|
58 |
+
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '6.3.1' );
|
59 |
}
|
60 |
|
61 |
private function setup_debug_constants()
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: elementor, elementor addons, elementor extensions, elementor widgets, page
|
|
7 |
Requires at least: 4.5
|
8 |
Tested up to: 5.6
|
9 |
Requires PHP: 5.6
|
10 |
-
Stable Tag: 6.3
|
11 |
License: GPLv3
|
12 |
License URI: https://opensource.org/licenses/GPL-3.0
|
13 |
|
@@ -258,17 +258,20 @@ Email us at support[at]livemeshthemes.com and we will be happy to assist you.
|
|
258 |
|
259 |
|
260 |
|
|
|
|
|
|
|
261 |
= 6.3 =
|
262 |
-
*
|
263 |
* Added - New template files for Pricing Table, Services, Tab Slider and Heading addons that can be overridden in the theme.
|
264 |
|
265 |
= 6.2.1 =
|
266 |
* Fixed – The spacing between columns in generic carousel not taking effect.
|
267 |
|
268 |
= 6.2 =
|
269 |
-
*
|
270 |
-
*
|
271 |
-
*
|
272 |
* Fixed - Social icons not showing up on team members widget.
|
273 |
* Fixed - The templates for posts slider, posts multislider, posts gridbox slider widgets overridden in theme not taking effect
|
274 |
|
@@ -277,13 +280,13 @@ Email us at support[at]livemeshthemes.com and we will be happy to assist you.
|
|
277 |
|
278 |
= 6.0 =
|
279 |
* Update – Massive overhauling of JS scripts to improve performance
|
280 |
-
*
|
281 |
* Update - Most pages can see anywhere from 50 to 90% reduction in JS and CSS.
|
282 |
* Removed - Bigger JS and CSS files that would load on some pages.
|
283 |
|
284 |
= 5.3 =
|
285 |
-
*
|
286 |
-
*
|
287 |
|
288 |
= 5.2 =
|
289 |
* Fixed – Display issues with some widgets in Elementor 3.1
|
7 |
Requires at least: 4.5
|
8 |
Tested up to: 5.6
|
9 |
Requires PHP: 5.6
|
10 |
+
Stable Tag: 6.3.1
|
11 |
License: GPLv3
|
12 |
License URI: https://opensource.org/licenses/GPL-3.0
|
13 |
|
258 |
|
259 |
|
260 |
|
261 |
+
= 6.3.1 =
|
262 |
+
* Updated – Tested for compatibility with Elementor PRO 3.1.0
|
263 |
+
|
264 |
= 6.3 =
|
265 |
+
* Improvement – Moved addons Pricing Table, Services, Tab Slider and Heading to template based design for easy customization.
|
266 |
* Added - New template files for Pricing Table, Services, Tab Slider and Heading addons that can be overridden in the theme.
|
267 |
|
268 |
= 6.2.1 =
|
269 |
* Fixed – The spacing between columns in generic carousel not taking effect.
|
270 |
|
271 |
= 6.2 =
|
272 |
+
* Improvement – Moved to templates based design for easy customization for generic carousel, stats bars, odometers, piecharts, team members, testimonials and testimonials slider widgets. More widgets being migrated in next releases.
|
273 |
+
* Improvement - Moved away from hooks/filters based customization for some of the widgets since they are not being utilized well. Templates are much more intuitive and require less effort; they let you copy files to your theme and override them quickly.
|
274 |
+
* Improvement - Moved to templates based design for Posts Carousel widget. If you have done any customization of this popular widget through WP hooks/filters, pls note they will not work anymore in the new version. Pls find the template file in templates/addons/posts-carousel folder in the plugin, copy the same to your (child) theme and make changes as per requirements. Much easier now than using hooks/filters.
|
275 |
* Fixed - Social icons not showing up on team members widget.
|
276 |
* Fixed - The templates for posts slider, posts multislider, posts gridbox slider widgets overridden in theme not taking effect
|
277 |
|
280 |
|
281 |
= 6.0 =
|
282 |
* Update – Massive overhauling of JS scripts to improve performance
|
283 |
+
* Improvement - Breaking up bigger scripts into smaller ones, each meeting the needs of a single widget
|
284 |
* Update - Most pages can see anywhere from 50 to 90% reduction in JS and CSS.
|
285 |
* Removed - Bigger JS and CSS files that would load on some pages.
|
286 |
|
287 |
= 5.3 =
|
288 |
+
* Improvement – Further performance gains by having most widgets load only the CSS they require.
|
289 |
+
* Improvement - Removed superfluous CSS files and some big CSS files were broken down into files for individual widgets
|
290 |
|
291 |
= 5.2 =
|
292 |
* Fixed – Display issues with some widgets in Elementor 3.1
|