Responsive Add Ons - Version 2.3.0

Version Description

  • 18th June 2020 =
  • Feature - Imported Elementor template conditions
Download this release

Release Info

Developer cyberchimps
Plugin Icon 128x128 Responsive Add Ons
Version 2.3.0
Comparing to
See all releases

Code changes from version 2.2.9 to 2.3.0

includes/importers/class-responsive-ready-sites-options-importer.php CHANGED
@@ -72,6 +72,9 @@ class Responsive_Ready_Sites_Options_Importer {
72
  'elementor_space_between_widgets',
73
  'elementor_stretched_section_container',
74
 
 
 
 
75
  // Plugin: WooCommerce.
76
  // Pages.
77
  'woocommerce_shop_page_title',
72
  'elementor_space_between_widgets',
73
  'elementor_stretched_section_container',
74
 
75
+ // Plugin: Elementor Pro.
76
+ 'elementor_pro_theme_builder_conditions',
77
+
78
  // Plugin: WooCommerce.
79
  // Pages.
80
  'woocommerce_shop_page_title',
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: cyberchimps
3
  Donate Link: https://cyberchimps.com
4
  Tags: one click demo import, gutenberg, elementor, templates
5
  Requires at least: 5.0
6
- Tested up to: 5.4.1
7
- Requires PHP: 5.3
8
- Stable tag: 2.2.9
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -106,6 +106,9 @@ Absolutely not! Once you install the plugin, it will take care of all other depe
106
  4. Your website is ready
107
 
108
  == Changelog ==
 
 
 
109
  = 2.2.9 - 26th May 2020 =
110
  * Added - flag to check required plugins are installed
111
 
3
  Donate Link: https://cyberchimps.com
4
  Tags: one click demo import, gutenberg, elementor, templates
5
  Requires at least: 5.0
6
+ Tested up to: 5.4.2
7
+ Requires PHP: 5.6
8
+ Stable tag: 2.3.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
106
  4. Your website is ready
107
 
108
  == Changelog ==
109
+ = 2.3.0 - 18th June 2020 =
110
+ * Feature - Imported Elementor template conditions
111
+
112
  = 2.2.9 - 26th May 2020 =
113
  * Added - flag to check required plugins are installed
114
 
responsive-add-ons.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Responsive Ready Sites Importer
4
  * Plugin URI: http://wordpress.org/plugins/responsive-add-ons/
5
  * Description: Import Responsive Ready Sites that help you launch your website quickly. Just import, update & hit the launch button.
6
- * Version: 2.2.9
7
  * Author: CyberChimps
8
  * License: GPL2
9
  *
@@ -45,7 +45,7 @@ if ( ! defined( 'RESPONSIVE_ADDONS_URI' ) ) {
45
  }
46
 
47
  if ( ! defined( 'RESPONSIVE_ADDONS_VER' ) ) {
48
- define( 'RESPONSIVE_ADDONS_VER', '2.2.9' );
49
  }
50
 
51
  if ( ! function_exists( 'ra_fs' ) ) {
@@ -65,7 +65,7 @@ if ( ! function_exists( 'ra_fs' ) ) {
65
  'slug' => 'responsive-add-ons',
66
  'product_name' => 'Responsive Ready Sites Importer',
67
  'module_type' => 'plugin',
68
- 'version' => '2.2.9',
69
  'plugin_basename' => 'responsive-add-ons/responsive-add-ons.php',
70
  'plugin_url' => RESPONSIVE_ADDONS_DIR_URL,
71
  )
3
  * Plugin Name: Responsive Ready Sites Importer
4
  * Plugin URI: http://wordpress.org/plugins/responsive-add-ons/
5
  * Description: Import Responsive Ready Sites that help you launch your website quickly. Just import, update & hit the launch button.
6
+ * Version: 2.3.0
7
  * Author: CyberChimps
8
  * License: GPL2
9
  *
45
  }
46
 
47
  if ( ! defined( 'RESPONSIVE_ADDONS_VER' ) ) {
48
+ define( 'RESPONSIVE_ADDONS_VER', '2.3.0' );
49
  }
50
 
51
  if ( ! function_exists( 'ra_fs' ) ) {
65
  'slug' => 'responsive-add-ons',
66
  'product_name' => 'Responsive Ready Sites Importer',
67
  'module_type' => 'plugin',
68
+ 'version' => '2.3.0',
69
  'plugin_basename' => 'responsive-add-ons/responsive-add-ons.php',
70
  'plugin_url' => RESPONSIVE_ADDONS_DIR_URL,
71
  )