Version Description
- Fixed - Deprecated warning in Elementor 3.6
Download this release
Release Info
Developer | livemesh |
Plugin | Addons for Elementor |
Version | 7.1.6 |
Comparing to | |
See all releases |
Code changes from version 7.1.5 to 7.1.6
- addons-for-elementor.php +4 -4
- includes/theme-builder/widgets/grid-item.php +1 -1
- includes/widgets/carousel.php +1 -1
- includes/widgets/clients.php +1 -1
- includes/widgets/heading.php +1 -1
- includes/widgets/message-box.php +1 -1
- includes/widgets/odometers.php +1 -1
- includes/widgets/piecharts.php +1 -1
- includes/widgets/portfolio.php +1 -1
- includes/widgets/posts-carousel.php +1 -1
- includes/widgets/posts-gridbox-slider.php +1 -1
- includes/widgets/posts-multislider.php +1 -1
- includes/widgets/posts-slider.php +1 -1
- includes/widgets/pricing-table.php +1 -1
- includes/widgets/services.php +1 -1
- includes/widgets/stats-bars.php +1 -1
- includes/widgets/tab-slider.php +1 -1
- includes/widgets/team-members.php +1 -1
- includes/widgets/testimonials-slider.php +1 -1
- includes/widgets/testimonials.php +1 -1
- plugin.php +2 -2
- readme.txt +4 -1
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: 7.1.
|
12 |
* Text Domain: livemesh-el-addons
|
13 |
* Domain Path: languages
|
14 |
-
* Elementor tested up to: 3.6.
|
15 |
-
* Elementor Pro tested up to: 3.6.
|
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', '7.1.
|
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: 7.1.6
|
12 |
* Text Domain: livemesh-el-addons
|
13 |
* Domain Path: languages
|
14 |
+
* Elementor tested up to: 3.6.1
|
15 |
+
* Elementor Pro tested up to: 3.6.4
|
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', '7.1.6' );
|
41 |
// Plugin Root File
|
42 |
define( 'LAE_PLUGIN_FILE', __FILE__ );
|
43 |
// Plugin Folder Path
|
includes/theme-builder/widgets/grid-item.php
CHANGED
@@ -63,7 +63,7 @@ class Grid_Item_Widget extends Widget_Base {
|
|
63 |
return $template_options;
|
64 |
}
|
65 |
|
66 |
-
protected function
|
67 |
|
68 |
$this->start_controls_section(
|
69 |
'content_section',
|
63 |
return $template_options;
|
64 |
}
|
65 |
|
66 |
+
protected function register_controls() {
|
67 |
|
68 |
$this->start_controls_section(
|
69 |
'content_section',
|
includes/widgets/carousel.php
CHANGED
@@ -55,7 +55,7 @@ class LAE_Carousel_Widget extends LAE_Widget_Base
|
|
55 |
];
|
56 |
}
|
57 |
|
58 |
-
protected function
|
59 |
{
|
60 |
$this->start_controls_section( 'section_carousel', [
|
61 |
'label' => __( 'Carousel', 'livemesh-el-addons' ),
|
55 |
];
|
56 |
}
|
57 |
|
58 |
+
protected function register_controls()
|
59 |
{
|
60 |
$this->start_controls_section( 'section_carousel', [
|
61 |
'label' => __( 'Carousel', 'livemesh-el-addons' ),
|
includes/widgets/clients.php
CHANGED
@@ -57,7 +57,7 @@ class LAE_Clients_Widget extends LAE_Widget_Base
|
|
57 |
];
|
58 |
}
|
59 |
|
60 |
-
protected function
|
61 |
{
|
62 |
$this->start_controls_section( 'section_clients', [
|
63 |
'label' => __( 'Clients', 'livemesh-el-addons' ),
|
57 |
];
|
58 |
}
|
59 |
|
60 |
+
protected function register_controls()
|
61 |
{
|
62 |
$this->start_controls_section( 'section_clients', [
|
63 |
'label' => __( 'Clients', 'livemesh-el-addons' ),
|
includes/widgets/heading.php
CHANGED
@@ -49,7 +49,7 @@ class LAE_Heading_Widget extends LAE_Widget_Base
|
|
49 |
return [ 'lae-waypoints', 'lae-frontend-scripts' ];
|
50 |
}
|
51 |
|
52 |
-
protected function
|
53 |
{
|
54 |
$this->start_controls_section( 'section_heading', [
|
55 |
'label' => __( 'Heading', 'livemesh-el-addons' ),
|
49 |
return [ 'lae-waypoints', 'lae-frontend-scripts' ];
|
50 |
}
|
51 |
|
52 |
+
protected function register_controls()
|
53 |
{
|
54 |
$this->start_controls_section( 'section_heading', [
|
55 |
'label' => __( 'Heading', 'livemesh-el-addons' ),
|
includes/widgets/message-box.php
CHANGED
@@ -52,7 +52,7 @@ class LAE_Message_Box_Widget extends LAE_Widget_Base
|
|
52 |
return [ 'lae-frontend-scripts', 'lae-message-box-scripts' ];
|
53 |
}
|
54 |
|
55 |
-
protected function
|
56 |
{
|
57 |
$this->start_controls_section( 'section_message_box', [
|
58 |
'label' => __( 'Message Box', 'livemesh-el-addons' ),
|
52 |
return [ 'lae-frontend-scripts', 'lae-message-box-scripts' ];
|
53 |
}
|
54 |
|
55 |
+
protected function register_controls()
|
56 |
{
|
57 |
$this->start_controls_section( 'section_message_box', [
|
58 |
'label' => __( 'Message Box', 'livemesh-el-addons' ),
|
includes/widgets/odometers.php
CHANGED
@@ -57,7 +57,7 @@ class LAE_Odometers_Widget extends LAE_Widget_Base
|
|
57 |
];
|
58 |
}
|
59 |
|
60 |
-
protected function
|
61 |
{
|
62 |
$this->start_controls_section( 'section_odometers', [
|
63 |
'label' => __( 'Odometers', 'livemesh-el-addons' ),
|
57 |
];
|
58 |
}
|
59 |
|
60 |
+
protected function register_controls()
|
61 |
{
|
62 |
$this->start_controls_section( 'section_odometers', [
|
63 |
'label' => __( 'Odometers', 'livemesh-el-addons' ),
|
includes/widgets/piecharts.php
CHANGED
@@ -55,7 +55,7 @@ class LAE_Piecharts_Widget extends LAE_Widget_Base
|
|
55 |
];
|
56 |
}
|
57 |
|
58 |
-
protected function
|
59 |
{
|
60 |
$this->start_controls_section( 'section_piecharts', [
|
61 |
'label' => __( 'Piecharts', 'livemesh-el-addons' ),
|
55 |
];
|
56 |
}
|
57 |
|
58 |
+
protected function register_controls()
|
59 |
{
|
60 |
$this->start_controls_section( 'section_piecharts', [
|
61 |
'label' => __( 'Piecharts', 'livemesh-el-addons' ),
|
includes/widgets/portfolio.php
CHANGED
@@ -54,7 +54,7 @@ class LAE_Portfolio_Widget extends LAE_Widget_Base
|
|
54 |
];
|
55 |
}
|
56 |
|
57 |
-
protected function
|
58 |
{
|
59 |
$this->start_controls_section( 'section_query', [
|
60 |
'label' => __( 'Post Query', 'livemesh-el-addons' ),
|
54 |
];
|
55 |
}
|
56 |
|
57 |
+
protected function register_controls()
|
58 |
{
|
59 |
$this->start_controls_section( 'section_query', [
|
60 |
'label' => __( 'Post Query', 'livemesh-el-addons' ),
|
includes/widgets/posts-carousel.php
CHANGED
@@ -55,7 +55,7 @@ class LAE_Posts_Carousel_Widget extends LAE_Widget_Base
|
|
55 |
];
|
56 |
}
|
57 |
|
58 |
-
protected function
|
59 |
{
|
60 |
$this->start_controls_section( 'section_query', [
|
61 |
'label' => __( 'Posts Query', 'livemesh-el-addons' ),
|
55 |
];
|
56 |
}
|
57 |
|
58 |
+
protected function register_controls()
|
59 |
{
|
60 |
$this->start_controls_section( 'section_query', [
|
61 |
'label' => __( 'Posts Query', 'livemesh-el-addons' ),
|
includes/widgets/posts-gridbox-slider.php
CHANGED
@@ -50,7 +50,7 @@ class LAE_Posts_GridBox_Slider_Widget extends LAE_Widget_Base
|
|
50 |
return [ 'lae-jquery-slick', 'lae-frontend-scripts', 'lae-posts-gridbox-slider-scripts' ];
|
51 |
}
|
52 |
|
53 |
-
protected function
|
54 |
{
|
55 |
$this->start_controls_section( 'section_query', [
|
56 |
'label' => __( 'Posts Query', 'livemesh-el-addons' ),
|
50 |
return [ 'lae-jquery-slick', 'lae-frontend-scripts', 'lae-posts-gridbox-slider-scripts' ];
|
51 |
}
|
52 |
|
53 |
+
protected function register_controls()
|
54 |
{
|
55 |
$this->start_controls_section( 'section_query', [
|
56 |
'label' => __( 'Posts Query', 'livemesh-el-addons' ),
|
includes/widgets/posts-multislider.php
CHANGED
@@ -55,7 +55,7 @@ class LAE_Posts_Multislider_Widget extends LAE_Widget_Base
|
|
55 |
];
|
56 |
}
|
57 |
|
58 |
-
protected function
|
59 |
{
|
60 |
$this->start_controls_section( 'section_query', [
|
61 |
'label' => __( 'Posts Query', 'livemesh-el-addons' ),
|
55 |
];
|
56 |
}
|
57 |
|
58 |
+
protected function register_controls()
|
59 |
{
|
60 |
$this->start_controls_section( 'section_query', [
|
61 |
'label' => __( 'Posts Query', 'livemesh-el-addons' ),
|
includes/widgets/posts-slider.php
CHANGED
@@ -49,7 +49,7 @@ class LAE_Posts_Slider_Widget extends LAE_Widget_Base
|
|
49 |
return [ 'lae-jquery-slick', 'lae-frontend-scripts', 'lae-posts-slider-scripts' ];
|
50 |
}
|
51 |
|
52 |
-
protected function
|
53 |
{
|
54 |
$this->start_controls_section( 'section_query', [
|
55 |
'label' => __( 'Posts Query', 'livemesh-el-addons' ),
|
49 |
return [ 'lae-jquery-slick', 'lae-frontend-scripts', 'lae-posts-slider-scripts' ];
|
50 |
}
|
51 |
|
52 |
+
protected function register_controls()
|
53 |
{
|
54 |
$this->start_controls_section( 'section_query', [
|
55 |
'label' => __( 'Posts Query', 'livemesh-el-addons' ),
|
includes/widgets/pricing-table.php
CHANGED
@@ -68,7 +68,7 @@ class LAE_Pricing_Table_Widget extends LAE_Widget_Base
|
|
68 |
return [ 'lae-waypoints', 'lae-frontend-scripts' ];
|
69 |
}
|
70 |
|
71 |
-
protected function
|
72 |
{
|
73 |
$this->start_controls_section( 'section_pricing_table', [
|
74 |
'label' => __( 'Pricing Table', 'livemesh-el-addons' ),
|
68 |
return [ 'lae-waypoints', 'lae-frontend-scripts' ];
|
69 |
}
|
70 |
|
71 |
+
protected function register_controls()
|
72 |
{
|
73 |
$this->start_controls_section( 'section_pricing_table', [
|
74 |
'label' => __( 'Pricing Table', 'livemesh-el-addons' ),
|
includes/widgets/services.php
CHANGED
@@ -59,7 +59,7 @@ class LAE_Services_Widget extends LAE_Widget_Base
|
|
59 |
];
|
60 |
}
|
61 |
|
62 |
-
protected function
|
63 |
{
|
64 |
$this->start_controls_section( 'section_services', [
|
65 |
'label' => __( 'Services', 'livemesh-el-addons' ),
|
59 |
];
|
60 |
}
|
61 |
|
62 |
+
protected function register_controls()
|
63 |
{
|
64 |
$this->start_controls_section( 'section_services', [
|
65 |
'label' => __( 'Services', 'livemesh-el-addons' ),
|
includes/widgets/stats-bars.php
CHANGED
@@ -50,7 +50,7 @@ class LAE_Stats_Bars_Widget extends LAE_Widget_Base
|
|
50 |
return [ 'lae-waypoints', 'lae-frontend-scripts', 'lae-stats-bars-scripts' ];
|
51 |
}
|
52 |
|
53 |
-
protected function
|
54 |
{
|
55 |
$this->start_controls_section( 'section_stats_bars', [
|
56 |
'label' => __( 'Stats Bars', 'livemesh-el-addons' ),
|
50 |
return [ 'lae-waypoints', 'lae-frontend-scripts', 'lae-stats-bars-scripts' ];
|
51 |
}
|
52 |
|
53 |
+
protected function register_controls()
|
54 |
{
|
55 |
$this->start_controls_section( 'section_stats_bars', [
|
56 |
'label' => __( 'Stats Bars', 'livemesh-el-addons' ),
|
includes/widgets/tab-slider.php
CHANGED
@@ -51,7 +51,7 @@ class LAE_Tab_Slider_Widget extends LAE_Widget_Base
|
|
51 |
return [ 'lae-jquery-slick', 'lae-frontend-scripts', 'lae-tab-slider-scripts' ];
|
52 |
}
|
53 |
|
54 |
-
protected function
|
55 |
{
|
56 |
$this->start_controls_section( 'section_tabs', [
|
57 |
'label' => __( 'Tabs', 'livemesh-el-addons' ),
|
51 |
return [ 'lae-jquery-slick', 'lae-frontend-scripts', 'lae-tab-slider-scripts' ];
|
52 |
}
|
53 |
|
54 |
+
protected function register_controls()
|
55 |
{
|
56 |
$this->start_controls_section( 'section_tabs', [
|
57 |
'label' => __( 'Tabs', 'livemesh-el-addons' ),
|
includes/widgets/team-members.php
CHANGED
@@ -59,7 +59,7 @@ class LAE_Team_Widget extends LAE_Widget_Base
|
|
59 |
];
|
60 |
}
|
61 |
|
62 |
-
protected function
|
63 |
{
|
64 |
$this->start_controls_section( 'section_team', [
|
65 |
'label' => __( 'Team', 'livemesh-el-addons' ),
|
59 |
];
|
60 |
}
|
61 |
|
62 |
+
protected function register_controls()
|
63 |
{
|
64 |
$this->start_controls_section( 'section_team', [
|
65 |
'label' => __( 'Team', 'livemesh-el-addons' ),
|
includes/widgets/testimonials-slider.php
CHANGED
@@ -55,7 +55,7 @@ class LAE_Testimonials_Slider_Widget extends LAE_Widget_Base
|
|
55 |
];
|
56 |
}
|
57 |
|
58 |
-
protected function
|
59 |
{
|
60 |
$this->start_controls_section( 'section_testimonials_slider', [
|
61 |
'label' => __( 'Testimonials Slider', 'livemesh-el-addons' ),
|
55 |
];
|
56 |
}
|
57 |
|
58 |
+
protected function register_controls()
|
59 |
{
|
60 |
$this->start_controls_section( 'section_testimonials_slider', [
|
61 |
'label' => __( 'Testimonials Slider', 'livemesh-el-addons' ),
|
includes/widgets/testimonials.php
CHANGED
@@ -57,7 +57,7 @@ class LAE_Testimonials_Widget extends LAE_Widget_Base
|
|
57 |
];
|
58 |
}
|
59 |
|
60 |
-
protected function
|
61 |
{
|
62 |
$this->start_controls_section( 'section_testimonials', [
|
63 |
'label' => __( 'Testimonials', 'livemesh-el-addons' ),
|
57 |
];
|
58 |
}
|
59 |
|
60 |
+
protected function register_controls()
|
61 |
{
|
62 |
$this->start_controls_section( 'section_testimonials', [
|
63 |
'label' => __( 'Testimonials', 'livemesh-el-addons' ),
|
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' ), '7.1.
|
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' ), '7.1.
|
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' ), '7.1.6' );
|
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' ), '7.1.6' );
|
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: 5.0
|
8 |
Tested up to: 5.9
|
9 |
Requires PHP: 5.6
|
10 |
-
Stable Tag: 7.1.
|
11 |
License: GPLv3
|
12 |
License URI: https://opensource.org/licenses/GPL-3.0
|
13 |
|
@@ -259,6 +259,9 @@ Email us at support[at]livemeshthemes.com and we will be happy to assist you.
|
|
259 |
|
260 |
|
261 |
|
|
|
|
|
|
|
262 |
= 7.1.5 =
|
263 |
* Fixed - The Carousel's dots navigation moves erratically on hover in some installations
|
264 |
|
7 |
Requires at least: 5.0
|
8 |
Tested up to: 5.9
|
9 |
Requires PHP: 5.6
|
10 |
+
Stable Tag: 7.1.6
|
11 |
License: GPLv3
|
12 |
License URI: https://opensource.org/licenses/GPL-3.0
|
13 |
|
259 |
|
260 |
|
261 |
|
262 |
+
= 7.1.6 =
|
263 |
+
* Fixed - Deprecated warning in Elementor 3.6
|
264 |
+
|
265 |
= 7.1.5 =
|
266 |
* Fixed - The Carousel's dots navigation moves erratically on hover in some installations
|
267 |
|