Skip to content

Commit

Permalink
V2.0.0: Drop support for TYPO3 9LTS (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jul 26, 2022
1 parent af68f33 commit 0ec3eaa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 2.0.0

### Added
- Add the PHPStan strict rules (#471)
- Add a Dependabot action for updating dependencies (#452, #461, #469, #481)
Expand All @@ -14,13 +26,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Move npm tools and config to default locations (#444)
- Use the TYPO3 Code of Conduct (#430)

### Deprecated

### Removed
- Drop support for TYPO3 9LTS (#363, #372)

### Fixed

## 1.1.0

### Added
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 = 1.1.0
release = 1.1.0
version = 2.0.0
release = 2.0.0
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' => '1.1.0',
'version' => '2.0.0',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 0ec3eaa

Please sign in to comment.