Releases: teamneusta/pw_comments
Releases · teamneusta/pw_comments
6.0.1
What's Changed
- [BUGFIX] fix missing info-box in page view #5 by @BobMali in #6
- Return redirect responses instead of 'false' by @tehplague in #11
- Fix absolute comment date by @BobMali in #14
- fix #9 by @BobMali in #15
- [fix] add missing plugin name in typoscript library for new comments #8 by @BobMali in #16
- [chore] update versions for release by @BobMali in #17
New Contributors
- @tehplague made their first contribution in #11
Full Changelog: 6.0.0...6.0.1
v6.0.0
This release provided full compatibility with TYPO3 v12. As with any major update there are some breaking changes to be aware of:
- The format for displaying dates in comments has changed due to the deprecation of the used strftime-function in php 8.1. See phpdocs for further information. Any standard datetime format is now accepted.
- Due to the deprecation of switchable controller actions there are now two separate plugins. A migration wizard is provided to migrate the plugins.