From c35d7a5cf31e752f4dc5390628767f95e9724989 Mon Sep 17 00:00:00 2001 From: Claus Due Date: Fri, 2 Aug 2024 13:36:40 +0200 Subject: [PATCH 1/2] [TASK] Create change log for 7.0.5 --- CHANGELOG.md | 3 ++- Documentation/Changelog/7.0.5.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 Documentation/Changelog/7.0.5.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d39bb4a1..14e969646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -Latest release: 7.0.4 (2024/08/02 09:55:58) +Latest release: 7.0.5 (2024/08/02 11:36:40) All previous release change logs: +* [7.0.5 (2024/08/02)](Documentation/Changelog/7.0.5.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/7.0.4...7.0.5) * [7.0.4 (2024/08/02)](Documentation/Changelog/7.0.4.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/7.0.3...7.0.4) * [7.0.3 (2024/04/23)](Documentation/Changelog/7.0.3.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/7.0.2...7.0.3) * [7.0.2 (2024/01/25)](Documentation/Changelog/7.0.2.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/7.0.1...7.0.2) diff --git a/Documentation/Changelog/7.0.5.md b/Documentation/Changelog/7.0.5.md new file mode 100644 index 000000000..750f19371 --- /dev/null +++ b/Documentation/Changelog/7.0.5.md @@ -0,0 +1,16 @@ +## Release: 7.0.5 (2024/08/02 11:36:40) + +* 2024-08-02 [BUGFIX] Fix try ViewHelper inconsistent compiled/uncompiled behavior (Commit 617c788a by Claus Due) + +Generated by: + +``` +git log --since="2024/08/02 09:57:05" --until="2024/08/02 11:36:40" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \ + --date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'` +``` + +Full list of changes: https://github.com/FluidTYPO3/vhs/compare/7.0.4...7.0.5 + +*Please note: the change list above does not contain any TASK commits since they are considered +infrastructure-only and not relevant to end users. The full list includes these!* + From ebc4f821aacdf926c792ae3039d328b4de6a0482 Mon Sep 17 00:00:00 2001 From: Claus Due Date: Fri, 2 Aug 2024 13:36:41 +0200 Subject: [PATCH 2/2] [TER] 7.0.5 --- ext_emconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 269a0c019..18bffc6aa 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,14 +11,14 @@ 'conflicts' => '', 'priority' => '', 'module' => '', - 'state' => 'beta', + 'state' => 'stable', 'internal' => '', 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '7.0.4', + 'version' => '7.0.5', 'constraints' => array ( 'depends' =>