Skip to content

Commit

Permalink
Change version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed May 18, 2015
1 parent 9bd2a5d commit bb0c115
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Documentation/ChangeLog/Index.rst
@@ -1,10 +1,15 @@
ChangeLog
---------

3.3.0 May 18, 2015

- Remove removeDoubleEntriesCommand, because the CF do not allow double entries
- Introduce the Caching Framework
- Prepare configuration handling
- Code cleanups
- Fix Caching bug
- Fix generation of the text base
- cleanups

3.2.0 May 03, 2015

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Expand Up @@ -6,8 +6,8 @@
conf.py:
copyright: 2015
project: 'Image RealURL'
version: 3.2
release: 3.2.0
version: 3.3
release: 3.3.0
highlight_language: php
latex_documents:
- - Index
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -4,7 +4,7 @@
'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.2.0',
'version' => '3.3.0',
'state' => 'stable',
'author' => 'Tim Lochmueller, Sareen Millet, Dr. Ronald P. Steiner',
'author_email' => 'webmaster@fruit-lab.de',
Expand Down
1 change: 0 additions & 1 deletion ext_localconf.php
Expand Up @@ -13,7 +13,6 @@
'className' => 'FRUIT\\FlRealurlImage\\Xclass\\ImageResource',
);

// new Cache for Images paths
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['fl_realurl_image'] = array(
'frontend' => 'FRUIT\\FlRealurlImage\\Cache\\UriFrontend',
);

0 comments on commit bb0c115

Please sign in to comment.