Skip to content

Commit

Permalink
[RELEASE] Allow v12 of ext:news
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaecke committed Dec 15, 2024
1 parent bd9f181 commit 9c1e276
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 4.0.1 (2024-12-15)
- [FEATURE] Update dependency to ext:news (allow v12 of ext:news)

All changes
https://github.com/cdaecke/md_newsfrontend/compare/4.0.0...4.0.1

# Version 4.0.0 (2024-02-02)
- [FEATURE] TYPO3 12 compatibility
- [BREAKING] Signal slots removed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"georgringer/news": ">=9.0,<12.0",
"georgringer/news": ">=9.0,<13.0",
"georgringer/numbered-pagination": ">=1.0.1,<3.0.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '4.0.0',
'version' => '4.0.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
'news' => '9.0.0-11.99.99',
'news' => '9.0.0-12.99.99',
'numbered_pagination' => '1.0.1-2.99.99',
],
'conflicts' => [],
Expand Down

0 comments on commit 9c1e276

Please sign in to comment.