Version Description
- Compatibility updates
- Fixes: Minor Bug Fixes.
Download this release
Release Info
Developer | raratheme |
Plugin | Rara One Click Demo Import |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
- languages/rara-one-click-demo-import.pot +2 -2
- rara-one-click-demo-import.php +2 -3
- readme.txt +8 -4
languages/rara-one-click-demo-import.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the GPL3.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: RARA One Click Demo Import 1.3.
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the GPL3.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: RARA One Click Demo Import 1.3.2\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
+
"POT-Creation-Date: 2022-12-12 04:37:09+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
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 with just one click.
|
6 |
-
Version: 1.3.
|
7 |
Author: raratheme
|
8 |
Author URI: https://www.rarathemes.com
|
9 |
License: GPL3
|
@@ -17,10 +17,9 @@ 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.3.
|
21 |
|
22 |
// Path/URL to root of this plugin, with trailing slash.
|
23 |
define( 'RRDI_URL', plugin_dir_url( __FILE__ ) );
|
24 |
|
25 |
require RRDI_PATH . 'includes/class-rrdi-init.php';
|
26 |
-
|
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 with just one click.
|
6 |
+
Version: 1.3.2
|
7 |
Author: raratheme
|
8 |
Author URI: https://www.rarathemes.com
|
9 |
License: GPL3
|
17 |
define( 'RRDI_PATH', plugin_dir_path( __FILE__ ) );
|
18 |
|
19 |
// Current version of the plugin.
|
20 |
+
define( 'RRDI_VERSION', '1.3.2' );
|
21 |
|
22 |
// Path/URL to root of this plugin, with trailing slash.
|
23 |
define( 'RRDI_URL', plugin_dir_url( __FILE__ ) );
|
24 |
|
25 |
require RRDI_PATH . 'includes/class-rrdi-init.php';
|
|
readme.txt
CHANGED
@@ -2,16 +2,16 @@
|
|
2 |
Contributors: raratheme
|
3 |
Tags: import, content, demo, data, widgets, settings
|
4 |
Requires at least: 4.4.0
|
5 |
-
Tested up to: 6.
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv3 or later
|
9 |
|
10 |
Make your website look like the live demo of the theme with a click!
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
Do you love the demos of the themes made by Rara Theme? Or, need a guideline for setting up the themes?
|
15 |
|
16 |
Then, all you need is this plugin!
|
17 |
|
@@ -113,6 +113,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
|
|
116 |
= 1.3.1 =
|
117 |
* Fixes: Deprecated an incorrect name filter.
|
118 |
* Fixes: Minor Bug Fixes.
|
@@ -177,4 +181,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|
177 |
* FILTERS ADDED
|
178 |
|
179 |
= 1.0.0 =
|
180 |
-
* INITIAL RELEASE
|
2 |
Contributors: raratheme
|
3 |
Tags: import, content, demo, data, widgets, settings
|
4 |
Requires at least: 4.4.0
|
5 |
+
Tested up to: 6.1
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 1.3.2
|
8 |
License: GPLv3 or later
|
9 |
|
10 |
Make your website look like the live demo of the theme with a click!
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
Do you love the demos of the themes made by Rara Theme? Or, need a guideline for setting up the themes?
|
15 |
|
16 |
Then, all you need is this plugin!
|
17 |
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= 1.3.2 =
|
117 |
+
* Compatibility updates
|
118 |
+
* Fixes: Minor Bug Fixes.
|
119 |
+
|
120 |
= 1.3.1 =
|
121 |
* Fixes: Deprecated an incorrect name filter.
|
122 |
* Fixes: Minor Bug Fixes.
|
181 |
* FILTERS ADDED
|
182 |
|
183 |
= 1.0.0 =
|
184 |
+
* INITIAL RELEASE
|