Skip to content

Commit 2d4e102

Browse files
Merge pull request #182 from joomdev/dev
2.4.3 release
2 parents 5baccf3 + 3f7db68 commit 2d4e102

File tree

6 files changed

+5
-10
lines changed

6 files changed

+5
-10
lines changed

astroid/astroid-framework/astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<libraryname>astroid</libraryname>
55
<author>JoomDev</author>
66
<creationDate>Aug 2020</creationDate>
7-
<version>2.4.2</version>
7+
<version>2.4.3</version>
88
<url>https://www.astroidframework.com</url>
99
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
1010
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

astroid/astroid-framework/framework/library/astroid/Framework.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ public static function check()
129129

130130
public static function audit()
131131
{
132-
$template = Framework::getTemplate();
133-
if (ASTROID_JOOMLA_VERSION == 4 && $template->isAstroid && file_exists(JPATH_SITE . "/templates/{$template->template}/html-j4")) {
134-
rename(JPATH_SITE . "/templates/{$template->template}/html", JPATH_SITE . "/templates/{$template->template}/html-j3");
135-
rename(JPATH_SITE . "/templates/{$template->template}/html-j4", JPATH_SITE . "/templates/{$template->template}/html");
136-
}
137132
}
138133

139134
public static function getClientType()

astroid/astroid-framework/framework/library/astroid/Helper/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class Constants
1515
{
16-
public static $astroid_version = '2.4.2';
16+
public static $astroid_version = '2.4.3';
1717
public static $fontawesome_version = '5.14.0';
1818
public static $animatecss_version = '3.7.0';
1919
public static $forum_link = 'https://www.joomdev.com/forum/astroid-framework';

astroid/astroid-framework/plugins/astroid/astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>Astroid Plugin</name>
44
<author>JoomDev</author>
55
<creationDate>Aug 2020</creationDate>
6-
<version>2.4.2</version>
6+
<version>2.4.3</version>
77
<url>https://www.astroidframework.com</url>
88
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
99
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

astroid/astroid-template-one/templateDetails.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authorUrl>https://www.joomdev.com</authorUrl>
88
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
99
<license>GNU General Public License bn 2 or later; see LICENSE.txt</license>
10-
<version>1.0</version>
10+
<version>1.1</version>
1111
<description>TPL_ASTROID_XML_DESCRIPTION</description>
1212
<updateservers>
1313
<server type="extension" name="astroid_framework" priority="1">https://cdn.joomdev.com/updates/astroid_template_one.xml</server>

pkg_astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packagerurl>https://www.astroidframework.com</packagerurl>
77
<author>JoomDev</author>
88
<creationDate>Aug 2020</creationDate>
9-
<version>2.4.2</version>
9+
<version>2.4.3</version>
1010
<url>https://www.joomdev.com</url>
1111
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
1212
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

0 commit comments

Comments
 (0)