Rara One Click Demo Import - Version 1.1.0

Version Description

  • WARNING MESSAGE FIXED
Download this release

Release Info

Developer raratheme
Plugin Icon 128x128 Rara One Click Demo Import
Version 1.1.0
Comparing to
See all releases

Code changes from version 1.0.9 to 1.1.0

includes/class-rrdi-main.php CHANGED
@@ -119,7 +119,9 @@ class RRDI_Theme_Demo_Import {
119
  // Check the folder contains at least 1 valid demo config.
120
  $path = $upload_dir['basedir'] . '/rara-demo-pack/';
121
  $files = $path.$td.'/import-hooks.php';
122
- include($files);
 
 
123
  }
124
  }
125
  }
119
  // Check the folder contains at least 1 valid demo config.
120
  $path = $upload_dir['basedir'] . '/rara-demo-pack/';
121
  $files = $path.$td.'/import-hooks.php';
122
+ if (file_exists($files) && is_readable($files)) {
123
+ include($files);
124
+ }
125
  }
126
  }
127
  }
rara-one-click-demo-import.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: RARA One Click Demo Import
4
  Plugin URI: https://wordpress.org/plugins/rara-one-click-demo-import/
5
  Description: Import demo content, widgets and settings of themes made by RaraTheme.com with just one click.
6
- Version: 1.0.9
7
  Author: raratheme
8
  Author URI: https://www.raratheme.com
9
  License: GPL3
3
  Plugin Name: RARA One Click Demo Import
4
  Plugin URI: https://wordpress.org/plugins/rara-one-click-demo-import/
5
  Description: Import demo content, widgets and settings of themes made by RaraTheme.com with just one click.
6
+ Version: 1.1.0
7
  Author: raratheme
8
  Author URI: https://www.raratheme.com
9
  License: GPL3
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: raratheme
3
  Tags: import, content, demo, data, widgets, settings
4
  Requires at least: 4.0.0
5
  Tested up to: 4.8.2
6
- Stable tag: 1.0.9
7
  License: GPLv3 or later
8
 
9
  Make your website look like the live demo of the theme with a click!
@@ -144,3 +144,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
144
 
145
  = 1.0.9 =
146
  * WARNING MESSAGE FIXED
 
 
 
3
  Tags: import, content, demo, data, widgets, settings
4
  Requires at least: 4.0.0
5
  Tested up to: 4.8.2
6
+ Stable tag: 1.1.0
7
  License: GPLv3 or later
8
 
9
  Make your website look like the live demo of the theme with a click!
144
 
145
  = 1.0.9 =
146
  * WARNING MESSAGE FIXED
147
+
148
+ = 1.1.0 =
149
+ * WARNING MESSAGE FIXED