Version Description
Download this release
Release Info
Developer | brainstormworg |
Plugin | Astra Starter Sites |
Version | 1.4.5 |
Comparing to | |
See all releases |
Code changes from version 1.4.4 to 1.4.5
- astra-sites.php +2 -2
- inc/importers/class-astra-site-options-import.php +1 -0
- readme.txt +4 -1
astra-sites.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Astra Starter Sites
|
4 |
* Plugin URI: http://www.wpastra.com/pro/
|
5 |
* Description: Import free sites build with Astra theme.
|
6 |
-
* Version: 1.4.
|
7 |
* Author: Brainstorm Force
|
8 |
* Author URI: http://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', '1.4.
|
23 |
}
|
24 |
|
25 |
if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
|
3 |
* Plugin Name: Astra Starter Sites
|
4 |
* Plugin URI: http://www.wpastra.com/pro/
|
5 |
* Description: Import free sites build with Astra theme.
|
6 |
+
* Version: 1.4.5
|
7 |
* Author: Brainstorm Force
|
8 |
* Author URI: http://www.brainstormforce.com
|
9 |
* Text Domain: astra-sites
|
19 |
}
|
20 |
|
21 |
if ( ! defined( 'ASTRA_SITES_VER' ) ) {
|
22 |
+
define( 'ASTRA_SITES_VER', '1.4.5' );
|
23 |
}
|
24 |
|
25 |
if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
|
inc/importers/class-astra-site-options-import.php
CHANGED
@@ -71,6 +71,7 @@ class Astra_Site_Options_Import {
|
|
71 |
'elementor_scheme_typography',
|
72 |
'elementor_space_between_widgets',
|
73 |
'elementor_stretched_section_container',
|
|
|
74 |
|
75 |
// Plugin: Beaver Builder.
|
76 |
'_fl_builder_enabled_icons',
|
71 |
'elementor_scheme_typography',
|
72 |
'elementor_space_between_widgets',
|
73 |
'elementor_stretched_section_container',
|
74 |
+
'elementor_load_fa4_shim',
|
75 |
|
76 |
// Plugin: Beaver Builder.
|
77 |
'_fl_builder_enabled_icons',
|
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: 1.4.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -117,6 +117,9 @@ We are open to suggestions and would love to work on topics that our users are l
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
120 |
v1.4.4 - 14-November-2019
|
121 |
- Improvement: Added the old browser compatibility in which Astra Sites not loading.
|
122 |
- Improvement: Used `gmdate()` function instead of `date()` which affected by runtime timezone changes.
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.3
|
7 |
Tested up to: 5.3
|
8 |
+
Stable tag: 1.4.5
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
v1.4.5 - 21-November-2019
|
121 |
+
- Improvement: Added missing font awesome icons support for the Elementor sites.
|
122 |
+
|
123 |
v1.4.4 - 14-November-2019
|
124 |
- Improvement: Added the old browser compatibility in which Astra Sites not loading.
|
125 |
- Improvement: Used `gmdate()` function instead of `date()` which affected by runtime timezone changes.
|