From 059817011818d420b0461737e91eac71bca48e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Mon, 22 Jun 2015 15:10:54 +0200 Subject: [PATCH] Prepare release 3.5.0 for TYPO3 CMS up to 7.99.99 --- Documentation/ChangeLog/Index.rst | 4 ++++ Documentation/Settings.yml | 2 +- ext_emconf.php | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index a9c5895..7954549 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -1,6 +1,10 @@ ChangeLog --------- +3.5.0 June 22, 2015 + +- Release for TYPO3 up to 7.99.99 + 3.4.1 June 7, 2015 - Cleanup ext_* files diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 2d90e41..463b0e2 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2015 project: 'Image RealURL' version: 3.3 - release: 3.4.1 + release: 3.5.0 highlight_language: php latex_documents: - - Index diff --git a/ext_emconf.php b/ext_emconf.php index 4452980..1c5845e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,14 +4,14 @@ 'title' => 'Image RealURL', 'description' => 'Add the RealURL functionality to image files. "typo3temp/2d972d5c89b5.jpg" goes "nice-name.jpg"! Many different fallbacks like file reference, file, content element or page settings to get the right file name.', 'category' => 'fe', - 'version' => '3.4.1', + 'version' => '3.5.0', 'state' => 'stable', 'author' => 'Tim Lochmueller, Sareen Millet, Dr. Ronald P. Steiner', 'author_email' => 'webmaster@fruit-lab.de', 'author_company' => 'typo3.fruit-lab.de', 'constraints' => array( 'depends' => array( - 'typo3' => '6.2.0-7.2.99', + 'typo3' => '6.2.0-7.99.99', ), ), ); \ No newline at end of file