Version Description
- 2020-06-22 =
- Updated : API Url
Download this release
Release Info
Developer | addonspress |
Plugin | Advanced Import : One Click Import for WordPress or Theme Demo Data |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
- advanced-import.php +2 -2
- includes/theme-template-library/acmethemes.php +1 -1
- readme.txt +5 -2
advanced-import.php
CHANGED
@@ -14,7 +14,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
14 |
* Plugin Name: Advanced Import
|
15 |
* Plugin URI: https://addonspress.com/item/advanced-import
|
16 |
* Description: Easily import demo data starter site packages or Migrate your site data
|
17 |
-
* Version: 1.2.
|
18 |
* Author: AddonsPress
|
19 |
* Author URI: https://addonspress.com/
|
20 |
* License: GPL-2.0+
|
@@ -24,7 +24,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
24 |
*/
|
25 |
|
26 |
/*Define Constants for this plugin*/
|
27 |
-
define( 'ADVANCED_IMPORT_VERSION', '1.2.
|
28 |
define( 'ADVANCED_IMPORT_PLUGIN_NAME', 'advanced-import' );
|
29 |
define( 'ADVANCED_IMPORT_PATH', plugin_dir_path( __FILE__ ) );
|
30 |
define( 'ADVANCED_IMPORT_URL', plugin_dir_url( __FILE__ ) );
|
14 |
* Plugin Name: Advanced Import
|
15 |
* Plugin URI: https://addonspress.com/item/advanced-import
|
16 |
* Description: Easily import demo data starter site packages or Migrate your site data
|
17 |
+
* Version: 1.2.4
|
18 |
* Author: AddonsPress
|
19 |
* Author URI: https://addonspress.com/
|
20 |
* License: GPL-2.0+
|
24 |
*/
|
25 |
|
26 |
/*Define Constants for this plugin*/
|
27 |
+
define( 'ADVANCED_IMPORT_VERSION', '1.2.4' );
|
28 |
define( 'ADVANCED_IMPORT_PLUGIN_NAME', 'advanced-import' );
|
29 |
define( 'ADVANCED_IMPORT_PATH', plugin_dir_path( __FILE__ ) );
|
30 |
define( 'ADVANCED_IMPORT_URL', plugin_dir_url( __FILE__ ) );
|
includes/theme-template-library/acmethemes.php
CHANGED
@@ -75,7 +75,7 @@ if ( ! class_exists( 'Advanced_Import_Theme_Acmethemes' ) ) {
|
|
75 |
/*finally fetch template library data from live*/
|
76 |
$templates_list = array();
|
77 |
|
78 |
-
$url = 'https://www.
|
79 |
$body_args = [
|
80 |
/*API version*/
|
81 |
'api_version' => wp_get_theme()['Version'],
|
75 |
/*finally fetch template library data from live*/
|
76 |
$templates_list = array();
|
77 |
|
78 |
+
$url = 'https://www.acmeit.org/wp-json/acmethemes-demo-api/v1/fetch_templates/?theme-slug='.esc_attr(advanced_import_get_current_theme_slug());
|
79 |
$body_args = [
|
80 |
/*API version*/
|
81 |
'api_version' => wp_get_theme()['Version'],
|
readme.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
=== Advanced Import : One Click Import for WordPress or
|
2 |
|
3 |
Contributors: addonspress, codersantosh, acmeit
|
4 |
Donate link: https://addonspress.com/
|
@@ -6,7 +6,7 @@ Tags: import, advanced import, demo import, theme import, widget import, customi
|
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.4.2
|
8 |
Requires PHP: 5.6.20
|
9 |
-
Stable tag: 1.2.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -223,6 +223,9 @@ Advanced Import is generally one-time use plugin, it is meant to be used for Dem
|
|
223 |
|
224 |
== Changelog ==
|
225 |
|
|
|
|
|
|
|
226 |
= 1.2.3 - 2020-06-22 =
|
227 |
* Added : Shortcode support
|
228 |
* Added : Meta post id support
|
1 |
+
=== Advanced Import : One Click Import for WordPress or Theme Demo Data ===
|
2 |
|
3 |
Contributors: addonspress, codersantosh, acmeit
|
4 |
Donate link: https://addonspress.com/
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.4.2
|
8 |
Requires PHP: 5.6.20
|
9 |
+
Stable tag: 1.2.4
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
223 |
|
224 |
== Changelog ==
|
225 |
|
226 |
+
= 1.2.4 - 2020-06-22 =
|
227 |
+
* Updated : API Url
|
228 |
+
|
229 |
= 1.2.3 - 2020-06-22 =
|
230 |
* Added : Shortcode support
|
231 |
* Added : Meta post id support
|