Skip to content

Commit

Permalink
[TASK] release v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaecke committed Oct 23, 2021
1 parent bbbc801 commit 87ced14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 6.0.4 (2021-10-23)
- [TASK] sort author records by lastname in backend list view
- [TASK] add missing slash in Persistence/Classes.php class configuration
- [TASK] check, if author is provided in showAction. If not, redirect to page with list view.

All changes
https://github.com/cdaecke/md_news_author/compare/v6.0.3...v6.0.4

# Version 6.0.3 (2021-10-11)
- [BUGFIX] use correct version number for TYPO3 in ext_localconf.php constraints

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mediadreams/md_news_author",
"type": "typo3-cms-extension",
"description": "Adds one or more authors to a tx_news record, show a list of all authors and display a detail page of the author containing the attached news entries.",
"version": "6.0.3",
"version": "6.0.4",
"license": "GPL-2.0+",
"keywords": [
"TYPO3",
Expand All @@ -27,8 +27,8 @@
},
"require": {
"typo3/cms-core": ">=10.0,<12.0",
"georgringer/news": ">=7.0.0",
"georgringer/numbered-pagination": ">=1.0,<2.0"
"georgringer/news": ">=7.0,<10.0",
"georgringer/numbered-pagination": ">=1.0.1,<2.0.0"
},
"extra": {
"typo3/cms": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '6.0.3',
'version' => '6.0.4',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'news' => '7.0-9.99',
'numbered_pagination' => '1.0-1.99',
'numbered_pagination' => '1.0.1-1.99.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 87ced14

Please sign in to comment.