-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Increase the version number to 2.0.0
- Loading branch information
Showing
4 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ List of versions | |
:titlesonly: | ||
:glob: | ||
|
||
2-0-0 | ||
1-3-6 | ||
1-3-5 | ||
1-3-4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters