ChangeLog¶
Version 4.0.2
- Add extension key to composer.json
- Add roaves security package
- Update TYPO3 dependencies
- Remove old entries from ext_emconf.php
Version 4.0.1
- Add missing Aspect Mapper for RouteEnhancer
Version 4.0.0
- Remove TYPO3 8 compatibility
- Add TYPO3 10 compatibility
Version 3.0.1
- Region IDs will internally be used as arrays instead of comma separated values
- If Region IDs are not known you can add AGS or ZIP to help finding Region IDs.
- Update Documentation
Version 3.0.0
- Breaking: Switched Plugin Namespace in TS from plugin.tx_servicebw2_servicebw to plugin.tx_servicebw2
- Add TypoScriptService to merge filled TS settings into empty FlexForm settings.
- Add Fluid Namespace to all Fluid Templates
- Use AbstractViewHelper of Typo3Fluid package
- Add FlexForm overview to Page->show module
- Add configuration for newContentElementWizard
- Move tt_content changing TCA into TCA/Overrides
Version 2.1.1
- Remove strict type from processRequest in ServiceBwClient, as this method can also return null, array and string
- Switch over from StringFrontend to VariableFrontend. You have to clear Cache completely.
- Update Documentation