mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
V2.0.1: Bug fixes and cleanup (#580)
This commit is contained in:
parent
e135cc244a
commit
899f2b588a
3 changed files with 13 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -7,14 +7,22 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
## 2.0.1
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Use CamelCase for the TsConfig folder (#522)
|
- Use CamelCase for the TsConfig folder (#522)
|
||||||
- Stop using the `typo3/minimal` package on CI (#520, #531)
|
- Stop using the `typo3/minimal` package on CI (#520, #531)
|
||||||
- Update to Composer 2.4 (#513)
|
- Update to Composer 2.4 (#513)
|
||||||
- Change the default indentation for rst files to 4 spaces (#194)
|
- Change the default indentation for rst files to 4 spaces (#194)
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Remove the ancient acceptance tests (#512)
|
- Remove the ancient acceptance tests (#512)
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
[general]
|
[general]
|
||||||
|
|
||||||
project = TYPO3 EXT:tea
|
project = TYPO3 EXT:tea
|
||||||
version = 2.0.0
|
version = 2.0
|
||||||
release = 2.0.0
|
release = 2.0.1
|
||||||
copyright = since 2013 by the TYPO3 contributors
|
copyright = since 2013 by the TYPO3 contributors
|
||||||
|
|
||||||
[html_theme_options]
|
[html_theme_options]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
$EM_CONF[$_EXTKEY] = [
|
$EM_CONF[$_EXTKEY] = [
|
||||||
'title' => 'Tea example',
|
'title' => 'Tea example',
|
||||||
'description' => 'Example extension for unit testing and best practices',
|
'description' => 'Example extension for unit testing and best practices',
|
||||||
'version' => '2.0.0',
|
'version' => '2.0.1',
|
||||||
'category' => 'example',
|
'category' => 'example',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
|
|
Loading…
Reference in a new issue