Skip to content

v1.1.0

Choose a tag to compare

@maikp maikp released this 08 Jun 22:59
· 2 commits to main since this release

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.