Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggppdk committed Jul 15, 2023
1 parent 4d3cb72 commit ad106a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/defineconstants.php
Original file line number Diff line number Diff line change
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.2.0');
define('FLEXI_VERSION', '4.2.1');
define('FLEXI_RELEASE', '');
define('FLEXI_VHASH', md5(filemtime(__FILE__) . filectime(__FILE__) . FLEXI_VERSION));
define('FLEXI_PHP_54GE', version_compare(PHP_VERSION, '5.4.0', '>='));
2 changes: 1 addition & 1 deletion flexicontent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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.2.0</version>
<version>4.2.1</version>
<!-- The description is optional and defaults to the name -->
<description>COM_FLEXICONTENT_DESCRIPTION</description>

Expand Down

0 comments on commit ad106a6

Please sign in to comment.