Skip to content

Commit 1cff010

Browse files
authored
Merge pull request #3 from hiteshaggarwal/master
Critical Bug Fixes
2 parents 6c595c5 + 960d636 commit 1cff010

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-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/scss/template/theme/_header.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
.astroid-header {
3232
padding: 15px 0;
33+
position: relative;
34+
z-index: 1;
3335
}
3436

3537
header {

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)