Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from xima-media/release-11.1.1
Browse files Browse the repository at this point in the history
release 11.1.1
  • Loading branch information
maikschneider authored Apr 24, 2023
2 parents b35334b + 4c3c0a9 commit 990d329
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 303 deletions.
1 change: 1 addition & 0 deletions Classes/Domain/Model/Dto/JsonDateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

class JsonDateTime extends \DateTime implements \JsonSerializable
{
#[\ReturnTypeWillChange]
public function jsonSerialize(): string
{
return $this->format('c');
Expand Down
136 changes: 0 additions & 136 deletions Resources/Private/TypeScript/MailCatcher.ts

This file was deleted.

165 changes: 0 additions & 165 deletions Resources/Private/TypeScript/index.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/MailCatcher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '11.1.0',
'version' => '11.1.1',
'constraints' => [
'depends' => [
'typo3' => '11.0.0-11.99.99',
Expand Down

0 comments on commit 990d329

Please sign in to comment.