diff --git a/astroid/astroid-framework/astroid.xml b/astroid/astroid-framework/astroid.xml index e60c5fe5..aae9868f 100644 --- a/astroid/astroid-framework/astroid.xml +++ b/astroid/astroid-framework/astroid.xml @@ -4,8 +4,8 @@ Astroid Framework astroid JoomDev - June 2018 - 1.0.1 + July 2018 + 1.0.2 http://astroidframework.com Copyright (C) 2018 Joomdev, Inc. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt diff --git a/astroid/astroid-framework/framework/constants.php b/astroid/astroid-framework/framework/constants.php index 6f1dc6a0..ad1e1b0a 100644 --- a/astroid/astroid-framework/framework/constants.php +++ b/astroid/astroid-framework/framework/constants.php @@ -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 = [ diff --git a/astroid/astroid-framework/framework/helper.php b/astroid/astroid-framework/framework/helper.php index 168558d4..8c33a623 100644 --- a/astroid/astroid-framework/framework/helper.php +++ b/astroid/astroid-framework/framework/helper.php @@ -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; diff --git a/astroid/astroid-template-zero/scss/template/template.scss b/astroid/astroid-template-zero/scss/template/template.scss index acefbe5a..2fac22c6 100644 --- a/astroid/astroid-template-zero/scss/template/template.scss +++ b/astroid/astroid-template-zero/scss/template/template.scss @@ -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) diff --git a/astroid/astroid-template-zero/scss/template/theme/_header.scss b/astroid/astroid-template-zero/scss/template/theme/_header.scss index 3bf28957..ee1f1ac7 100644 --- a/astroid/astroid-template-zero/scss/template/theme/_header.scss +++ b/astroid/astroid-template-zero/scss/template/theme/_header.scss @@ -30,6 +30,8 @@ .astroid-header { padding: 15px 0; + position: relative; + z-index: 1; } header { diff --git a/astroid/astroid-template-zero/templateDetails.xml b/astroid/astroid-template-zero/templateDetails.xml index b45c4da3..41f27cb2 100644 --- a/astroid/astroid-template-zero/templateDetails.xml +++ b/astroid/astroid-template-zero/templateDetails.xml @@ -3,13 +3,13 @@ Astroid Template Zero astroid_template_zero - June 2018 + July 2018 JoomDev info@joomdev.com http://www.joomdev.com Copyright (C) 2018 Joomdev, Inc. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt - 1.0.1 + 1.0.2 TPL_ASTROID_XML_DESCRIPTION diff --git a/pkg_astroid.php b/pkg_astroid.php index 6f6d22ff..fff34b2f 100644 --- a/pkg_astroid.php +++ b/pkg_astroid.php @@ -162,7 +162,7 @@ public function displayAstroidWelcome() { astroid-logo

Astroid Framework for Joomla! - v 1.0 / June 28, 2018 + v 1.0.2

Astroid is a powerful & flexible Joomla! framework that let's you kickstart your site's development process, while providing a simple and intuitive layout for the end users.

diff --git a/pkg_astroid.xml b/pkg_astroid.xml index 9933f3fd..82638f9a 100644 --- a/pkg_astroid.xml +++ b/pkg_astroid.xml @@ -6,8 +6,8 @@ JoomDev http://astroidframework.com JoomDev - June 2018 - 1.0.1 + July 2018 + 1.0.2 http://www.joomdev.com Copyright (C) 2018 Joomdev, Inc. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt