Astra Starter Sites - Version 3.1.14

Version Description

Download this release

Release Info

Developer brainstormworg
Plugin Icon Astra Starter Sites
Version 3.1.14
Comparing to
See all releases

Code changes from version 3.1.13 to 3.1.14

astra-sites.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Starter Templates
4
  * Plugin URI: https://wpastra.com/
5
  * Description: Starter Templates is all in one solution for complete starter sites, single page templates, blocks & images. This plugin offers the premium library of ready templates & provides quick access to beautiful Pixabay images that can be imported in your website easily.
6
- * Version: 3.1.13
7
  * Author: Brainstorm Force
8
  * Author URI: https://www.brainstormforce.com
9
  * Text Domain: astra-sites
@@ -19,7 +19,7 @@ if ( ! defined( 'ASTRA_SITES_NAME' ) ) {
19
  }
20
 
21
  if ( ! defined( 'ASTRA_SITES_VER' ) ) {
22
- define( 'ASTRA_SITES_VER', '3.1.13' );
23
  }
24
 
25
  if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
3
  * Plugin Name: Starter Templates
4
  * Plugin URI: https://wpastra.com/
5
  * Description: Starter Templates is all in one solution for complete starter sites, single page templates, blocks & images. This plugin offers the premium library of ready templates & provides quick access to beautiful Pixabay images that can be imported in your website easily.
6
+ * Version: 3.1.14
7
  * Author: Brainstorm Force
8
  * Author URI: https://www.brainstormforce.com
9
  * Text Domain: astra-sites
19
  }
20
 
21
  if ( ! defined( 'ASTRA_SITES_VER' ) ) {
22
+ define( 'ASTRA_SITES_VER', '3.1.14' );
23
  }
24
 
25
  if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
inc/assets/js/dist/main.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('wp-polyfill'), 'version' => '9ada9ad9a5d90598edbb917a8b41d4b7');
1
+ <?php return array('dependencies' => array('wp-polyfill'), 'version' => 'aaf15ca2df58f61103069758714359be');
inc/importers/wxr-importer/class-wxr-importer.php CHANGED
@@ -863,6 +863,11 @@ if ( ! class_exists( 'WXR_Importer' ) && class_exists( 'WP_Importer' ) ) :
863
  return;
864
  }
865
 
 
 
 
 
 
866
  $post_type_object = get_post_type_object( $data['post_type'] );
867
 
868
  // Is this type even valid?
863
  return;
864
  }
865
 
866
+ // If post status as 'dp-rewrite-republish' OR trash OR draft then skip.
867
+ if ( 'dp-rewrite-republish' === $data['post_status'] || 'draft' === $data['post_status'] || 'trash' === $data['post_status'] ) {
868
+ return;
869
+ }
870
+
871
  $post_type_object = get_post_type_object( $data['post_type'] );
872
 
873
  // Is this type even valid?
inc/lib/onboarding/assets/dist/main.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-polyfill', 'wp-url'), 'version' => '606df9dd15f4eace3f1c21f4d9eb9c62');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-polyfill', 'wp-url'), 'version' => 'f8652401bf6d2099be58664e7327a8b9');
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Elementor,Beaver Builder,Templates,Gutenberg,Block Editor,Astra Starter Si
5
  Requires at least: 4.4
6
  Requires PHP: 5.3
7
  Tested up to: 6.0
8
- Stable tag: 3.1.13
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -133,8 +133,11 @@ We are open to suggestions and would love to work on topics that our users are l
133
 
134
  == Changelog ==
135
 
 
 
 
136
  v3.1.13 - 18-July-2022
137
- Fix: Prevent invalid redirection after template import.
138
 
139
  v3.1.12 - 12-July-2022
140
  - Improvement: Disable promotes Essential & Growth bundle when white label is enabled.
5
  Requires at least: 4.4
6
  Requires PHP: 5.3
7
  Tested up to: 6.0
8
+ Stable tag: 3.1.14
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
133
 
134
  == Changelog ==
135
 
136
+ v3.1.14 - 18-Aug-2022
137
+ - Fix: Block editor templates are not imported correctly.
138
+
139
  v3.1.13 - 18-July-2022
140
+ - Fix: Prevent invalid redirection after template import.
141
 
142
  v3.1.12 - 12-July-2022
143
  - Improvement: Disable promotes Essential & Growth bundle when white label is enabled.