From 0fe174dd50e583eb5ad6989897e17347d8a5cb7e Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Tue, 6 Nov 2018 07:32:43 +0100 Subject: [PATCH] [TASK] Release 7.0.8 --- Documentation/Misc/Changelog/7-0-8.rst | 26 ++++++++++++++++++++++++++ Documentation/Misc/Changelog/Index.rst | 1 + Documentation/Settings.cfg | 2 +- Documentation/Settings.yml | 2 +- ext_emconf.php | 2 +- 5 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 Documentation/Misc/Changelog/7-0-8.rst diff --git a/Documentation/Misc/Changelog/7-0-8.rst b/Documentation/Misc/Changelog/7-0-8.rst new file mode 100644 index 0000000000..a1ab8dc61d --- /dev/null +++ b/Documentation/Misc/Changelog/7-0-8.rst @@ -0,0 +1,26 @@ +7.0.8 - 2018/06/11 +================== + +.. include:: ../../Includes.txt + +.. only:: html + +.. contents:: + :local: + :depth: 3 + +Important changes +----------------- +To fix a regression of the core regarding routing, a change has been made which requires a *DB compare* to add the field `l10n_source`. +You can also upgrade to master branch of the core until 9.5.2 is released. +All Changes +----------- +This is a list of all changes in this release: :: + + 2018-11-02 [TASK] Document how to manipulate flexform with tsconfig (Commit 013c1d1d by Georg Ringer) + 2018-10-31 [TASK] Add recordlist as dependency (Commit a70d62a7 by Georg Ringer) + 2018-10-31 [TASK] Provide l10n_source field in TCA (Commit 9c8777ce by Georg Ringer) + 2018-10-25 [BUGFIX] Do not override page header data on CE shortcut to news record (#772) (Commit e624f956 by jokumer) + + +This list has been created by using `git log 7.0.7..HEAD --abbrev-commit --pretty='%ad %s (Commit %h by %an)' --date=short`. diff --git a/Documentation/Misc/Changelog/Index.rst b/Documentation/Misc/Changelog/Index.rst index edc13f1502..b9d3e1ed3b 100755 --- a/Documentation/Misc/Changelog/Index.rst +++ b/Documentation/Misc/Changelog/Index.rst @@ -20,6 +20,7 @@ List of versions :titlesonly: :glob: + 7-0-8 7-0-7 7-0-6 7-0-5 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 208b17c90f..f0da288fea 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -23,7 +23,7 @@ pointsize = 10pt [general] project = News system -release = 7.0.7 +release = 7.0.8 version = 7.0 copyright = 2018 diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 2fd0611e2c..cb796c0704 100755 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2018 project: News system version: 7.0 - release: 7.0.7 + release: 7.0.8 latex_documents: - - Index - news.tex diff --git a/ext_emconf.php b/ext_emconf.php index c4817570fc..5d21b07c81 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author_email' => 'mail@ringer.it', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '7.0.7', + 'version' => '7.0.8', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.13-9.5.99',