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

V3.1.0: New features, bugfixes and cleanup (#1112)

This commit is contained in:
Oliver Klee 2024-01-08 19:47:37 +01:00 committed by GitHub
parent 4fd005c597
commit 6f9dd4b904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 9 deletions

View file

@ -6,7 +6,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
milestone: 6
milestone: 12
- package-ecosystem: "composer"
directory: "/"
@ -23,11 +23,11 @@ updates:
- dependency-name: "symfony/yaml"
- dependency-name: "typo3/cms-*"
versioning-strategy: "increase"
milestone: 6
milestone: 12
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: "increase"
milestone: 6
milestone: 12

View file

@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z
### Added
### Changed
### Deprecated
### Removed
### Fixed
## 3.1.0
### Added
- Add Composer script for XLIFF linting (#1071)
- Add polish translation for tea (#1020)
@ -18,8 +30,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Rename TsConfig directory to `TSconfig` (#923)
- Set the minimal 12LTS version to 12.1 (#702)
### Deprecated
### Removed
- Stop using Prophecy (#676)

View file

@ -4,8 +4,8 @@
[general]
project = TYPO3 EXT:tea
version = 3.0
release = 3.0.0
version = 3.1
release = 3.1.0
copyright = since 2013 by the TYPO3 contributors
[html_theme_options]

View file

@ -101,7 +101,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "3.0.x-dev"
"dev-main": "4.0.x-dev"
},
"typo3/cms": {
"extension-key": "tea",

View file

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