Skip to content

Releases: brezo-it/typo3-multi-file-upload

v1.2.0

08 Jun 23:46

Choose a tag to compare

v1.2.0 - Add TYPO3 v14 support

v1.1.1

08 Jun 23:16

Choose a tag to compare

v1.1.1 - Loosen TYPO3 13 constraint in ext_emconf

v1.1.0

08 Jun 22:59

Choose a tag to compare

v1.1.0

Features:

  • Delete support for core single FileUpload / ImageUpload via "remove file"
    checkbox, handled by the new SingleUploadedFileReferenceConverter and
    AttachFilesToRecordFinisher

Refactor:

  • Consolidate MultiImageUpload into MultiFileUpload (single PHP class shared
    by both YAML form-element types, mirroring core's FileUpload/ImageUpload)
  • Extract shared delete-flag POST parsing into UploadDeleteRequest helper

Breaking:

  • ViewHelper sp:form.multiUploadDeleteCheckbox renamed to
    sp:form.uploadDeleteCheckbox (aligned with core's f:form.uploadDeleteCheckbox).
    Update any custom templates referencing the old name.