Skip to content

Commit

Permalink
Update version 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Sep 24, 2024
1 parent df9411e commit ecba6a5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
* Testimonials Widget
* Map Widget
* Accordion Widget
* Hover Motion Widget
* [View all Widgets](https://astroidframe.work/widgets)

## Article Widgets
* Author Info
Expand All @@ -79,26 +81,27 @@

## Requirements
* Joomla: 4.x, 5.x
* PHP : 8.0+
* PHP : 8.1+

## Browser Support
| ![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png)|![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png)|![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png)|![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)|
| :---: | :---: |:---:|:---:|
|   Chrome 64+   |   Firefox 58+   |   Edge 14+   |   Safari 10+    |

## How to install
1. [Download Astroid Latest](https://github.com/templaza/astroid-framework/releases/latest)
2. Go to Joomla Administrator -> System -> Install Extensions -> Upload Package File
3. Upload 'astroid-package-v.x.x.Framework-Template.zip'
4. Back to System -> Templates -> Site Template Styles
5. Find one of Astroid template make it default
6. Go to front-end and check it.

1. Go to Joomla Administrator -> System -> Install Extensions -> Install from Web
2. On search box type "astroid" -> Enter -> You can see "Astroid Framework" right below
3. Click and install it. -> Click "Get Started" Button
4. Install one of Astroid template & make it default
5. Go to front-end and check it.

## Links
* [Homepage](https://astroidframe.work/) - Learn more about Astroid
* [Documentation](https://docs.astroidframe.work/) - How to use Astroid
* [Translations](https://github.com/templaza/astroid-framework/tree/language) - Join to translate Astroid
* [Roadmap](https://github.com/orgs/templaza/projects/3/views/4?sortedBy%5Bdirection%5D=desc&sortedBy%5BcolumnId%5D=Milestone) - See our roadmap
* [Changelogs](https://github.com/templaza/astroid-framework/releases) - View our Changelogs
* [Join our Community](https://www.facebook.com/groups/astroid) - Come and share with us.
* [Discord Chat](https://discord.gg/2MwtsAX4Py) - Join our developer chat on Discord.

## Find an Astroid Template provider
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>August 2024</creationDate>
<version>3.1.3</version>
<version>3.1.4</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.3</version>
<version>3.1.4</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.3/astroid-framework-3.1.3.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/templaza/astroid-framework/releases/download/v3.1.4/astroid-framework-3.1.4.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.3';
public static $astroid_version = '3.1.4';
public static $fontawesome_version = '6.6.0';
public static $fancybox_version = '5.0';
public static $animatecss_version = '3.7.0';
Expand Down

0 comments on commit ecba6a5

Please sign in to comment.