Skip to content

Commit

Permalink
[TASK] Increase the version number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErHaWeb committed Apr 7, 2024
1 parent 2e23c20 commit 7381fda
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
41 changes: 41 additions & 0 deletions Documentation/Changelog/2-0-0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
.. include:: /Includes.rst.txt

2.0.0 - April 07, 2024
======================


.. only:: html

.. contents::
:local:
:depth: 3

Breaking changes
----------------
The former custom property `plugin.tx_feeddisplay_pi1.settings.overrideFlexformSettingsIfEmpty` has now been replaced by
the native property :ref:`ignoreFlexFormSettingsIfEmpty <t3tsref:setup-plugin-configuration-ignoreFlexFormSettingsIfEmpty>`.

If you have made changes to this property, you must migrate them to the new TypoScript path.

.. code-block:: typoscript
# Old:
plugin.tx_feeddisplay_pi1.settings.overrideFlexformSettingsIfEmpty = feedUrl, maxFeedCount, maxContentLength, maxHeaderLength, logoMaxWidth, logoMaxHeight, feedIconMaxWidth, feedIconMaxHeight, dateFormat, stripTags, linkTarget, errorMessage, cacheDuration, getFields.feed, getFields.items
# New:
plugin.tx_feeddisplay_pi1.ignoreFlexFormSettingsIfEmpty = feedUrl, maxFeedCount, maxContentLength, maxHeaderLength, logoMaxWidth, logoMaxHeight, feedIconMaxWidth, feedIconMaxHeight, dateFormat, stripTags, linkTarget, errorMessage, cacheDuration, getFields.feed, getFields.items
All Changes
-----------
This is a list of all changes in this release: ::

2024-04-07 [DOCS] Update docs based on TYPO3 version 12 and 13 (Commit 2e23c20 by Eric Harrer)
2024-04-07 [TASK] Migrate to native ignoreFlexFormSettingsIfEmpty property (Commit 595abd5 by Eric Harrer)
2024-04-07 [BUGFIX] Fix type error (Commit 2e43655 by Eric Harrer)
2024-04-07 [TASK] Refactor fluid template files (Commit 78af0cb by Eric Harrer)
2024-04-07 [TASK] Use new plugin signature return value (Commit 8208b36 by Eric Harrer)
2024-04-07 [TASK] Simplify static TypoScript include (Commit bf36a0b by Eric Harrer)
2024-04-07 [TASK] Remove deprecated TCEforms tag (Commit 5a1f6d7 by Eric Harrer)
2024-03-12 [TASK] Establishing compatibility with v13 (Commit 41d4afd 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`.
1 change: 1 addition & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ List of versions
:titlesonly:
:glob:

2-0-0
1-3-6
1-3-5
1-3-4
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[general]

project = Feed Display
version = 1.3.6
release = 1.3
copyright = © 2023 by Eric Harrer
version = 2.0.0
release = 2.0
copyright = © 2024 by Eric Harrer

[html_theme_options]

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'author_email' => 'info@eric-harrer.de',
'author_company' => 'eric-harrer.de',
'state' => 'stable',
'version' => '1.3.6',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-13.4.99',
Expand Down

0 comments on commit 7381fda

Please sign in to comment.