Skip to content

Releases: cdaecke/md_newsfrontend

Bugfix release

14 Apr 08:33

Choose a tag to compare

  • [BUGFIX] make sure, that temporary files gets deleted. Thanks to phlei!
  • [BUGFIX] check $folderPath correctly. Thanks to phlei!

All changes
6.0.0...6.0.1

Feature release - TYPO3 v14 support

02 Apr 09:15

Choose a tag to compare

This version comes with some breaking changes. Please follow the upgrade instructions.

Upgrade guide

  • Run upgrade wizard EXT:md_newsfrontend: Migrate plugin list_type to CType
  • If plugin.tx_mdnewsfrontend_newsfe.uploadPath was configured, it needs to be changed to a FAL combined identifier:
    • OLD: uploadPath = user_upload/md_newsfrontend
    • NEW: uploadPath = 1:/user_upload/md_newsfrontend
  • Adapt partial News/FormFields.html if you use your own!
    • falMedia[title] => falMediaMeta[title]
    • falMedia[description] => falMediaMeta[description]
    • falMedia[showinpreview] => falMediaMeta[showinpreview]
    • falRelatedFiles[title] => falRelatedFilesMeta[title]
    • falRelatedFiles[description] => falRelatedFilesMeta[description]
    • falMedia[delete] => falMediaDelete
    • falRelatedFiles[delete] => falRelatedFilesDelete
  • Adapt partial FooterAssets if you use your own! It needs to support new version of tinymce

Main changes

  • [!!!][FEATURE] TYPO3 v14 compatibility (TYPO3 v12 support dropped)
  • [!!!][TASK] migration: list_type plugins to CType -> run migration wizard!
  • [!!!][TASK] refactoring/modernizing file upload -> adapt partial News/FormFields.html if you use your own!
  • [!!!][TASK] update JS libraris by integrating them via npm. FooterAssets needed to be adapted to tinymce v7!
  • [FEATURE] implement configuration as site set with fallback to legacy setups with classic typoscript config.
  • [TASK] add CI tools and automated testing

All changes
5.0.5...6.0.0

Bugfix release

27 Mar 09:05

Choose a tag to compare

  • [BUGFIX] add is_array($requestArguments[$fieldName]) check and fix error in CheckFileUpload. Thanks to phlei!

All changes
5.0.4...5.0.5

Maintenance release

08 Jan 14:23

Choose a tag to compare

  • [BUGFIX] Allow ext:news v12 in composer.json again, which got lost in version 5.0.2. Thanks to h-e-l-l-o-w-o-r-l-d!

All changes
5.0.3...5.0.4

Maintenance release

07 Jan 08:31

Choose a tag to compare

  • [TASK] Allow ext:news v14

All changes
5.0.2...5.0.3

Maintenance release

11 Dec 08:16

Choose a tag to compare

  • [TASK] Raise dependency to ext:news, allow v13

All changes
5.0.1...5.0.2

Bugfix release

20 May 14:48

Choose a tag to compare

  • [BUGFIX] Could not get value of property "Mediadreams\MdNewsfrontend\Domain\Model\FrontendUserGroup::subgroup"

All changes
5.0.0...5.0.1

TYPO3 v13 compatibility

17 Apr 09:35

Choose a tag to compare

  • [FEATURE] TYPO3 13 compatibility
  • [FEATURE] ext:news 12 compatibility
  • [BREAKING] Some Templates and Partials have been changed. See this commit.
  • [BREAKING] Pagination has changed. See this commit.

Migration

If you have changed the following files of the extension, please update your templates accordingly

  • Resources/Private/Partials/FooterAssets.html: Loading of the JS libraries is now done in the controller
  • Resources/Private/Partials/HeaderAssets.html: This file was removed and the CSS is loaded in the controller
  • Resources/Private/Templates/News/Edit.html: f:section name="HeaderAssets" removed
  • Resources/Private/Templates/News/News.html: f:section name="HeaderAssets" removed
  • Resources/Private/Templates/News/List.html: Since we use the SlidingWindowPagination from the core now, the template needs to be updated
  • Resources/Private/Partials/Pagination.html: Since we use the SlidingWindowPagination from the core now, the template needs to be updated

All changes
4.0.2...5.0.0

Maintenance release

12 Mar 17:16

Choose a tag to compare

  • [BUGFIX] check, if file upload field exists for upload validator

All changes
4.0.1...4.0.2

Maintenance release

15 Dec 13:01

Choose a tag to compare

  • [TASK] Update dependency to ext:news (allow v12 of ext:news)

All changes
4.0.0...4.0.1