Version Description
- Fix: Issue with importing full gutenberg shop starter.
Download this release
Release Info
Developer | britner |
Plugin | Starter Templates by Kadence WP |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- class-kadence-starter-templates.php +1 -2
- kadence-starter-templates.php +1 -1
- readme.txt +4 -1
class-kadence-starter-templates.php
CHANGED
@@ -1223,7 +1223,6 @@ class Starter_Templates {
|
|
1223 |
'import_file_url' => 'https://startertemplatecloud.com/importer-content/g02/demo_content.xml',
|
1224 |
'import_widget_file_url' => 'https://startertemplatecloud.com/importer-content/g02/widget_data.json',
|
1225 |
'import_customizer_file_url' => 'https://startertemplatecloud.com/importer-content/g02/theme_options.json',
|
1226 |
-
'import_forms_file_url' => 'https://startertemplatecloud.com/importer-content/g02/form_data.json',
|
1227 |
'preview_url' => 'https://startertemplatecloud.com/g02/',
|
1228 |
'import_preview_image_url' => 'https://startertemplatecloud.com/importer-content/g02/preview-image.jpg',
|
1229 |
'import_notice' => '',
|
@@ -1285,7 +1284,7 @@ class Starter_Templates {
|
|
1285 |
define( 'KADENCE_STARTER_TEMPLATES_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
1286 |
}
|
1287 |
if ( ! defined( 'KADENCE_STARTER_TEMPLATES_VERSION' ) ) {
|
1288 |
-
define( 'KADENCE_STARTER_TEMPLATES_VERSION', '1.1.
|
1289 |
}
|
1290 |
}
|
1291 |
/**
|
1223 |
'import_file_url' => 'https://startertemplatecloud.com/importer-content/g02/demo_content.xml',
|
1224 |
'import_widget_file_url' => 'https://startertemplatecloud.com/importer-content/g02/widget_data.json',
|
1225 |
'import_customizer_file_url' => 'https://startertemplatecloud.com/importer-content/g02/theme_options.json',
|
|
|
1226 |
'preview_url' => 'https://startertemplatecloud.com/g02/',
|
1227 |
'import_preview_image_url' => 'https://startertemplatecloud.com/importer-content/g02/preview-image.jpg',
|
1228 |
'import_notice' => '',
|
1284 |
define( 'KADENCE_STARTER_TEMPLATES_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
1285 |
}
|
1286 |
if ( ! defined( 'KADENCE_STARTER_TEMPLATES_VERSION' ) ) {
|
1287 |
+
define( 'KADENCE_STARTER_TEMPLATES_VERSION', '1.1.3' );
|
1288 |
}
|
1289 |
}
|
1290 |
/**
|
kadence-starter-templates.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Kadence Starter Templates
|
4 |
* Description: Choose the prebuilt website and click to import.
|
5 |
-
* Version: 1.1.
|
6 |
* Author: Kadence WP
|
7 |
* Author URI: https://kadencewp.com/
|
8 |
* License: GPLv2 or later
|
2 |
/**
|
3 |
* Plugin Name: Kadence Starter Templates
|
4 |
* Description: Choose the prebuilt website and click to import.
|
5 |
+
* Version: 1.1.3
|
6 |
* Author: Kadence WP
|
7 |
* Author URI: https://kadencewp.com/
|
8 |
* License: GPLv2 or later
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: britner
|
|
3 |
Tags: templates, gutenberg
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.5
|
6 |
-
Stable tag: 1.1.
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -108,6 +108,9 @@ Absolutely not.
|
|
108 |
|
109 |
== Changelog ==
|
110 |
|
|
|
|
|
|
|
111 |
= 1.1.2 =
|
112 |
* Fix: Issue with sideload image.
|
113 |
* Add: Gutenberg shop starter template.
|
3 |
Tags: templates, gutenberg
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.5
|
6 |
+
Stable tag: 1.1.3
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= 1.1.3 =
|
112 |
+
* Fix: Issue with importing full gutenberg shop starter.
|
113 |
+
|
114 |
= 1.1.2 =
|
115 |
* Fix: Issue with sideload image.
|
116 |
* Add: Gutenberg shop starter template.
|