From d12bcffa91ceed7ac4958b1829dd73a8e9cf23e1 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Wed, 6 Sep 2023 09:10:40 +0200 Subject: [PATCH] [RELEASE] Release version 8.3.3 Bugfix release. Hand over parent caller object in itemsProcFunc. See all changes here: https://github.com/Gernott/mask/blob/v8.3/CHANGELOG.md --- CHANGELOG.md | 5 +++++ Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0057d7..1b8df1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.3] - 2023-09-06 + +### Fixed +- Hand over parent caller object in itemsProcFunc [#585](https://github.com/Gernott/mask/issues/585) + ## [8.3.2] - 2023-08-31 ### Fixed diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 72fd38a5..83b87279 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Mask -release = 8.3.2 +release = 8.3.3 copyright = 2023 [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 89a9f905..6d99b89c 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.2', + 'version' => '8.3.3', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',