From ecba6a5924019bc01e3a9eeb0c15cee435f2fbeb Mon Sep 17 00:00:00 2001 From: Sonny Le Date: Tue, 24 Sep 2024 10:02:29 +0700 Subject: [PATCH] Update version 3.1.4 --- README.md | 19 +++++++++++-------- astroid.xml | 2 +- astroid_framework.xml | 4 ++-- .../library/astroid/Helper/Constants.php | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 03146f9e..af0bbbf9 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ * Testimonials Widget * Map Widget * Accordion Widget +* Hover Motion Widget +* [View all Widgets](https://astroidframe.work/widgets) ## Article Widgets * Author Info @@ -79,7 +81,7 @@ ## 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)| @@ -87,18 +89,19 @@ |   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 diff --git a/astroid.xml b/astroid.xml index 808da969..fffa1154 100644 --- a/astroid.xml +++ b/astroid.xml @@ -4,7 +4,7 @@ astroid Astroid Framework Team August 2024 - 3.1.3 + 3.1.4 https://astroidframe.work/ Copyright (C) 2024 TemPlaza, Inc. All rights reserved. GNU General Public License version 3 or later; see LICENSE.txt diff --git a/astroid_framework.xml b/astroid_framework.xml index b867969e..84534411 100644 --- a/astroid_framework.xml +++ b/astroid_framework.xml @@ -1,13 +1,13 @@ Astroid Framework - 3.1.3 + 3.1.4 https://astroidframe.work/ astroid library 0 - https://github.com/templaza/astroid-framework/releases/download/v3.1.3/astroid-framework-3.1.3.zip + https://github.com/templaza/astroid-framework/releases/download/v3.1.4/astroid-framework-3.1.4.zip stable diff --git a/framework/library/astroid/Helper/Constants.php b/framework/library/astroid/Helper/Constants.php index 36776364..0dfd4c41 100644 --- a/framework/library/astroid/Helper/Constants.php +++ b/framework/library/astroid/Helper/Constants.php @@ -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';