Skip to content

Commit

Permalink
[RELEASE] Prepare release 11.0.10 (#651)
Browse files Browse the repository at this point in the history
* [BUGFIX] Allow null for native date and time
* [TASK] one controller action pair per line
* [FEATURE] add tca field description
* [BUGFIX] resolve nullable types correctly
  • Loading branch information
PKuhlmay authored Mar 14, 2023
1 parent 0038922 commit b9b7bc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
Change log
==========

Version 11.0.10
---------------
* [BUGFIX] Allow null for native date and time
* [TASK] one controller action pair per line
* [FEATURE] add tca field description
* [BUGFIX] resolve nullable types correctly

Version 11.0.9
--------------
* [BUGFIX] Generate correct TCA for images and files
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'author' => 'Extension Builder Team',
'author_email' => '',
'state' => 'stable',
'version' => '11.0.9',
'version' => '11.0.10',
'constraints' => [
'depends' => [
'typo3' => '11.4.0-11.9.99'
Expand Down

0 comments on commit b9b7bc4

Please sign in to comment.