diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f62a48c..1c56ed6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a8da584..97a44cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index ace7c24..5d3496e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -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] diff --git a/composer.json b/composer.json index e96cbb9..88f26c2 100644 --- a/composer.json +++ b/composer.json @@ -101,7 +101,7 @@ }, "extra": { "branch-alias": { - "dev-main": "3.0.x-dev" + "dev-main": "4.0.x-dev" }, "typo3/cms": { "extension-key": "tea", diff --git a/ext_emconf.php b/ext_emconf.php index 9910f30..660dedd 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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' => [