Skip to content

Commit

Permalink
v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ggppdk committed Jan 31, 2023
1 parent ba9bba6 commit 5b0406e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/defineconstants.php
Expand Up @@ -127,7 +127,7 @@ public static function getInstance()
// Version constants
define('FLEXI_PHP_NEEDED', '7.0.0');
define('FLEXI_PHP_RECOMMENDED', '8.0.25');
define('FLEXI_VERSION', '4.1.4');
define('FLEXI_VERSION', '4.1.5');
define('FLEXI_RELEASE', '');
define('FLEXI_VHASH', md5(filemtime(__FILE__) . filectime(__FILE__) . FLEXI_VERSION));
define('FLEXI_PHP_54GE', version_compare(PHP_VERSION, '5.4.0', '>='));
4 changes: 2 additions & 2 deletions flexicontent.xml
Expand Up @@ -2,14 +2,14 @@
<extension type="component" version="3.7.0" method="upgrade">
<name>FLEXIcontent</name>
<!-- The following elements are optional and free of formatting constraints -->
<creationDate>13 September 2022</creationDate>
<creationDate>31 January 2023</creationDate>
<author>Emmanuel Danan, Georgios Papadakis, Yannick Berges, FLEXIcontent Team</author>
<authorEmail>noreply@flexicontent.org</authorEmail>
<authorUrl>http://www.flexicontent.org</authorUrl>
<copyright>(C) 2009-2022 Emmanuel Danan, Georgios Papadakis</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<!-- The version string is recorded in the components table -->
<version>4.1.3</version>
<version>4.1.5</version>
<!-- The description is optional and defaults to the name -->
<description>COM_FLEXICONTENT_DESCRIPTION</description>

Expand Down

0 comments on commit 5b0406e

Please sign in to comment.