Wiki » History » Version 18
« Previous -
Version 18/20
(diff) -
Next » -
Current version
Jochem de Groot, 2014-07-25 12:41
Release notes¶
Always read this section before updating!
2014/07/25: Release notes 3.0.1¶
Bugfix release
Changes¶
- Several bugfixes and code cleanups, see the list below
- All code has been migrated from svn to git
See below for a full list of changes:
2014-07-24 [TASK] Remove backwards-compatibility below TYPO3 version 6.x (Commit 9e8feba) 2014-07-24 [TASK] Use namespaced ExtensionManagamentUtility (Commit 17b8eff) 2014-07-23 [BUGFIX] Unable to override detailpid using TypoScript (Commit 8001ec7) 2014-06-23 [TASK] Declaration createConstraintsFromDemand not compatible with EXT:news (Commit b29f6d4) 2014-06-20 [BUGFIX] Fix annotation for eventDateMenuAction (Commit abba9b1) 2014-06-20 [TASK] Use inject annotation in EventController (Commit 7cc8651) 2014-06-20 [TASK] Use namespaced ExtensionManagementUtility (Commit cecf4ef) 2014-02-04 [BUGFIX] Name of event tab not displayed (Commit 28b527f) 2014-02-04 [TASK] Update German translations (Commit 5c367a8)
This list has been created by using:
git log --since="2014/05/20" --abbrev-commit --pretty='%ad %s (Commit %h)' --date=short
2014/05/20: Release notes 3.0.0¶
Major release for TYPO3 CMS 6.2 LTS.
Changes¶
- Changes due to compatibility with TYPO3 6.2 LTS
- Fixed bug #56798 (thanks to Charles Brunet)
- Updated documentation to rst format
Important notice¶
- This version only works for TYPO3 version 6.2 LTS. If you look for other TYPO3 versions, click the "Download" tab in TYPO3 to get a history of all extension versions.
- Please read the News changelog: http://docs.typo3.org/typo3cms/extensions/news/Main/Changelog/3-0-0.html before updating!
2014/01/20: Release notes 2.1.3¶
Changes¶
- Fixed bug #53921 (thanks to Christian Hennecke)
- Implemented minor feature #53737
- Code cleanup due to code quality
Important notice¶
- If you already have an older version installed and modified the templates you must remove the action argument from e:link. See the manual for instructions (section: Updating to version 2.1.3).
2013/11/19: Release notes 2.1.2¶
- Implemented suggestion #52913 (thanks to Paul Golmann)
- Added uriOnly parameter in LinkViewHelper due to issue #52915 (thanks to Paul Golmann).
- News dependency is set to 2.0.0 (due to this change).
- Minor fixes
2013/07/16: Release notes 2.1.1¶
2012/10/08: Release notes 2.1.0¶
Changes¶
- The type 'Event' has been removed and replaced with a checkbox 'Is event' in the event tab. Because of this, the news types 'External Page' and 'Internal Page', also can be used for events. This was not possible in the way we handled events in previous versions.
- Added support for news event specific templates paths. It is now possible to define a template root path, partial root path, and layout root path specifically for news event.
- Lowered version dependency of News from 1.4.0 to 1.3.2 due to issue #40303
Important notice¶
- If you already have an older version installed and want to update to this version, is is required to use the update script. See the manual for instructions (section: Updating from version 2.0.x).
2012/09/19: Release notes 2.0.2¶
- Fixed bug #41042
- Updated contact details
2012/09/04: Release notes 2.0.1¶
- Added native support for the languages: German, French, and Danish
2012/08/16: Release notes 2.0.0¶
- Initial (public) release