Astra Starter Sites - Version 2.3.3

Version Description

Download this release

Release Info

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

Code changes from version 2.3.2 to 2.3.3

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.3.2
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.3.2' );
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.3.3
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.3.3' );
23
  }
24
 
25
  if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
inc/classes/class-astra-sites.php CHANGED
@@ -1553,8 +1553,8 @@ if ( ! class_exists( 'Astra_Sites' ) ) :
1553
 
1554
  $required_plugins = ( isset( $_POST['required_plugins'] ) ) ? $_POST['required_plugins'] : $required_plugins;
1555
 
1556
- $learndash_course_grid = 'https://www.brainstormforce.com/go/learndash-course-grid/';
1557
- $learndash_woocommerce = 'https://www.brainstormforce.com/go/learndash-woocommerce/';
1558
  if ( is_plugin_active( 'sfwd-lms/sfwd_lms.php' ) ) {
1559
  $learndash_addons_url = admin_url( 'admin.php?page=learndash_lms_addons' );
1560
  $learndash_course_grid = $learndash_addons_url;
@@ -1566,7 +1566,7 @@ if ( ! class_exists( 'Astra_Sites' ) ) :
1566
  'sfwd-lms' => array(
1567
  'init' => 'sfwd-lms/sfwd_lms.php',
1568
  'name' => 'LearnDash LMS',
1569
- 'link' => 'https://brainstormforce.com/go/learndash/',
1570
  ),
1571
  'learndash-course-grid' => array(
1572
  'init' => 'learndash-course-grid/learndash_course_grid.php',
1553
 
1554
  $required_plugins = ( isset( $_POST['required_plugins'] ) ) ? $_POST['required_plugins'] : $required_plugins;
1555
 
1556
+ $learndash_course_grid = 'https://www.learndash.com/add-on/course-grid/';
1557
+ $learndash_woocommerce = 'https://www.learndash.com/add-on/woocommerce/';
1558
  if ( is_plugin_active( 'sfwd-lms/sfwd_lms.php' ) ) {
1559
  $learndash_addons_url = admin_url( 'admin.php?page=learndash_lms_addons' );
1560
  $learndash_course_grid = $learndash_addons_url;
1566
  'sfwd-lms' => array(
1567
  'init' => 'sfwd-lms/sfwd_lms.php',
1568
  'name' => 'LearnDash LMS',
1569
+ 'link' => 'https://www.learndash.com/',
1570
  ),
1571
  'learndash-course-grid' => array(
1572
  'init' => 'learndash-course-grid/learndash_course_grid.php',
languages/astra-sites.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the Starter Templates package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Starter Templates 2.3.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
7
- "POT-Creation-Date: 2020-06-29 07:07:30+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the Starter Templates package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Starter Templates 2.3.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
7
+ "POT-Creation-Date: 2020-08-07 15:32:57+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
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.4
8
- Stable tag: 2.3.2
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.3.2 - 29-June-2020
142
  - Improvement: Added CartFlows Landing page compatibility to LeadDash courses.
143
  - Improvement: Handle the LearnDash add-ons links if LearnDash is installed and activated.
5
  Requires at least: 4.4
6
  Requires PHP: 5.3
7
  Tested up to: 5.4
8
+ Stable tag: 2.3.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
138
 
139
  == Changelog ==
140
 
141
+ v2.3.3 - 7-August-2020
142
+ - Improvement: Minor code changes.
143
+
144
  v2.3.2 - 29-June-2020
145
  - Improvement: Added CartFlows Landing page compatibility to LeadDash courses.
146
  - Improvement: Handle the LearnDash add-ons links if LearnDash is installed and activated.