mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 14:36:12 +01:00
[TASK] Drop the old issue numbers from the changelog
This commit is contained in:
parent
55a72cca96
commit
cf159c8056
1 changed files with 24 additions and 24 deletions
48
CHANGELOG.md
48
CHANGELOG.md
|
@ -6,39 +6,39 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
## x.y.z
|
## x.y.z
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Run the functional tests in parallel (#58)
|
- Run the functional tests in parallel
|
||||||
- Add PHP-CS-Fixer (#53)
|
- Add PHP-CS-Fixer
|
||||||
- Add support for PHP 7.3 (#51)
|
- Add support for PHP 7.3
|
||||||
- Add support for TYPO3 9.6 (#48)
|
- Add support for TYPO3 9.6
|
||||||
- Add PHP_CodeSniffer to the Travis CI build (#44,#46)
|
- Add PHP_CodeSniffer to the Travis CI build
|
||||||
- Auto-release to the TER (#34)
|
- Auto-release to the TER
|
||||||
- Composer script for PHP linting
|
- Composer script for PHP linting
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Sort the Composer dependencies (#61)
|
- Sort the Composer dependencies
|
||||||
- Upgrade PHPUnit to 7.5.14 (#52)
|
- Upgrade PHPUnit to 7.5.14
|
||||||
- Change from GPL V3+ to GPL V2+ (#40)
|
- Change from GPL V3+ to GPL V2+
|
||||||
- Streamline ext_emconf.php (#37)
|
- Streamline ext_emconf.php
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Drop unneeded Travis CI configuration settings (#59)
|
- Drop unneeded Travis CI configuration settings
|
||||||
- Drop ext_icon.svg (#56)
|
- Drop `ext_icon.svg`
|
||||||
- Stop building with the lowest Composer dependencies (#55)
|
- Stop building with the lowest Composer dependencies
|
||||||
- Drop support for TYPO3 < 9.5 (#50)
|
- Drop support for TYPO3 < 9.5
|
||||||
- Drop support for PHP < 7.2 (#49)
|
- Drop support for PHP < 7.2
|
||||||
- Drop support for TYPO3 7.6 and require TYPO3 >= 8.7 (#47)
|
- Drop support for TYPO3 7.6 and require TYPO3 >= 8.7
|
||||||
- Drop the TYPO3 package repository from composer.json (#43)
|
- Drop the TYPO3 package repository from `composer.json`
|
||||||
- Drop the dependency of roave/security-advisories (#41)
|
- Drop the dependency of `roave/security-advisories`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix code inspection warnings (#55)
|
- Fix code inspection warnings
|
||||||
- Use the new annotations for lazy loading (#54)
|
- Use the new annotations for lazy loading
|
||||||
- Update and pin the dev dependencies (#45)
|
- Update and pin the dev dependencies
|
||||||
- Drop an obsolete "replace" entry from composer.json (#42)
|
- Drop an obsolete "replace" entry from `composer.json`
|
||||||
- Explicitly require MySQL on Travis CI (#38)
|
- Explicitly require MySQL on Travis CI
|
||||||
- Add .php_cs.cache to the .gitignore (#33)
|
- Add `.php_cs.cache` to the `.gitignore`
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
Complete rewrite. Usable with TYPO3 7.6 and 8.7.
|
Complete rewrite. Usable with TYPO3 7.6 and 8.7.
|
||||||
|
|
Loading…
Reference in a new issue