Skip to content

Commit

Permalink
[RELEASE] v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsko committed Feb 1, 2024
1 parent bacbd45 commit 9f24012
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 12.0.0
# 12.0.1

## TASK

- [TASK] Update author in ext_emconf.php c474bbc
- [TASK] Update Contributors.md 97ac62c
- [TASK] Remove PHP 8.3 in testing.yml 2277e12
- [TASK] Update ext_emconf.php for TYPO3 v12 686083f

## BUGFIX
Expand All @@ -17,6 +20,15 @@

## MISC

- Apply class to bacbd45
- chore: coding style 962dd48
- chore: fix coding style 9f8628a
- chore: ignore camelCaps rule for hook method name 7bb3554
- chore: also update test container setup for updated runtests.sh fa54fe0
- chore: update runtests.sh from https://github.com/lolli42/enetcache/blob/main/Build/Scripts/runTests.sh 6577644
- chore: fix coding style 9e40429
- chore: update branch aliases fe9bb80
- Update typo3/testing-framework requirement from ^7.0.2 to ^8.0.7 21567a5
- TYPO3 v12 Support 1cfe7a7
- Update testing.yml 8211115
- Update phpstan.yml 2d971f8
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-main": "12.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' => 'Sebastian Koschel',
'author_email' => '[email protected]',
'version' => '12.0.0',
'version' => '12.0.1',
'constraints' => [
'depends' => [
'php' => '8.1.0-8.9.99',
Expand Down

0 comments on commit 9f24012

Please sign in to comment.