mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

V2.0.1: Bug fixes and cleanup (#580)

This commit is contained in:
Oliver Klee 2022-09-21 19:11:36 +02:00 committed by GitHub
parent e135cc244a
commit 899f2b588a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 5 deletions

View file

@ -7,14 +7,22 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added
### Changed
### Deprecated
### Removed
### Fixed
## 2.0.1
### Changed
- Use CamelCase for the TsConfig folder (#522)
- Stop using the `typo3/minimal` package on CI (#520, #531)
- Update to Composer 2.4 (#513)
- Change the default indentation for rst files to 4 spaces (#194)
### Deprecated
### Removed
- Remove the ancient acceptance tests (#512)

View file

@ -4,8 +4,8 @@
[general]
project = TYPO3 EXT:tea
version = 2.0.0
release = 2.0.0
version = 2.0
release = 2.0.1
copyright = since 2013 by the TYPO3 contributors
[html_theme_options]

View file

@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Tea example',
'description' => 'Example extension for unit testing and best practices',
'version' => '2.0.0',
'version' => '2.0.1',
'category' => 'example',
'constraints' => [
'depends' => [