News
Branch 1.4.0 for TYPO3 4.5
Today on 18.09.2011 I tested the extension on TYPO3 4.5 by request. As it appeared to work without big hassel I created branch 1.4.0 from this state to have a running registration for 4.5. So the requirements by now for the branch 1.4.0 is:
- PHP - 5.3
- TYPO3 - 4.5
- extbase - 1.3
- fluid - 1.3
Bare in mind that branch 1.4.0 will not support Depencancy Injection as its not available in extbase 1.3
Be aware of requirements
- PHP - 5.3 for use of hook service
- TYPO3 - 4.6 for use new translation handling in wizard icon registration
- extbase - 1.4 for use of DI in action parameters
- fluid - 1.4 because the templates use the new viewhelpers of fluid
The most important change is PHP raised requirement to 5.3 because the hook service uses get_called_class. This is needed as base for defining different hooks by classes.
The next important think is TYPO3 raised to 4.6. This was necessary to use new methods to prevent too many deprecation warnings.
Beside this extbase 1.4 brings DI in action parameters, which is needed to able to extend the user model with own fields. Without this the model is mearly useless in custom enviroments.
Dev Days be prepared
All is up and running and all tasks planed for the dev days are finished. So now the presentation on sunday morning (by the way a nasty time) will feature an all in extension. No more, we will have to finish this, or, not enough time for that, but plain its in. Yaeh what a great releave.
Also available in: Atom