Skip to content

Commit

Permalink
Merge pull request #182 from joomdev/dev
Browse files Browse the repository at this point in the history
2.4.3 release
  • Loading branch information
hiteshaggarwal committed Sep 15, 2020
2 parents 5baccf3 + 3f7db68 commit 2d4e102
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion astroid/astroid-framework/astroid.xml
Expand Up @@ -4,7 +4,7 @@
<libraryname>astroid</libraryname>
<author>JoomDev</author>
<creationDate>Aug 2020</creationDate>
<version>2.4.2</version>
<version>2.4.3</version>
<url>https://www.astroidframework.com</url>
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
Expand Up @@ -129,11 +129,6 @@ public static function check()

public static function audit()
{
$template = Framework::getTemplate();
if (ASTROID_JOOMLA_VERSION == 4 && $template->isAstroid && file_exists(JPATH_SITE . "/templates/{$template->template}/html-j4")) {
rename(JPATH_SITE . "/templates/{$template->template}/html", JPATH_SITE . "/templates/{$template->template}/html-j3");
rename(JPATH_SITE . "/templates/{$template->template}/html-j4", JPATH_SITE . "/templates/{$template->template}/html");
}
}

public static function getClientType()
Expand Down
Expand Up @@ -13,7 +13,7 @@

class Constants
{
public static $astroid_version = '2.4.2';
public static $astroid_version = '2.4.3';
public static $fontawesome_version = '5.14.0';
public static $animatecss_version = '3.7.0';
public static $forum_link = 'https://www.joomdev.com/forum/astroid-framework';
Expand Down
2 changes: 1 addition & 1 deletion astroid/astroid-framework/plugins/astroid/astroid.xml
Expand Up @@ -3,7 +3,7 @@
<name>Astroid Plugin</name>
<author>JoomDev</author>
<creationDate>Aug 2020</creationDate>
<version>2.4.2</version>
<version>2.4.3</version>
<url>https://www.astroidframework.com</url>
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
2 changes: 1 addition & 1 deletion astroid/astroid-template-one/templateDetails.xml
Expand Up @@ -7,7 +7,7 @@
<authorUrl>https://www.joomdev.com</authorUrl>
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License bn 2 or later; see LICENSE.txt</license>
<version>1.0</version>
<version>1.1</version>
<description>TPL_ASTROID_XML_DESCRIPTION</description>
<updateservers>
<server type="extension" name="astroid_framework" priority="1">https://cdn.joomdev.com/updates/astroid_template_one.xml</server>
Expand Down
2 changes: 1 addition & 1 deletion pkg_astroid.xml
Expand Up @@ -6,7 +6,7 @@
<packagerurl>https://www.astroidframework.com</packagerurl>
<author>JoomDev</author>
<creationDate>Aug 2020</creationDate>
<version>2.4.2</version>
<version>2.4.3</version>
<url>https://www.joomdev.com</url>
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down

0 comments on commit 2d4e102

Please sign in to comment.