v10.0.0
It is done! Finally, after an extremely long time of development, we proudly release a new version which is fully compatible with TYPO3 10.
Thanks to everyone who provided pull requests, created issues and gave feedback about broken parts. It really helped us a lot!
A big thanks also goes to the TYPO3 Association for their support!
What's Changed
- Added extension-key to composer.json by @rvock in #371
- restrictions spelling and more by @franzholz in #368
- V10 compatibility by @nicodh in #263
- Remove the extension key check 'tt_' prefix by @franzholz in #387
- [TASK] Cleanup doc comments and use type annotations by @simonschaufi in #390
- [TASK] Use strict mode by @simonschaufi in #391
- [TASK] Beautify output of ext_localconf.php by @simonschaufi in #392
- [FEATURE] Add type hints for properties by @simonschaufi in #393
- [BUGFIX] Cast string to integer for File maxItems setting by @simonschaufi in #394
- [TASK] Code cleanup by @simonschaufi in #395
- [TASK] Extract get extension state into own method by @simonschaufi in #396
- [BUGFIX] Revert namespace import by @simonschaufi in #397
- [TASK] Update reserved mysql words by @simonschaufi in #403
- [TASK] Reformat js files according to code style by @simonschaufi in #404
- [FEATURE] Make properties nullable by @simonschaufi in #405
- [TASK] Unify fluid template files by @simonschaufi in #406
- [BUGFIX] Don't allow related models containing a duplicated property by @simonschaufi in #407
- [FEATURE] Custom action should also create a template file by @simonschaufi in #402
- [BUGFIX] Use backup dir under var/ by @simonschaufi in #408
- [BUGFIX] Make backend module templates compatible with TYPO3 10 by @simonschaufi in #409
- [BUGFIX] Deny relation to relation wires by @simonschaufi in #410
- [BUGFIX] Check first if the parent class exists by @franzholz in #416
- [DOCS] Remove misconfiguration hint by @franzholz in #415
Full Changelog: v9.10.4...v10.0.0