From 1df8d5a7d82a56002ce26dce0bf86fb5b00f433b Mon Sep 17 00:00:00 2001 From: Pascal Rinker Date: Tue, 30 Nov 2021 15:55:34 +0100 Subject: [PATCH 1/2] [TASK] Remove required field check for further participants --- Resources/Private/Templates/Checkout/Form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Templates/Checkout/Form.html b/Resources/Private/Templates/Checkout/Form.html index 2e268703..4ae219cd 100644 --- a/Resources/Private/Templates/Checkout/Form.html +++ b/Resources/Private/Templates/Checkout/Form.html @@ -65,13 +65,13 @@

- + - + From f9d82aa4abb7e014914d9de1494749fb12cd7952 Mon Sep 17 00:00:00 2001 From: Pascal Rinker Date: Tue, 30 Nov 2021 15:57:41 +0100 Subject: [PATCH 2/2] [RELEASE] 1.2.3 --- Documentation/Changelog/Index.rst | 9 +++++++++ ext_emconf.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 33824bc7..fed7cf10 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -6,6 +6,15 @@ Changelog ========= +Version 1.2.3 +------------- + +List of changes :: + + 2021-11-30 [TASK] Remove required field check for further participants (Commit 1df8d5a by Pascal Rinker) + +This list has been created by using `git log $(git describe --tags --abbrev=0)..HEAD --abbrev-commit --pretty='%ad %s (Commit %h by %an)' --date=short`. + Version 1.2.2 ------------- diff --git a/ext_emconf.php b/ext_emconf.php index 4afcec51..147b643b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author_email' => 'projects@jweiland.net', 'author_company' => 'jweiland.net', 'state' => 'stable', - 'version' => '1.2.2', + 'version' => '1.2.3', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.25-10.4.99',