From 0cb0e06aa6c4c1ff9806ae6186c0f34a8bf3fabe Mon Sep 17 00:00:00 2001 From: Claus Due Date: Sat, 24 Oct 2015 00:45:30 +0200 Subject: [PATCH] [TER] 4.3.3 --- composer.json | 2 +- ext_emconf.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7c1efc5..560018f 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.2", + "version": "4.3.3", "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 81ed6bf..f28b5dd 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.2', + 'version' => '4.3.3', 'constraints' => array( 'depends' => array( 'typo3' => '6.2.0-7.5.99',