Skip to content

Commit 45bd8b4

Browse files
committed
[RELEASE] Release v10.0.1
1 parent 3866a92 commit 45bd8b4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Documentation/Changelog/10-0-1.rst

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. include:: ../Includes.txt
2+
3+
.. only:: html
4+
5+
======
6+
10.0.1
7+
======
8+
9+
.. contents::
10+
:local:
11+
:depth: 3
12+
13+
All Changes
14+
-----------
15+
This is a list of all changes in this release: ::
16+
17+
2024-10-25 [RELEASE] Release v10.0.1 (Commit df8cf3b by Simon Schaufelberger)
18+
2024-10-25 [BUGFIX] Cast dateFormat to int (Commit 3866a92 by Simon Schaufelberger)
19+
20+
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`.

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'title' => 'RSS feed import',
55
'description' => 'Fetch an RSS / Atom Feed and display its content on the Frontend.',
66
'category' => 'plugin',
7-
'version' => '10.0.0',
7+
'version' => '10.0.1',
88
'state' => 'stable',
99
'author' => 'Simon Schaufelberger',
1010
'author_email' => '[email protected]',

0 commit comments

Comments
 (0)