diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d926d..ebf6fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Fluidcontent Change log +4.3.1 - 2015-08-08 +------------------ + - [Bugfix when running with Flux 7.2](https://github.com/FluidTYPO3/fluidcontent/commit/dbc1d2095c8274a7b233ea398ce82d4c31ec6827) + - Support for coming Flux 7.3 (metadata only) + +4.3.0 - 2015-08-08 +------------------ + +- Minor release + - Support for TYPO3 7.4 + 4.2.4 - 2015-07-01 ------------------ diff --git a/composer.json b/composer.json index 153ce22..27cfd11 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "keywords": ["TYPO3 CMS", "templating", "bootstrap", "flux", "fluidcontent", "fedext", "fluid"], "homepage": "https://fluidtypo3.org", "license": "GPL-2.0+", - "version": "4.3.0", + "version": "4.3.1", "support": { "irc": "irc://irc.freenode.org/fedext", "issues": "https://github.com/FluidTYPO3/fluidcontent/issues" diff --git a/ext_emconf.php b/ext_emconf.php index 2c7b7c3..80317aa 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -22,14 +22,14 @@ 'conflicts' => '', 'priority' => '', 'module' => '', - 'state' => 'beta', + 'state' => 'stable', 'internal' => '', 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', 'clearCacheOnLoad' => 1, 'lockType' => '', - 'version' => '4.3.0', + 'version' => '4.3.1', 'constraints' => array( 'depends' => array( 'typo3' => '6.2.0-7.4.99',