-
-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05961d7
commit d175a27
Showing
3 changed files
with
33 additions
and
1 deletion.
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,31 @@ | ||
.. include:: /Includes.rst.txt | ||
|
||
10.0.1 - 22nd September 2022 | ||
============================ | ||
|
||
.. only:: html | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 3 | ||
|
||
Important changes | ||
----------------- | ||
|
||
A tutorial has been added which describes how infinite scrolling can be added to the list view. | ||
|
||
Thanks to *made in nature* (Stefan Grothus), https://www.made-in-nature.de/ for sponsoring this task. | ||
|
||
|
||
All Changes | ||
----------- | ||
This is a list of all changes in this release: :: | ||
|
||
2022-09-22 [BUGFIX] Allow null for return value of News::getTags (Commit 05961d71 by Georg Ringer) | ||
2022-09-22 [DOC] Clarify license for infinite scrolling (Commit 43156784 by Georg Ringer) | ||
2022-09-21 [DOC] Add tutorial for infinite scrolling (#1853) (Commit 7e8ad654 by Georg Ringer) | ||
2022-09-21 [BUGFIX] Fix notices in NewsImportService (Commit d55d5b73 by Georg Ringer) | ||
2022-09-21 [BUGFIX] Use fetchColumn instead of fetchOne #1852 (Commit 9dd4b9f7 by Georg Ringer) | ||
|
||
|
||
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: | ||
|
||
10-0-1 | ||
10-0-0 | ||
9-4-0 | ||
9-3-1 | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
'author_email' => '[email protected]', | ||
'state' => 'stable', | ||
'clearCacheOnLoad' => true, | ||
'version' => '10.0.0', | ||
'version' => '10.0.1', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '10.4.13-11.9.99', | ||
|