Skip to content

Commit

Permalink
feat!: Add TYPO3 12 support, drop TYPO3 9 & 10
Browse files Browse the repository at this point in the history
Resolves #25
  • Loading branch information
mikestreety committed Sep 19, 2023
1 parent 8986d31 commit 4ea8470
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
6 changes: 6 additions & 0 deletions UPCOMING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Major

#### Dependencies

- Drop support for TYPO3 9.5 and TYPO3 10.4
- Add support for TYPO3 12.4
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": "https://github.com/liquidlight/typo3-shortcodes"
},
"require": {
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5"
"typo3/cms-core": "^11.5 || ^12.4"
},
"autoload": {
"psr-4": {
Expand Down
20 changes: 0 additions & 20 deletions ext_emconf.php

This file was deleted.

2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

defined('TYPO3_MODE') or die();
defined('TYPO3') or die();

call_user_func(function () {
$shortcodesExtConf = &$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['shortcodes'];
Expand Down

0 comments on commit 4ea8470

Please sign in to comment.