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-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-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-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 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.
|