From 1d0eab64e43d0522c9c3fa56026baf4afdb6bd59 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Tue, 9 Jul 2024 21:18:06 +0200 Subject: [PATCH] [RELEASE] Release version 8.3.11 --- CHANGELOG.md | 6 ++++++ Documentation/guides.xml | 2 +- ext_emconf.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d3cb77..ec8bbb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [8.3.11] - 2024-07-09 + +### Fixed +- Fix collection resolving for pages [#634](https://github.com/Gernott/mask/issues/634) +- Fix TCA overrides for core file fields [#628](https://github.com/Gernott/mask/issues/628) + ## [8.3.10] - 2024-03-14 ### Fixed diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 92a2d0cd..2a86b8b1 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -13,7 +13,7 @@ interlink-shortcode="mask/mask" /> diff --git a/ext_emconf.php b/ext_emconf.php index 5c526af0..79ad09e3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author_company' => 'WEBprofil - Gernot Ploiner e.U.', 'state' => 'stable', 'clearCacheOnLoad' => 1, - 'version' => '8.3.10', + 'version' => '8.3.11', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',