Skip to content

Commit

Permalink
V2.0.1: Bug fixes and cleanup (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Sep 21, 2022
1 parent e135cc2 commit 899f2b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 899f2b5

Please sign in to comment.