Skip to content

Commit a6bf259

Browse files
Critical Bug Fixes
Thanks for using Astroid! This release brings performance & stability improvements and bug fixes that improve our framework.
1 parent 9ebfe47 commit a6bf259

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

astroid/astroid-framework/astroid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<name>Astroid Framework</name>
55
<libraryname>astroid</libraryname>
66
<author>JoomDev</author>
7-
<creationDate>June 2018</creationDate>
8-
<version>1.0.1</version>
7+
<creationDate>July 2018</creationDate>
8+
<version>1.0.2</version>
99
<url>http://astroidframework.com</url>
1010
<copyright>Copyright (C) 2018 Joomdev, Inc. All rights reserved.</copyright>
1111
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

astroid/astroid-framework/framework/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class AstroidFrameworkConstants {
1111

12-
public static $astroid_version = '1.0.1';
12+
public static $astroid_version = '1.0.2';
1313
public static $fontawesome_version = '5.1.0';
1414
public static $animatecss_version = '3.6';
1515
public static $animations = [

astroid/astroid-framework/framework/helper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public static function getAllAstroidElements() {
6666

6767
$template = new \stdClass();
6868
$template->template = ASTROID_TEMPLATE_NAME;
69+
$template->params = new \stdClass();
6970
$template = new AstroidFrameworkTemplate($template);
7071
$element = new AstroidElement($type, [], $template);
7172
$return[] = $element;

astroid/astroid-template-zero/scss/template/template.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Astroid v1.0.1 (https://joomdev.com)
2+
* Astroid v1.0.2 (https://joomdev.com)
33
* Copyright 2018 Astroid Team
44
* Copyright 2018 Joomdev
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

astroid/astroid-template-zero/templateDetails.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<extension version="3.1" type="template" client="site" method="upgrade">
44
<name>Astroid Template Zero</name>
55
<element>astroid_template_zero</element>
6-
<creationDate>June 2018</creationDate>
6+
<creationDate>July 2018</creationDate>
77
<author>JoomDev</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>http://www.joomdev.com</authorUrl>
1010
<copyright>Copyright (C) 2018 Joomdev, Inc. All rights reserved.</copyright>
1111
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
12-
<version>1.0.1</version>
12+
<version>1.0.2</version>
1313
<description>TPL_ASTROID_XML_DESCRIPTION</description>
1414

1515
<updateservers>

pkg_astroid.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pkg_astroid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<packager>JoomDev</packager>
77
<packagerurl>http://astroidframework.com</packagerurl>
88
<author>JoomDev</author>
9-
<creationDate>June 2018</creationDate>
10-
<version>1.0.1</version>
9+
<creationDate>July 2018</creationDate>
10+
<version>1.0.2</version>
1111
<url>http://www.joomdev.com</url>
1212
<copyright>Copyright (C) 2018 Joomdev, Inc. All rights reserved.</copyright>
1313
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

0 commit comments

Comments
 (0)