Version Description
- Fixed - Testimonials Slider not working
Download this release
Release Info
Developer | livemesh |
Plugin | Addons for Elementor |
Version | 7.01 |
Comparing to | |
See all releases |
Code changes from version 7.0 to 7.01
- addons-for-elementor.php +2 -2
- plugin.php +3 -3
- readme.txt +4 -1
addons-for-elementor.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* Author URI: https://livemeshelementor.com
|
9 |
* License: GPL3
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
-
* Version: 7.
|
12 |
* Text Domain: livemesh-el-addons
|
13 |
* Domain Path: languages
|
14 |
* Elementor tested up to: 3.5.0
|
@@ -37,7 +37,7 @@ if ( !defined( 'ABSPATH' ) ) {
|
|
37 |
|
38 |
if ( !function_exists( 'lae_fs' ) ) {
|
39 |
// Plugin version
|
40 |
-
define( 'LAE_VERSION', '7.
|
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.01
|
12 |
* Text Domain: livemesh-el-addons
|
13 |
* Domain Path: languages
|
14 |
* Elementor tested up to: 3.5.0
|
37 |
|
38 |
if ( !function_exists( 'lae_fs' ) ) {
|
39 |
// Plugin version
|
40 |
+
define( 'LAE_VERSION', '7.01' );
|
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' ), '7.
|
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.
|
59 |
}
|
60 |
|
61 |
private function setup_debug_constants()
|
@@ -375,7 +375,7 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
|
|
375 |
wp_register_script(
|
376 |
'lae-testimonials-slider-scripts',
|
377 |
LAE_PLUGIN_URL . 'assets/js/widgets/testimonials-slider' . $suffix . '.js',
|
378 |
-
array( '
|
379 |
LAE_VERSION,
|
380 |
true
|
381 |
);
|
45 |
public function __clone()
|
46 |
{
|
47 |
// Cloning instances of the class is forbidden
|
48 |
+
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '7.01' );
|
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.01' );
|
59 |
}
|
60 |
|
61 |
private function setup_debug_constants()
|
375 |
wp_register_script(
|
376 |
'lae-testimonials-slider-scripts',
|
377 |
LAE_PLUGIN_URL . 'assets/js/widgets/testimonials-slider' . $suffix . '.js',
|
378 |
+
array( 'lae-carousel-helper-scripts', 'elementor-frontend' ),
|
379 |
LAE_VERSION,
|
380 |
true
|
381 |
);
|
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.8
|
9 |
Requires PHP: 5.6
|
10 |
-
Stable Tag: 7.
|
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.0 =
|
263 |
* Fixed - Cumulative Layout shift issue with widgets
|
264 |
* Fixed - Rendering issues due to stylesheets loading in the footer.
|
7 |
Requires at least: 5.0
|
8 |
Tested up to: 5.8
|
9 |
Requires PHP: 5.6
|
10 |
+
Stable Tag: 7.01
|
11 |
License: GPLv3
|
12 |
License URI: https://opensource.org/licenses/GPL-3.0
|
13 |
|
259 |
|
260 |
|
261 |
|
262 |
+
= 7.01 =
|
263 |
+
* Fixed - Testimonials Slider not working
|
264 |
+
|
265 |
= 7.0 =
|
266 |
* Fixed - Cumulative Layout shift issue with widgets
|
267 |
* Fixed - Rendering issues due to stylesheets loading in the footer.
|