File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 99
1010class 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 = [
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 3030
3131.astroid-header {
3232 padding : 15px 0 ;
33+ position : relative ;
34+ z-index : 1 ;
3335}
3436
3537header {
Original file line number Diff line number Diff line change 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 >info@joomdev.com</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 >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments