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-11-12 13:11:16 +01:00
|
|
|
- Run the functional tests in parallel
|
|
|
|
- Add PHP-CS-Fixer
|
|
|
|
- Add support for PHP 7.3
|
|
|
|
- Add support for TYPO3 9.6
|
|
|
|
- Add PHP_CodeSniffer to the Travis CI build
|
|
|
|
- Auto-release to the TER
|
2018-01-25 17:22:40 +01:00
|
|
|
- Composer script for PHP linting
|
2018-01-23 22:10:59 +01:00
|
|
|
|
|
|
|
### Changed
|
2019-11-27 15:07:11 +01:00
|
|
|
- Update the contact email in the CoC document (#6)
|
2019-11-27 15:04:57 +01:00
|
|
|
- Switch to the `TTN` PHP vendor namespace (#1, #5)
|
2019-11-12 13:11:16 +01:00
|
|
|
- Sort the Composer dependencies
|
|
|
|
- Upgrade PHPUnit to 7.5.14
|
|
|
|
- Change from GPL V3+ to GPL V2+
|
|
|
|
- Streamline ext_emconf.php
|
2018-01-23 22:10:59 +01:00
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
2019-11-12 13:11:16 +01:00
|
|
|
- Drop unneeded Travis CI configuration settings
|
|
|
|
- Drop `ext_icon.svg`
|
|
|
|
- Stop building with the lowest Composer dependencies
|
|
|
|
- Drop support for TYPO3 < 9.5
|
|
|
|
- Drop support for PHP < 7.2
|
|
|
|
- Drop support for TYPO3 7.6 and require TYPO3 >= 8.7
|
|
|
|
- Drop the TYPO3 package repository from `composer.json`
|
|
|
|
- Drop the dependency of `roave/security-advisories`
|
2018-01-23 22:10:59 +01:00
|
|
|
|
|
|
|
### Fixed
|
2019-11-12 13:11:16 +01:00
|
|
|
- Fix code inspection warnings
|
|
|
|
- Use the new annotations for lazy loading
|
|
|
|
- Update and pin the dev dependencies
|
|
|
|
- Drop an obsolete "replace" entry from `composer.json`
|
|
|
|
- Explicitly require MySQL on Travis CI
|
|
|
|
- Add `.php_cs.cache` to the `.gitignore`
|
2018-01-23 22:10:59 +01:00
|
|
|
|
2018-06-23 19:52:03 +02:00
|
|
|
## 2.0.0
|
2019-11-27 15:04:57 +01:00
|
|
|
- Complete rewrite. Usable with TYPO3 7.6 and 8.7.
|