Skip to content

Commit

Permalink
V3.1.0: New features, bugfixes and cleanup (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jan 8, 2024
1 parent 4fd005c commit 6f9dd4b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
milestone: 6
milestone: 12

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -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
14 changes: 12 additions & 2 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

## 3.1.0

### Added
- Add Composer script for XLIFF linting (#1071)
- Add polish translation for tea (#1020)
Expand All @@ -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)

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 = 3.0
release = 3.0.0
version = 3.1
release = 3.1.0
copyright = since 2013 by the TYPO3 contributors

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "3.0.x-dev"
"dev-main": "4.0.x-dev"
},
"typo3/cms": {
"extension-key": "tea",
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' => '3.0.0',
'version' => '3.1.0',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 6f9dd4b

Please sign in to comment.