From bf30dd0e432ff80abbd7e30157feea7e5613d2ba Mon Sep 17 00:00:00 2001 From: Sonny Date: Wed, 2 Mar 2022 10:56:54 +0700 Subject: [PATCH] Update version 2.5.15 --- astroid.xml | 4 ++-- astroid_framework.xml | 4 ++-- framework/library/astroid/Helper/Constants.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/astroid.xml b/astroid.xml index 3cb494ee..92fa51b4 100644 --- a/astroid.xml +++ b/astroid.xml @@ -3,8 +3,8 @@ Astroid Framework astroid JoomDev/TemPlaza - February 2022 - 2.5.14 + March 2022 + 2.5.15 https://astroidframe.work/ Copyright (C) 2022 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 0599bc78..ad0bdd41 100644 --- a/astroid_framework.xml +++ b/astroid_framework.xml @@ -1,13 +1,13 @@ Astroid Framework - 2.5.14 + 2.5.15 https://astroidframe.work/ astroid library 0 - https://github.com/templaza/astroid-framework/releases/download/v2.5.14/astroid-framework-2.5.14.zip + https://github.com/templaza/astroid-framework/releases/download/v2.5.15/astroid-framework-2.5.15.zip stable diff --git a/framework/library/astroid/Helper/Constants.php b/framework/library/astroid/Helper/Constants.php index 9b1edc3f..2745c31e 100644 --- a/framework/library/astroid/Helper/Constants.php +++ b/framework/library/astroid/Helper/Constants.php @@ -13,7 +13,7 @@ class Constants { - public static $astroid_version = '2.5.14'; + public static $astroid_version = '2.5.15'; public static $fontawesome_version = '6.0.0'; public static $animatecss_version = '3.7.0'; public static $forum_link = 'https://github.com/templaza/astroid-framework/issues';