From 44630b1f1ef8bc2ae5d80d7bd74d0fec4c97bb12 Mon Sep 17 00:00:00 2001 From: Claus Due Date: Sun, 31 May 2020 17:36:05 +0200 Subject: [PATCH 1/2] [TASK] Generate changelog for 6.0.1 --- CHANGELOG.md | 3 ++- Documentation/Changelog/6.0.1.md | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 Documentation/Changelog/6.0.1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 810444fc7..ba81cf62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -Latest release: 6.0.0 (2020/01/11) +Latest release: 6.0.1 (2020/05/31) All previous release change logs: +* [6.0.1 (2020/05/31)](Documentation/Changelog/6.0.1.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/6.0.0...6.0.1) * [6.0.0 (2020/01/11)](Documentation/Changelog/6.0.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/5.2.0...6.0.0) * [5.2.0 (2019/04/01)](Documentation/Changelog/5.2.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/5.1.1...5.2.0) * [5.1.1 (2019/01/09)](Documentation/Changelog/5.1.1.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/5.1.0...5.1.1) diff --git a/Documentation/Changelog/6.0.1.md b/Documentation/Changelog/6.0.1.md new file mode 100644 index 000000000..326632e0b --- /dev/null +++ b/Documentation/Changelog/6.0.1.md @@ -0,0 +1,24 @@ +## Release: 6.0.1 (2020/05/31) + +* 2020-05-31 [BUGFIX] Add setLinkAccessRestrictedPages at uri building (#1622) (Commit c78e8237 by Jens Schendzielorz) +* 2020-05-30 [BUGFIX] Replace use of deprecated method. (#1651) (Commit 2cc47e25 by Thomas Off) +* 2020-05-30 [BUGFIX] Replace $GLOBALS['TSFE']->sys_language_uid (#1650) (Commit bb9ed616 by breakone) +* 2020-05-30 [REMOVAL] Remove deprecated v:format.removeXSS (Commit c7ab20ac by Claus Due) +* 2020-05-30 [BUGFIX] Anticipate possibly undefined PATH_site (Commit d1e3912b by Claus Due) +* 2020-05-30 [BUGFIX] Fix extension config handling on TYPO3 10 (#1652) (Commit dbe4def5 by Timo Webler) +* 2020-05-09 [BUGFIX] Avoid PageRepository when retrieving file references (Commit f70baf9e by Claus Due) +* 2020-05-09 [BUGFIX] Avoid "Array and string offset access syntax with curly braces is deprecated" (#1641) (Commit fd3c3f2f by Sven Wappler) +* 2020-02-21 [BUGFIX] Fix #1624: PdfThumbnail viewhelper shows obsolete previews (#1625) (Commit 14f8d8b0 by Dmitry Dulepov) + +Generated by: + +``` +git log --since="2020/01/11" --until="2020/05/31" --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/6.0.0...6.0.1 + +*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 af18b6d7a9fa8aed8a745fa048a819b1cbbd2b0a Mon Sep 17 00:00:00 2001 From: Claus Due Date: Sun, 31 May 2020 17:36:27 +0200 Subject: [PATCH 2/2] [TER] 6.0.1 --- ext_emconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index ceac79517..191196c7d 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' => '6.0.0', + 'version' => '6.0.1', 'constraints' => array ( 'depends' =>