diff --git a/astroid/astroid-framework/astroid.xml b/astroid/astroid-framework/astroid.xml
index 8a26d35b..4063095b 100644
--- a/astroid/astroid-framework/astroid.xml
+++ b/astroid/astroid-framework/astroid.xml
@@ -4,7 +4,7 @@
astroid
JoomDev
Aug 2020
- 2.4.0
+ 2.4.1
https://www.astroidframework.com
Copyright (C) 2020 Joomdev, Inc. All rights reserved.
GNU General Public License version 2 or later; see LICENSE.txt
diff --git a/astroid/astroid-framework/framework/helper.php b/astroid/astroid-framework/framework/helper.php
index 69e2cc84..78673e9a 100644
--- a/astroid/astroid-framework/framework/helper.php
+++ b/astroid/astroid-framework/framework/helper.php
@@ -13,7 +13,7 @@
jimport('joomla.filesystem.folder');
jimport('joomla.filesystem.element');
-use Leafo\ScssPhp\Compiler;
+use ScssPhp\ScssPhp\Compiler;
\JModelLegacy::addIncludePath(JPATH_ADMINISTRATOR . '/components/com_cache/models', 'CacheModel');
@@ -162,7 +162,7 @@ public static function compileSass($sass_path, $css_path, $sass, $css, $variable
require_once JPATH_LIBRARIES . '/' . 'astroid' . '/' . 'framework' . '/' . 'library' . '/' . 'scssphp' . '/' . 'scss.inc.php';
$scss = new Compiler();
$scss->setImportPaths($sass_path);
- $scss->setFormatter('Leafo\ScssPhp\Formatter\Compressed');
+ $scss->setFormatter('ScssPhp\ScssPhp\Formatter\Compressed');
if (!empty($variables)) {
$scss->setVariables($variables);
}
diff --git a/astroid/astroid-framework/framework/library/astroid/Helper/Constants.php b/astroid/astroid-framework/framework/library/astroid/Helper/Constants.php
index ff710490..d222c7a0 100644
--- a/astroid/astroid-framework/framework/library/astroid/Helper/Constants.php
+++ b/astroid/astroid-framework/framework/library/astroid/Helper/Constants.php
@@ -13,7 +13,7 @@
class Constants
{
- public static $astroid_version = '2.4.0';
+ public static $astroid_version = '2.4.1';
public static $fontawesome_version = '5.12.1';
public static $animatecss_version = '3.7.0';
public static $forum_link = 'https://www.joomdev.com/forum/astroid-framework';
diff --git a/pkg_astroid.xml b/pkg_astroid.xml
index a4ac79da..7d36e7f8 100644
--- a/pkg_astroid.xml
+++ b/pkg_astroid.xml
@@ -6,7 +6,7 @@
https://www.astroidframework.com
JoomDev
Aug 2020
- 2.4.0
+ 2.4.1
https://www.joomdev.com
Copyright (C) 2020 Joomdev, Inc. All rights reserved.
GNU General Public License version 2 or later; see LICENSE.txt