Skip to content

Commit

Permalink
Maintanance release v3.0.3
Browse files Browse the repository at this point in the history
- Update dependency to ext:news
  • Loading branch information
cdaecke committed Nov 10, 2022
1 parent dfb3961 commit e05893c
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 3.0.3 (2022-11-10)
[TASK] Update dependency to `ext:news`

All changes
https://github.com/cdaecke/md_newsfrontend/compare/3.0.2...3.0.3

# Version 3.0.2 (2022-03-31)
[BUGFIX] Remove archive date, if no value is provided

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": "^10.4 || ^11.5",
"georgringer/news": ">=7.0,<10.0",
"georgringer/news": ">=7.0,<11.0",
"georgringer/numbered-pagination": ">=1.0.1,<2.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' => '3.0.2',
'version' => '3.0.3',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'news' => '7.0.0-9.99.99',
'news' => '7.0.0-10.99.99',
'numbered_pagination' => '1.0.1-1.99.99',
],
'conflicts' => [],
Expand Down

0 comments on commit e05893c

Please sign in to comment.