From ecb3c2a5b97c5f65a638e9367d0a28f6186b1abc Mon Sep 17 00:00:00 2001 From: Eric Harrer Date: Tue, 17 Oct 2023 10:42:10 +0200 Subject: [PATCH] [TASK] Increase the version number to 1.3.3 --- Documentation/Changelog/1-3-3.rst | 27 +++++++++++++++++++++++++++ Documentation/Changelog/Index.rst | 1 + Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 Documentation/Changelog/1-3-3.rst diff --git a/Documentation/Changelog/1-3-3.rst b/Documentation/Changelog/1-3-3.rst new file mode 100644 index 0000000..8be9983 --- /dev/null +++ b/Documentation/Changelog/1-3-3.rst @@ -0,0 +1,27 @@ +.. include:: /Includes.rst.txt + +1.3.3 - October 17, 2023 +======================== + + +.. only:: html + + .. contents:: + :local: + :depth: 3 + +Breaking changes +---------------- +No breaking changes! + +All Changes +----------- +This is a list of all changes in this release: :: + + 2023-10-17 [DOCS] Add ChangeLog (Commit d9563bb by Eric Harrer) + 2023-10-17 [BUGFIX] Fix empty tags in item content (Commit 1eb7744 by Eric Harrer) + 2023-10-17 [BUGFIX] Fix display of items links (Commit b86b9d7 by Eric Harrer) + 2023-10-17 [BUGFIX] Wrap item enclosures only if at least one exists (Commit 9731214 by Eric Harrer) + 2023-10-17 [BUGFIX] Use item id for list items id attribute only if available (Commit 97ff1a5 by Eric Harrer) + +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`. diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 55b20c2..f1cce4e 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -19,6 +19,7 @@ List of versions :titlesonly: :glob: + 1-3-3 1-3-2 1-3-1 1-3-0 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 40774a8..4b53b7e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,7 +4,7 @@ [general] project = Feed Display -version = 1.3.2 +version = 1.3.3 release = 1.3 copyright = © 2023 by Eric Harrer diff --git a/ext_emconf.php b/ext_emconf.php index caa88fc..03ae9d4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'author_email' => 'info@eric-harrer.de', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '1.3.2', + 'version' => '1.3.3', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.99.99',