Version Description
- INFORMATION ADDED
Download this release
Release Info
Developer | raratheme |
Plugin | Rara One Click Demo Import |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- includes/settings/intro.php +4 -2
- rara-one-click-demo-import.php +2 -2
- readme.txt +4 -1
includes/settings/intro.php
CHANGED
@@ -10,8 +10,10 @@ echo
|
|
10 |
<li>Post Max Size <span>32M</span></li>
|
11 |
<li>Upload Max Filesize <span>32M</span></li>
|
12 |
</ul>';
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
|
16 |
$snapshot = '<a href="https://wordpress.org/plugins/wp-serverinfo/" target="_blank">WP Server Info</a>';
|
17 |
?>
|
10 |
<li>Post Max Size <span>32M</span></li>
|
11 |
<li>Upload Max Filesize <span>32M</span></li>
|
12 |
</ul>';
|
13 |
+
|
14 |
+
$link = '<a href="https://raratheme.com/blog/best-wordpress-hosting/" target="_blank">10 best WordPress Hosting</a>';
|
15 |
+
|
16 |
+
echo '<p>'.sprintf( __( 'Please request your hosting to give you the above configuration and then try the demo import again. If you are constantly having an issue with the hosting, you may want to consider to move to better WordPress hosting. We have reviewed %1$s. If the issue is not fixed after the above configuration, please let us know for the further assistance.','rara-one-click-demo-import'), $link).'</p>';
|
17 |
|
18 |
$snapshot = '<a href="https://wordpress.org/plugins/wp-serverinfo/" target="_blank">WP Server Info</a>';
|
19 |
?>
|
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.2.
|
7 |
Author: raratheme
|
8 |
Author URI: https://www.raratheme.com
|
9 |
License: GPL3
|
@@ -17,7 +17,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
|
17 |
define( 'RRDI_PATH', plugin_dir_path( __FILE__ ) );
|
18 |
|
19 |
// Current version of the plugin.
|
20 |
-
define( 'RRDI_VERSION', '1.2.
|
21 |
|
22 |
// Path/URL to root of this plugin, with trailing slash.
|
23 |
define( 'RRDI_URL', plugin_dir_url( __FILE__ ) );
|
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.2.2
|
7 |
Author: raratheme
|
8 |
Author URI: https://www.raratheme.com
|
9 |
License: GPL3
|
17 |
define( 'RRDI_PATH', plugin_dir_path( __FILE__ ) );
|
18 |
|
19 |
// Current version of the plugin.
|
20 |
+
define( 'RRDI_VERSION', '1.2.2' );
|
21 |
|
22 |
// Path/URL to root of this plugin, with trailing slash.
|
23 |
define( 'RRDI_URL', plugin_dir_url( __FILE__ ) );
|
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.9.6
|
6 |
-
Stable tag: 1.2.
|
7 |
License: GPLv3 or later
|
8 |
|
9 |
Make your website look like the live demo of the theme with a click!
|
@@ -154,3 +154,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|
154 |
|
155 |
= 1.2.1 =
|
156 |
* COMPATIBILITY TEST
|
|
|
|
|
|
3 |
Tags: import, content, demo, data, widgets, settings
|
4 |
Requires at least: 4.0.0
|
5 |
Tested up to: 4.9.6
|
6 |
+
Stable tag: 1.2.2
|
7 |
License: GPLv3 or later
|
8 |
|
9 |
Make your website look like the live demo of the theme with a click!
|
154 |
|
155 |
= 1.2.1 =
|
156 |
* COMPATIBILITY TEST
|
157 |
+
|
158 |
+
= 1.2.2 =
|
159 |
+
* INFORMATION ADDED
|