Version Description
Download this release
Release Info
Code changes from version 1.3.36 to 1.3.37
- admin/templates-kit.php +3 -3
- readme.txt +4 -1
- wpr-addons.php +2 -2
admin/templates-kit.php
CHANGED
@@ -362,13 +362,13 @@ function wpr_final_settings_setup() {
|
|
362 |
update_option( 'page_on_front', $page->ID );
|
363 |
|
364 |
// Set Headers and Footers
|
365 |
-
update_option('wpr_header_conditions', '{"user-header-'. $kit .'":["global"]}');
|
366 |
update_post_meta( Utilities::get_template_id('user-header-'. $kit), 'wpr_header_show_on_canvas', 'true' );
|
367 |
-
update_option('wpr_footer_conditions', '{"user-footer-'. $kit .'":["global"]}');
|
368 |
update_post_meta( Utilities::get_template_id('user-footer-'. $kit), 'wpr_footer_show_on_canvas', 'true' );
|
369 |
|
370 |
// Set Popup
|
371 |
-
update_option('wpr_popup_conditions', '{"user-popup-'. $kit .'":["global"]}');
|
372 |
|
373 |
// Track Kit
|
374 |
wpr_track_imported_kit( $kit );
|
362 |
update_option( 'page_on_front', $page->ID );
|
363 |
|
364 |
// Set Headers and Footers
|
365 |
+
update_option('wpr_header_conditions', '{"user-header-'. $kit .'-header":["global"]}');
|
366 |
update_post_meta( Utilities::get_template_id('user-header-'. $kit), 'wpr_header_show_on_canvas', 'true' );
|
367 |
+
update_option('wpr_footer_conditions', '{"user-footer-'. $kit .'-footer":["global"]}');
|
368 |
update_post_meta( Utilities::get_template_id('user-footer-'. $kit), 'wpr_footer_show_on_canvas', 'true' );
|
369 |
|
370 |
// Set Popup
|
371 |
+
update_option('wpr_popup_conditions', '{"user-popup-'. $kit .'-popup":["global"]}');
|
372 |
|
373 |
// Track Kit
|
374 |
wpr_track_imported_kit( $kit );
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Royal Elementor Addons (Header Footer Builder, Popups, Post Grid, Woocommerce Product Grid, Slider, Parallax Image, Free Elementor Widgets & Elementor Templates) ===
|
2 |
Contributors: WP Royal, rubeushagrid13, cyberpinky, elementoraddonswpr
|
3 |
Tags: elementor, elements, widgets for elementor, elementor addons, elementor widgets, elementor form, woocommerce elementor, page builder, elementor templates, wordpress page builder, best elementor addons, addons for elementor
|
4 |
-
Stable tag: 1.3.
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.9
|
7 |
Requires PHP: 5.6
|
@@ -320,6 +320,9 @@ post_max_size 64M
|
|
320 |
|
321 |
== Changelog ==
|
322 |
|
|
|
|
|
|
|
323 |
= Royal Elementor Addons v1.3.36 - 2022-28-03 =
|
324 |
* FIXED: Removed Reset CSS code which gives ability to adjust content better.
|
325 |
|
1 |
=== Royal Elementor Addons (Header Footer Builder, Popups, Post Grid, Woocommerce Product Grid, Slider, Parallax Image, Free Elementor Widgets & Elementor Templates) ===
|
2 |
Contributors: WP Royal, rubeushagrid13, cyberpinky, elementoraddonswpr
|
3 |
Tags: elementor, elements, widgets for elementor, elementor addons, elementor widgets, elementor form, woocommerce elementor, page builder, elementor templates, wordpress page builder, best elementor addons, addons for elementor
|
4 |
+
Stable tag: 1.3.37
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.9
|
7 |
Requires PHP: 5.6
|
320 |
|
321 |
== Changelog ==
|
322 |
|
323 |
+
= Royal Elementor Addons v1.3.37 - 2022-04-04 =
|
324 |
+
* FIXED: Elementor Header, Elementor Footer, Elementor Popup import issue.
|
325 |
+
|
326 |
= Royal Elementor Addons v1.3.36 - 2022-28-03 =
|
327 |
* FIXED: Removed Reset CSS code which gives ability to adjust content better.
|
328 |
|
wpr-addons.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Description: The only plugin you need for Elementor page builder.
|
5 |
* Plugin URI: https://royal-elementor-addons.com/
|
6 |
* Author: WP Royal
|
7 |
-
* Version: 1.3.
|
8 |
* License: GPLv3
|
9 |
* Author URI: https://royal-elementor-addons.com/
|
10 |
* Elementor tested up to: 3.6.1
|
@@ -15,7 +15,7 @@
|
|
15 |
|
16 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
17 |
|
18 |
-
define( 'WPR_ADDONS_VERSION', '1.3.
|
19 |
|
20 |
define( 'WPR_ADDONS__FILE__', __FILE__ );
|
21 |
define( 'WPR_ADDONS_PLUGIN_BASE', plugin_basename( WPR_ADDONS__FILE__ ) );
|
4 |
* Description: The only plugin you need for Elementor page builder.
|
5 |
* Plugin URI: https://royal-elementor-addons.com/
|
6 |
* Author: WP Royal
|
7 |
+
* Version: 1.3.37
|
8 |
* License: GPLv3
|
9 |
* Author URI: https://royal-elementor-addons.com/
|
10 |
* Elementor tested up to: 3.6.1
|
15 |
|
16 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
17 |
|
18 |
+
define( 'WPR_ADDONS_VERSION', '1.3.37' );
|
19 |
|
20 |
define( 'WPR_ADDONS__FILE__', __FILE__ );
|
21 |
define( 'WPR_ADDONS_PLUGIN_BASE', plugin_basename( WPR_ADDONS__FILE__ ) );
|