Skip to content

Commit

Permalink
Update version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jul 25, 2024
1 parent eeb7562 commit a8ba7d7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* Bootstrap 5 Compatible
* Built for Joomla 4 and Joomla 5
* Drag and Drop Layout Builder
* Article Layout Builder
* Sub-layouts Builder
* Advanced Responsive Control
* Advanced Mega Menu
* Off-Canvas Menu
Expand Down Expand Up @@ -48,6 +50,11 @@
* Slideshow Widget
* Text Widget
* Video Button Widget
* Video Widget
* FormBuilder Wiget
* List Widget
* Testimonials Widget
* Map Widget

## Requirements
* Joomla: 4.x, 5.x
Expand Down
2 changes: 1 addition & 1 deletion astroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<libraryname>astroid</libraryname>
<author>Astroid Framework Team</author>
<creationDate>July 2024</creationDate>
<version>3.1.0</version>
<version>3.1.1</version>
<url>https://astroidframe.work/</url>
<copyright>Copyright (C) 2024 TemPlaza, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
Expand Down
4 changes: 2 additions & 2 deletions astroid_framework.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<updates>
<update>
<name>Astroid Framework</name>
<version>3.1.0</version>
<version>3.1.1</version>
<infourl title="Astroid Framework">https://astroidframe.work/</infourl>
<element>astroid</element>
<type>library</type>
<client>0</client>
<downloads>
<downloadurl type="full" format="zip">https://github.com/templaza/astroid-framework/releases/download/v3.1.0/astroid-framework-3.1.0.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/templaza/astroid-framework/releases/download/v3.1.1/astroid-framework-3.1.1.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down
2 changes: 1 addition & 1 deletion framework/library/astroid/Helper/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class Constants
{
public static $astroid_version = '3.1.0';
public static $astroid_version = '3.1.1';
public static $fontawesome_version = '6.6.0';
public static $fancybox_version = '5.0';
public static $animatecss_version = '3.7.0';
Expand Down
4 changes: 2 additions & 2 deletions modules/mod_astroid_clear_cache/mod_astroid_clear_cache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension type="module" client="administrator" method="upgrade">
<name>Astroid Clear Cache</name>
<author>TemPlaza</author>
<creationDate>October 2023</creationDate>
<creationDate>July 2024</creationDate>
<copyright>(C) 2022 TemPlaza.com.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.templaza.com</authorUrl>
<version>3.0.3</version>
<version>3.1.1</version>
<description>Astroid Clear Cache Module</description>
<files>
<filename module="mod_astroid_clear_cache">mod_astroid_clear_cache.php</filename>
Expand Down
4 changes: 2 additions & 2 deletions modules/mod_astroid_menu/mod_astroid_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension type="module" client="site" method="upgrade">
<name>mod_astroid_menu</name>
<author>Astroid Framework</author>
<creationDate>May 29, 2024</creationDate>
<creationDate>July 2024</creationDate>
<copyright>(C) 2024 Astroid Framework</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>astroidframe.work</authorUrl>
<version>1.0.1</version>
<version>3.1.1</version>
<description>MOD_ASTROID_MENU_XML_DESCRIPTION</description>
<files>
<filename module="mod_astroid_menu">mod_astroid_menu.php</filename>
Expand Down

0 comments on commit a8ba7d7

Please sign in to comment.