Version Description
- Added compatibility fix for Elementor 3.1
Download this release
Release Info
Developer | wpvibes |
Plugin | AnyWhere Elementor |
Version | 1.2.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.2.3
- anywhere-elementor.php +4 -2
- readme.txt +5 -2
anywhere-elementor.php
CHANGED
@@ -4,15 +4,17 @@
|
|
4 |
* Description: Allows you to insert elementor pages and library templates anywhere using shortcodes.
|
5 |
* Plugin URI: https://www.elementoraddons.com/
|
6 |
* Author: WPVibes
|
7 |
-
* Version: 1.2.
|
8 |
* Author URI: https://wpvibes.com/
|
|
|
|
|
9 |
* Text Domain: wts_ae
|
10 |
*
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
14 |
|
15 |
-
define( 'AE_VERSION', '1.2.
|
16 |
|
17 |
define( 'WTS_AE__FILE__', __FILE__ );
|
18 |
define( 'WTS_AE_PLUGIN_BASE', plugin_basename( WTS_AE__FILE__ ) );
|
4 |
* Description: Allows you to insert elementor pages and library templates anywhere using shortcodes.
|
5 |
* Plugin URI: https://www.elementoraddons.com/
|
6 |
* Author: WPVibes
|
7 |
+
* Version: 1.2.3
|
8 |
* Author URI: https://wpvibes.com/
|
9 |
+
* Elementor tested up to: 3.1.0
|
10 |
+
* Elementor Pro tested up to: 3.0.10
|
11 |
* Text Domain: wts_ae
|
12 |
*
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
16 |
|
17 |
+
define( 'AE_VERSION', '1.2.3' );
|
18 |
|
19 |
define( 'WTS_AE__FILE__', __FILE__ );
|
20 |
define( 'WTS_AE_PLUGIN_BASE', plugin_basename( WTS_AE__FILE__ ) );
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: wpvibes, anandau14, tejwanihemant
|
3 |
Tags: page-builder, elementor
|
4 |
Requires at least: 4.4
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag:
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -47,6 +47,9 @@ Note: This plugin is an addon of Elementor Page Builder (https://wordpress.org/p
|
|
47 |
|
48 |
== Changelog ==
|
49 |
|
|
|
|
|
|
|
50 |
= 1.2.2 =
|
51 |
* Checked compatibility with latest versions of WordPress and Elementor
|
52 |
* Fixed double shortcode boxed when this plugin is activated along with AnyWhere Elementor Pro (Pro version)
|
2 |
Contributors: wpvibes, anandau14, tejwanihemant
|
3 |
Tags: page-builder, elementor
|
4 |
Requires at least: 4.4
|
5 |
+
Tested up to: 5.6
|
6 |
+
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
47 |
|
48 |
== Changelog ==
|
49 |
|
50 |
+
= 1.2.3 =
|
51 |
+
* Added compatibility fix for Elementor 3.1
|
52 |
+
|
53 |
= 1.2.2 =
|
54 |
* Checked compatibility with latest versions of WordPress and Elementor
|
55 |
* Fixed double shortcode boxed when this plugin is activated along with AnyWhere Elementor Pro (Pro version)
|