Skip to content

Commit ad106a6

Browse files
committed
v4.2.1
1 parent 4d3cb72 commit ad106a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/defineconstants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public static function getInstance()
127127
// Version constants
128128
define('FLEXI_PHP_NEEDED', '7.0.0');
129129
define('FLEXI_PHP_RECOMMENDED', '8.0.25');
130-
define('FLEXI_VERSION', '4.2.0');
130+
define('FLEXI_VERSION', '4.2.1');
131131
define('FLEXI_RELEASE', '');
132132
define('FLEXI_VHASH', md5(filemtime(__FILE__) . filectime(__FILE__) . FLEXI_VERSION));
133133
define('FLEXI_PHP_54GE', version_compare(PHP_VERSION, '5.4.0', '>='));

flexicontent.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<copyright>(C) 2009-2022 Emmanuel Danan, Georgios Papadakis</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
1111
<!-- The version string is recorded in the components table -->
12-
<version>4.2.0</version>
12+
<version>4.2.1</version>
1313
<!-- The description is optional and defaults to the name -->
1414
<description>COM_FLEXICONTENT_DESCRIPTION</description>
1515

0 commit comments

Comments
 (0)