Releases: cdaecke/md_newsfrontend
Releases · cdaecke/md_newsfrontend
Bugfix release
- [BUGFIX] make sure, that temporary files gets deleted. Thanks to phlei!
- [BUGFIX] check
$folderPathcorrectly. Thanks to phlei!
All changes
6.0.0...6.0.1
Feature release - TYPO3 v14 support
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.uploadPathwas configured, it needs to be changed to a FAL combined identifier:- OLD: uploadPath =
user_upload/md_newsfrontend - NEW: uploadPath =
1:/user_upload/md_newsfrontend
- OLD: uploadPath =
- Adapt partial
News/FormFields.htmlif 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
FooterAssetsif you use your own! It needs to support new version oftinymce
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.htmlif 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
- [BUGFIX] add
is_array($requestArguments[$fieldName])check and fix error inCheckFileUpload. Thanks to phlei!
All changes
5.0.4...5.0.5
Maintenance release
- [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
- [TASK] Allow ext:news v14
All changes
5.0.2...5.0.3
Maintenance release
- [TASK] Raise dependency to ext:news, allow v13
All changes
5.0.1...5.0.2
Bugfix release
- [BUGFIX] Could not get value of property "Mediadreams\MdNewsfrontend\Domain\Model\FrontendUserGroup::subgroup"
All changes
5.0.0...5.0.1
TYPO3 v13 compatibility
- [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 controllerResources/Private/Partials/HeaderAssets.html: This file was removed and the CSS is loaded in the controllerResources/Private/Templates/News/Edit.html:f:section name="HeaderAssets"removedResources/Private/Templates/News/News.html:f:section name="HeaderAssets"removedResources/Private/Templates/News/List.html: Since we use theSlidingWindowPaginationfrom the core now, the template needs to be updatedResources/Private/Partials/Pagination.html: Since we use theSlidingWindowPaginationfrom the core now, the template needs to be updated
All changes
4.0.2...5.0.0
Maintenance release
- [BUGFIX] check, if file upload field exists for upload validator
All changes
4.0.1...4.0.2
Maintenance release
- [TASK] Update dependency to ext:news (allow v12 of ext:news)
All changes
4.0.0...4.0.1