From a6bf2597a0da50c4b9fc00f713a38c4f85f219c7 Mon Sep 17 00:00:00 2001 From: Hitesh Aggarwal Date: Tue, 3 Jul 2018 11:57:33 +0530 Subject: [PATCH 1/2] Critical Bug Fixes Thanks for using Astroid! This release brings performance & stability improvements and bug fixes that improve our framework. --- astroid/astroid-framework/astroid.xml | 4 ++-- astroid/astroid-framework/framework/constants.php | 2 +- astroid/astroid-framework/framework/helper.php | 1 + astroid/astroid-template-zero/scss/template/template.scss | 2 +- astroid/astroid-template-zero/templateDetails.xml | 4 ++-- pkg_astroid.php | 2 +- pkg_astroid.xml | 4 ++-- 7 files changed, 10 insertions(+), 9 deletions(-) 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/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 From 960d6362a09061384c6cccc54c417f93433aada4 Mon Sep 17 00:00:00 2001 From: Hitesh Aggarwal Date: Tue, 3 Jul 2018 12:22:44 +0530 Subject: [PATCH 2/2] Menu Video Background issue resolved --- astroid/astroid-template-zero/scss/template/theme/_header.scss | 2 ++ 1 file changed, 2 insertions(+) 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 {