mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00
tea/CHANGELOG.md

41 lines
1.2 KiB
Markdown
Raw Normal View History

2018-01-23 22:10:59 +01:00
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z
### Added
- Add PHP-CS-Fixer (#53)
- Add support for PHP 7.3 (#51)
- Add support for TYPO3 9.6 (#48)
- Add PHP_CodeSniffer to the Travis CI build (#44,#46)
- Auto-release to the TER (#34)
- Composer script for PHP linting
2018-01-23 22:10:59 +01:00
### Changed
2019-08-12 17:37:53 +02:00
- Upgrade PHPUnit to 7.5.14 (#52)
- Change from GPL V3+ to GPL V2+ (#40)
- Streamline ext_emconf.php (#37)
2018-01-23 22:10:59 +01:00
### Deprecated
### Removed
- Drop ext_icon.svg (#56)
- Stop building with the lowest Composer dependencies (#55)
- Drop support for TYPO3 < 9.5 (#50)
- Drop support for PHP < 7.2 (#49)
- Drop support for TYPO3 7.6 and require TYPO3 >= 8.7 (#47)
- Drop the TYPO3 package repository from composer.json (#43)
- Drop the dependency of roave/security-advisories (#41)
2018-01-23 22:10:59 +01:00
### Fixed
- Use the new annotations for lazy loading (#54)
- Update and pin the dev dependencies (#45)
- Drop an obsolete "replace" entry from composer.json (#42)
- Explicitly require MySQL on Travis CI (#38)
- Add .php_cs.cache to the .gitignore (#33)
2018-01-23 22:10:59 +01:00
## 2.0.0
Complete rewrite. Usable with TYPO3 7.6 and 8.7.