From e96fb6f846048ed91e07d083d96bd4f3496ed4da Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 1 Jun 2026 15:33:17 +0200 Subject: [PATCH] V4.1.0: CI improvements, bugfixes and cleanup --- .github/dependabot.yml | 4 ++-- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ Documentation/guides.xml | 4 ++-- composer.json | 2 +- ext_emconf.php | 2 +- 5 files changed, 34 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f11ffbc1..ddca18c9b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,7 +38,7 @@ updates: - dependency-name: "typo3/cms-*" versioning-strategy: "increase" # adjust this number according to your own milestones if used. - milestone: 12 + milestone: 8 commit-message: prefix: "[Dependabot] " @@ -50,6 +50,6 @@ updates: interval: "daily" versioning-strategy: "increase" # adjust this number according to your own milestones if used. - milestone: 12 + milestone: 8 commit-message: prefix: "[Dependabot] " diff --git a/CHANGELOG.md b/CHANGELOG.md index 858a8fe7e..5e1121901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,34 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Documentation +## V4.1.0: CI improvements, bugfixes and cleanup + +### Added + +- Add a more comprehensive XLIFF integrity checker (#2148) +- Add a German translation for the BE module (#2163) +- Add Postgres/MySQL to the functional tests on CI (#2101) +- Add Composer caching on CI (#1933, #2139) + +### Changed + +- Disable some Type Perfect PHPStan rules (#2134) +- Do not process `Build/` with Rector (#2126) +- Move PHPCov from Phive to Composer (#2109) + +### Removed + +- Drop Composer scripts for functional tests +- Drop the `AbstractFrontendControllerTestCase` (#2076) + +### Fixed + +- Fix locallang files (#2158) +- Fix path to the Composer cache in GitHub Actions (#2139) +- Actually fix the code with `runTests.sh -s phpCsFixer` (#2136) +- Return exitcode != 0 when `runTests.sh -s composerUpdate(Min|Max)` + fails (#1936) + ## 4.0.0 ### Added diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 8ba09d828..a2c823cca 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -17,8 +17,8 @@ /> diff --git a/composer.json b/composer.json index 49c78df1c..c70252dd1 100644 --- a/composer.json +++ b/composer.json @@ -108,7 +108,7 @@ }, "extra": { "branch-alias": { - "dev-main": "4.1.x-dev" + "dev-main": "5.0.x-dev" }, "typo3/cms": { "extension-key": "tea", diff --git a/ext_emconf.php b/ext_emconf.php index a42dea19c..56242ec6e 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' => '4.0.0', + 'version' => '4.1.0', 'category' => 'example', 'constraints' => [ 'depends' => [