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
|
2019-10-29 11:45:33 +01:00
|
|
|
- Run the functional tests in parallel (#58)
|
2019-08-12 17:25:59 +02:00
|
|
|
- Add PHP-CS-Fixer (#53)
|
2019-08-12 16:01:12 +02:00
|
|
|
- Add support for PHP 7.3 (#51)
|
2019-08-12 15:41:55 +02:00
|
|
|
- Add support for TYPO3 9.6 (#48)
|
2019-08-12 15:06:50 +02:00
|
|
|
- Add PHP_CodeSniffer to the Travis CI build (#44,#46)
|
2018-10-13 23:23:27 +02:00
|
|
|
- Auto-release to the TER (#34)
|
2018-01-25 17:22:40 +01:00
|
|
|
- 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)
|
2019-08-08 12:38:56 +02:00
|
|
|
- Change from GPL V3+ to GPL V2+ (#40)
|
2018-11-05 23:31:59 +01:00
|
|
|
- Streamline ext_emconf.php (#37)
|
2018-01-23 22:10:59 +01:00
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
2019-10-29 13:36:40 +01:00
|
|
|
- Drop unneeded Travis CI configuration settings (#59)
|
2019-08-12 17:25:48 +02:00
|
|
|
- Drop ext_icon.svg (#56)
|
2019-08-12 16:52:51 +02:00
|
|
|
- Stop building with the lowest Composer dependencies (#55)
|
2019-08-12 15:54:29 +02:00
|
|
|
- Drop support for TYPO3 < 9.5 (#50)
|
2019-08-12 15:47:15 +02:00
|
|
|
- Drop support for PHP < 7.2 (#49)
|
2019-08-12 15:30:02 +02:00
|
|
|
- Drop support for TYPO3 7.6 and require TYPO3 >= 8.7 (#47)
|
2019-08-09 19:40:03 +02:00
|
|
|
- Drop the TYPO3 package repository from composer.json (#43)
|
2019-08-08 12:45:07 +02:00
|
|
|
- Drop the dependency of roave/security-advisories (#41)
|
2018-01-23 22:10:59 +01:00
|
|
|
|
|
|
|
### Fixed
|
2019-08-12 17:43:02 +02:00
|
|
|
- Fix code inspection warnings (#55)
|
2019-08-12 16:23:28 +02:00
|
|
|
- Use the new annotations for lazy loading (#54)
|
2019-08-12 14:54:50 +02:00
|
|
|
- Update and pin the dev dependencies (#45)
|
2019-08-08 16:12:04 +02:00
|
|
|
- Drop an obsolete "replace" entry from composer.json (#42)
|
2019-08-07 11:53:21 +02:00
|
|
|
- Explicitly require MySQL on Travis CI (#38)
|
2018-10-13 23:05:01 +02:00
|
|
|
- Add .php_cs.cache to the .gitignore (#33)
|
2018-01-23 22:10:59 +01:00
|
|
|
|
2018-06-23 19:52:03 +02:00
|
|
|
## 2.0.0
|
2018-10-13 23:05:01 +02:00
|
|
|
Complete rewrite. Usable with TYPO3 7.6 and 8.7.
|