Version Description
- Tweak - Posts Grid now supports upto 500 posts
- Compatibility with WP 5.9 and Elementor 3.6.0
Download this release
Release Info
Developer | livemesh |
Plugin | Addons for Elementor |
Version | 7.1.3 |
Comparing to | |
See all releases |
Code changes from version 7.1.2 to 7.1.3
- addons-for-elementor.php +4 -4
- includes/widgets/portfolio.php +1 -1
- plugin.php +2 -2
- readme.txt +5 -2
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.
|
15 |
-
* Elementor Pro tested up to: 3.
|
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.3
|
12 |
* Text Domain: livemesh-el-addons
|
13 |
* Domain Path: languages
|
14 |
+
* Elementor tested up to: 3.6.0
|
15 |
+
* Elementor Pro tested up to: 3.6.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', '7.1.3' );
|
41 |
// Plugin Root File
|
42 |
define( 'LAE_PLUGIN_FILE', __FILE__ );
|
43 |
// Plugin Folder Path
|
includes/widgets/portfolio.php
CHANGED
@@ -114,7 +114,7 @@ class LAE_Portfolio_Widget extends LAE_Widget_Base
|
|
114 |
'label' => __( 'Posts Per Page', 'livemesh-el-addons' ),
|
115 |
'type' => Controls_Manager::NUMBER,
|
116 |
'min' => 1,
|
117 |
-
'max' =>
|
118 |
'step' => 1,
|
119 |
'default' => 6,
|
120 |
'condition' => [
|
114 |
'label' => __( 'Posts Per Page', 'livemesh-el-addons' ),
|
115 |
'type' => Controls_Manager::NUMBER,
|
116 |
'min' => 1,
|
117 |
+
'max' => 500,
|
118 |
'step' => 1,
|
119 |
'default' => 6,
|
120 |
'condition' => [
|
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.3' );
|
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.3' );
|
59 |
}
|
60 |
|
61 |
private function setup_debug_constants()
|
readme.txt
CHANGED
@@ -5,9 +5,9 @@ Donate link: https://livemeshelementor.com/
|
|
5 |
Contributors: livemesh, elementoraddons, freemius
|
6 |
Tags: elementor, elementor addons, elementor extensions, elementor widgets, page builder, woocommerce elementor
|
7 |
Requires at least: 5.0
|
8 |
-
Tested up to: 5.
|
9 |
Requires PHP: 5.6
|
10 |
-
Stable Tag: 7.1.
|
11 |
License: GPLv3
|
12 |
License URI: https://opensource.org/licenses/GPL-3.0
|
13 |
|
@@ -257,6 +257,9 @@ Email us at support[at]livemeshthemes.com and we will be happy to assist you.
|
|
257 |
== Changelog ==
|
258 |
|
259 |
|
|
|
|
|
|
|
260 |
|
261 |
|
262 |
= 7.1.2 =
|
5 |
Contributors: livemesh, elementoraddons, freemius
|
6 |
Tags: elementor, elementor addons, elementor extensions, elementor widgets, page builder, woocommerce elementor
|
7 |
Requires at least: 5.0
|
8 |
+
Tested up to: 5.9
|
9 |
Requires PHP: 5.6
|
10 |
+
Stable Tag: 7.1.3
|
11 |
License: GPLv3
|
12 |
License URI: https://opensource.org/licenses/GPL-3.0
|
13 |
|
257 |
== Changelog ==
|
258 |
|
259 |
|
260 |
+
= 7.1.3 =
|
261 |
+
* Tweak - Posts Grid now supports upto 500 posts
|
262 |
+
* Compatibility with WP 5.9 and Elementor 3.6.0
|
263 |
|
264 |
|
265 |
= 7.1.2 =
|