Skip to content

Commit 5325ea6

Browse files
committed
[TASK] Release 10.0.3
1 parent 248ef9e commit 5325ea6

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. include:: /Includes.rst.txt
2+
3+
10.0.3 - 21st November 2022
4+
===========================
5+
6+
.. only:: html
7+
8+
.. contents::
9+
:local:
10+
:depth: 3
11+
12+
Bugfix release
13+
--------------
14+
15+
Remove some bugfixes
16+
17+
All Changes
18+
-----------
19+
This is a list of all changes in this release: ::
20+
21+
2022-11-21 [BUGFIX] Check if file exists before using in import services (Commit 248ef9e6 by Georg Ringer)
22+
2022-11-21 [TASK] Update .gitattributes (Commit 51aad1e5 by Stefan Frömken)
23+
2022-11-08 [BUGFIX] fix type casting, these values are strings (Commit eabd5dd1 by Tobias Bräutigam)
24+
2022-10-28 [DOC] Update pricing (Commit da7e5c2b by Georg Ringer)
25+
26+
27+
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`.

Documentation/Misc/Changelog/Index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ List of versions
1919
:titlesonly:
2020
:glob:
2121

22+
10-0-3
2223
10-0-2
2324
10-0-1
2425
10-0-0

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_email' => 'mail@ringer.it',
99
'state' => 'stable',
1010
'clearCacheOnLoad' => true,
11-
'version' => '10.0.2',
11+
'version' => '10.0.3',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '10.4.13-11.9.99',

0 commit comments

Comments
 (0)