Responsive Add Ons - Version 2.2.2

Version Description

  • 3rd February 2020 =
  • Added - Compatibility with EventOn plugin
Download this release

Release Info

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

Code changes from version 2.2.1 to 2.2.2

admin/partials/responsive-ready-sites-admin-display.php CHANGED
@@ -133,7 +133,7 @@
133
 
134
  <# } else { #>
135
 
136
- <a class="button button-primary responsive-addons responsive-buy-pro" href="https://cyberchimps.com/responsive-pricing/?utm_source=responsive-add-ons&utm_medium=buy-responsive-pro&utm_campaign=upgrade-to-responsive-pro" target="_blank"><?php esc_html_e( 'Buy Responsive Pro', 'responsive-addons' ); ?></a>
137
 
138
  <# } #>
139
  <button class="close-full-overlay responsive-addons"><span class="screen-reader-text"><?php esc_html_e( 'Close', 'responsive-addons' ); ?></span></button>
133
 
134
  <# } else { #>
135
 
136
+ <a class="button button-primary responsive-addons responsive-buy-pro" href="https://cyberchimps.com/responsive-go-pro/?utm_source=free-to-pro&utm_medium=responsive-add-ons&utm_campaign=responsive-pro&utm_content=preview-ready-site" target="_blank"><?php esc_html_e( 'Buy Responsive Pro', 'responsive-addons' ); ?></a>
137
 
138
  <# } #>
139
  <button class="close-full-overlay responsive-addons"><span class="screen-reader-text"><?php esc_html_e( 'Close', 'responsive-addons' ); ?></span></button>
admin/templates/responsive-addons-go-pro.php CHANGED
@@ -11,7 +11,7 @@
11
  <div class="column-4">
12
  <h3><?php esc_html_e( 'Get Responsive Ready Sites Importer Pro' ); ?></h3>
13
  <p><?php esc_html_e( 'Upgrade to Responsive Ready Sites Importer Pro and get Pro Ready sites, more customizer options & premium support.' ); ?></p>
14
- <a href="https://cyberchimps.com/responsive-pricing/?utm_source=responsive-add-ons&utm_medium=upgrade-pro&utm_campaign=upgrade-to-responsive-pro" target="_blank" class='button button-primary'><?php esc_html_e( 'Upgrade To Pro' ); ?></a>
15
  </div>
16
  <div class="column-8 features">
17
  <table class="features-table" border="1">
11
  <div class="column-4">
12
  <h3><?php esc_html_e( 'Get Responsive Ready Sites Importer Pro' ); ?></h3>
13
  <p><?php esc_html_e( 'Upgrade to Responsive Ready Sites Importer Pro and get Pro Ready sites, more customizer options & premium support.' ); ?></p>
14
+ <a href="https://cyberchimps.com/responsive-go-pro/?utm_source=free-to-pro&utm_medium=responsive-add-ons&utm_campaign=responsive-pro&utm_content=go-pro-tab" target="_blank" class='button button-primary'><?php esc_html_e( 'Upgrade To Pro' ); ?></a>
15
  </div>
16
  <div class="column-8 features">
17
  <table class="features-table" border="1">
admin/templates/responsive-addons-support.php CHANGED
@@ -19,7 +19,7 @@
19
  <?php if ( is_resp_pro_license_is_active() ) { ?>
20
  <a href="https://cyberchimps.com/my-account/orders/?utm_source=responsive-add-ons&utm_medium=request-support&utm_campaign=responsive-support" target="_blank"><?php esc_html_e( 'Request Support' ); ?></a>
21
  <?php } else { ?>
22
- <a href="https://cyberchimps.com/responsive-pricing/?utm_source=responsive-add-ons&utm_medium=upgrade-to-responsive-pro&utm_campaign=upgrade-to-responsive-pro" target="_blank"><?php esc_html_e( 'Upgrade To Responsive Pro' ); ?></a>
23
  <?php } ?>
24
  </div>
25
  <div class="column-4">
19
  <?php if ( is_resp_pro_license_is_active() ) { ?>
20
  <a href="https://cyberchimps.com/my-account/orders/?utm_source=responsive-add-ons&utm_medium=request-support&utm_campaign=responsive-support" target="_blank"><?php esc_html_e( 'Request Support' ); ?></a>
21
  <?php } else { ?>
22
+ <a href="https://cyberchimps.com/responsive-go-pro/?utm_source=free-to-pro&utm_medium=responsive-add-ons&utm_campaign=responsive-pro&utm_content=premium-support" target="_blank"><?php esc_html_e( 'Upgrade To Responsive Pro' ); ?></a>
23
  <?php } ?>
24
  </div>
25
  <div class="column-4">
includes/importers/class-responsive-ready-sites-options-importer.php CHANGED
@@ -93,6 +93,8 @@ class Responsive_Ready_Sites_Options_Importer {
93
  // Categories.
94
  'woocommerce_product_cat',
95
 
 
 
96
  );
97
  }
98
 
93
  // Categories.
94
  'woocommerce_product_cat',
95
 
96
+ // Plugin: EventOn
97
+ 'evcal_options_evcal_1',
98
  );
99
  }
100
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: one click demo import, gutenberg, elementor, templates
5
  Requires at least: 5.0
6
  Tested up to: 5.3
7
  Requires PHP: 5.3
8
- Stable tag: 2.2.1
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.1 - 23rd January 2020 =
110
  * Added - Compatibility to WP Forms for Gutenberg ready site
111
 
5
  Requires at least: 5.0
6
  Tested up to: 5.3
7
  Requires PHP: 5.3
8
+ Stable tag: 2.2.2
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.2.2 - 3rd February 2020 =
110
+ * Added - Compatibility with EventOn plugin
111
+
112
  = 2.2.1 - 23rd January 2020 =
113
  * Added - Compatibility to WP Forms for Gutenberg ready site
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.1
7
  Author: CyberChimps
8
  Author URI: http://www.cyberchimps.com
9
  License: GPL2
@@ -52,7 +52,7 @@ if ( ! function_exists( 'ra_fs' ) ) {
52
  'slug' => 'responsive-add-ons',
53
  'product_name' => 'Responsive Ready Sites Importer',
54
  'module_type' => 'plugin',
55
- 'version' => '2.2.1',
56
  'plugin_basename' => 'responsive-add-ons/responsive-add-ons.php',
57
  ) );
58
  }
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.2
7
  Author: CyberChimps
8
  Author URI: http://www.cyberchimps.com
9
  License: GPL2
52
  'slug' => 'responsive-add-ons',
53
  'product_name' => 'Responsive Ready Sites Importer',
54
  'module_type' => 'plugin',
55
+ 'version' => '2.2.2',
56
  'plugin_basename' => 'responsive-add-ons/responsive-add-ons.php',
57
  ) );
58
  }