mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:56:12 +01:00
V3.1.0: New features, bugfixes and cleanup (#1112)
This commit is contained in:
parent
4fd005c597
commit
6f9dd4b904
5 changed files with 19 additions and 9 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -6,7 +6,7 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
milestone: 6
|
milestone: 12
|
||||||
|
|
||||||
- package-ecosystem: "composer"
|
- package-ecosystem: "composer"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
@ -23,11 +23,11 @@ updates:
|
||||||
- dependency-name: "symfony/yaml"
|
- dependency-name: "symfony/yaml"
|
||||||
- dependency-name: "typo3/cms-*"
|
- dependency-name: "typo3/cms-*"
|
||||||
versioning-strategy: "increase"
|
versioning-strategy: "increase"
|
||||||
milestone: 6
|
milestone: 12
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
versioning-strategy: "increase"
|
versioning-strategy: "increase"
|
||||||
milestone: 6
|
milestone: 12
|
||||||
|
|
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
|
|
||||||
## x.y.z
|
## x.y.z
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
## 3.1.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add Composer script for XLIFF linting (#1071)
|
- Add Composer script for XLIFF linting (#1071)
|
||||||
- Add polish translation for tea (#1020)
|
- 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)
|
- Rename TsConfig directory to `TSconfig` (#923)
|
||||||
- Set the minimal 12LTS version to 12.1 (#702)
|
- Set the minimal 12LTS version to 12.1 (#702)
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Stop using Prophecy (#676)
|
- Stop using Prophecy (#676)
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
[general]
|
[general]
|
||||||
|
|
||||||
project = TYPO3 EXT:tea
|
project = TYPO3 EXT:tea
|
||||||
version = 3.0
|
version = 3.1
|
||||||
release = 3.0.0
|
release = 3.1.0
|
||||||
copyright = since 2013 by the TYPO3 contributors
|
copyright = since 2013 by the TYPO3 contributors
|
||||||
|
|
||||||
[html_theme_options]
|
[html_theme_options]
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "3.0.x-dev"
|
"dev-main": "4.0.x-dev"
|
||||||
},
|
},
|
||||||
"typo3/cms": {
|
"typo3/cms": {
|
||||||
"extension-key": "tea",
|
"extension-key": "tea",
|
||||||
|
|
|
@ -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' => '3.0.0',
|
'version' => '3.1.0',
|
||||||
'category' => 'example',
|
'category' => 'example',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
|
|
Loading…
Reference in a new issue