Version Description
Download this release
Release Info
Developer | brainstormworg |
Plugin | Astra Starter Sites |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
- astra-sites.php +2 -2
- inc/classes/class-astra-sites.php +1 -1
- readme.txt +4 -1
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: 2.0.
|
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', '2.0.
|
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: 2.0.1
|
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', '2.0.1' );
|
23 |
}
|
24 |
|
25 |
if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
|
inc/classes/class-astra-sites.php
CHANGED
@@ -1073,7 +1073,7 @@ if ( ! class_exists( 'Astra_Sites' ) ) :
|
|
1073 |
wp_enqueue_script(
|
1074 |
'astra-sites-images-script',
|
1075 |
ASTRA_SITES_URI . 'inc/assets/js/dist/index.js',
|
1076 |
-
array( 'wp-blocks', 'wp-i18n', 'wp-element', 'wp-components', 'wp-
|
1077 |
ASTRA_SITES_VER,
|
1078 |
true
|
1079 |
);
|
1073 |
wp_enqueue_script(
|
1074 |
'astra-sites-images-script',
|
1075 |
ASTRA_SITES_URI . 'inc/assets/js/dist/index.js',
|
1076 |
+
array( 'wp-blocks', 'wp-i18n', 'wp-element', 'wp-components', 'wp-api-fetch', 'astra-sites-images-common' ), // Dependencies, defined above.
|
1077 |
ASTRA_SITES_VER,
|
1078 |
true
|
1079 |
);
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: Elementor,Beaver Builder,Templates,Gutenberg,Astra Starter Sites
|
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.3
|
7 |
Tested up to: 5.3
|
8 |
-
Stable tag: 2.0.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -138,6 +138,9 @@ We are open to suggestions and would love to work on topics that our users are l
|
|
138 |
|
139 |
== Changelog ==
|
140 |
|
|
|
|
|
|
|
141 |
v2.0.0 - 20-February-2020
|
142 |
- New: Astra Sites is now **Starter Templates**
|
143 |
- New: Added favorite or unfavorite the demo site.
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.3
|
7 |
Tested up to: 5.3
|
8 |
+
Stable tag: 2.0.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
138 |
|
139 |
== Changelog ==
|
140 |
|
141 |
+
v2.0.1 - 02-March-2020
|
142 |
+
- Hot Fix: Removed wp-editor dependency.
|
143 |
+
|
144 |
v2.0.0 - 20-February-2020
|
145 |
- New: Astra Sites is now **Starter Templates**
|
146 |
- New: Added favorite or unfavorite the demo site.
|