Skip to content

Commit

Permalink
[RELEASE] v11.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsko committed Feb 1, 2024
1 parent 22c2d95 commit da200ad
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# 11.0.14
# 11.0.15

# 11.0.15

## TASK

- [TASK] Fix PHP style 22c2d95
- [TASK] Add logger for deleted images 2e6af32

## BUGFIX

- [BUGFIX] prevent open_basedir warnings 5d28177
- [BUGFIX] Fix coding styles 67b5088
- [BUGFIX] Fix error messages 3f824e7
- [BUGFIX] handle deleted files 6990dcb
- [BUGFIX] Fixes #186: Add timestamp to force the javascript change d6b0e6c
- [BUGFIX] Fixes #186: Inline image with link sometimes causes incorrect ordering of double 3efd3d5
- [BUGFIX] Regenerate images in backend view 56e64f8
Expand All @@ -13,6 +24,12 @@

## MISC

- chore: update branch aliases ebe4824
- add TYPO3 badges to README 9a578b5
- style: remove superfluous null check 34bd1ae
- style: fix superfluous space before closing parenthesis 000703e
- tests: fix PHP Fatal error: Type of testExtensionsToLoad must be array bc30427
- chore: remove superfluous is null check 9dee49b
- GH-247: Unnecessary check for "data-*-override" removed, as these are only used within Javascript to document the checkbox state. 60b55a4
- GH-112: Fix regex to find images 65663ac
- Rework ImageLinkRenderingController to match ImageRenderingController 601e732
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "12.x-dev",
"dev-TYPO3_11": "11.x-dev",
"dev-TYPO3_10": "10.x-dev"
"dev-TYPO3_11": "11.0.x-dev"
},
"typo3/cms": {
"extension-key": "rte_ckeditor_image",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'clearCacheOnLoad' => 0,
'author' => 'Christian Opitz, Mathias Uhlmann',
'author_email' => '[email protected]',
'version' => '11.0.14',
'version' => '11.0.15',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.9.99',
Expand Down

0 comments on commit da200ad

Please sign in to comment.