Skip to content

Commit

Permalink
Merge pull request #3 from hiteshaggarwal/master
Browse files Browse the repository at this point in the history
Critical Bug Fixes
  • Loading branch information
joomdevuser authored Jul 3, 2018
2 parents 6c595c5 + 960d636 commit 1cff010
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions astroid/astroid-framework/astroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<name>Astroid Framework</name>
<libraryname>astroid</libraryname>
<author>JoomDev</author>
<creationDate>June 2018</creationDate>
<version>1.0.1</version>
<creationDate>July 2018</creationDate>
<version>1.0.2</version>
<url>http://astroidframework.com</url>
<copyright>Copyright (C) 2018 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
2 changes: 1 addition & 1 deletion astroid/astroid-framework/framework/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class AstroidFrameworkConstants {

public static $astroid_version = '1.0.1';
public static $astroid_version = '1.0.2';
public static $fontawesome_version = '5.1.0';
public static $animatecss_version = '3.6';
public static $animations = [
Expand Down
1 change: 1 addition & 0 deletions astroid/astroid-framework/framework/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public static function getAllAstroidElements() {

$template = new \stdClass();
$template->template = ASTROID_TEMPLATE_NAME;
$template->params = new \stdClass();
$template = new AstroidFrameworkTemplate($template);
$element = new AstroidElement($type, [], $template);
$return[] = $element;
Expand Down
2 changes: 1 addition & 1 deletion astroid/astroid-template-zero/scss/template/template.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Astroid v1.0.1 (https://joomdev.com)
* Astroid v1.0.2 (https://joomdev.com)
* Copyright 2018 Astroid Team
* Copyright 2018 Joomdev
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

.astroid-header {
padding: 15px 0;
position: relative;
z-index: 1;
}

header {
Expand Down
4 changes: 2 additions & 2 deletions astroid/astroid-template-zero/templateDetails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<extension version="3.1" type="template" client="site" method="upgrade">
<name>Astroid Template Zero</name>
<element>astroid_template_zero</element>
<creationDate>June 2018</creationDate>
<creationDate>July 2018</creationDate>
<author>JoomDev</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.joomdev.com</authorUrl>
<copyright>Copyright (C) 2018 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>1.0.1</version>
<version>1.0.2</version>
<description>TPL_ASTROID_XML_DESCRIPTION</description>

<updateservers>
Expand Down
2 changes: 1 addition & 1 deletion pkg_astroid.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkg_astroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<packager>JoomDev</packager>
<packagerurl>http://astroidframework.com</packagerurl>
<author>JoomDev</author>
<creationDate>June 2018</creationDate>
<version>1.0.1</version>
<creationDate>July 2018</creationDate>
<version>1.0.2</version>
<url>http://www.joomdev.com</url>
<copyright>Copyright (C) 2018 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down

0 comments on commit 1cff010

Please sign in to comment.