Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
49 lines (37 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.84 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.4.0 - 2020-01-06

Added

  • new Twig blocks in edit_collection_fragment.html.twig

1.3.0 - 2019-12-14

Added

  • Added to fragmentList.jquery.js moveSelectedFragmentOutsideOfForm() to move selected fragment in tmp dom
  • Added to fragmentList.jquery.js cancelFragmentDeletion() to cancel the fragment deletion

Changed

The 'removed' fragments are not removed completely just moved in another dom, which allows the cancellation.

1.2.2 - 2019-11-14

Fixed

  • special chars handling in the "type" field

1.2.1 - 2019-10-14

Fixed

  • Syntax error in template

1.2.0 - 2019-05-28

Added

  • Add |trans() in the follow twig files: edit_collection_fragment.html.twig and form.html.twig to translate the fragment name.
  • Add Hungarian translations

Changed

  • Changed ArticleInterface, FragmentInterface and ArticleFragmentInterface to allow null return types.

Fixed

  • Fix deprecation for symfony/config 4.2+

1.1.0 - 2018-12-11

Added

  • Added Article::isValidated() method

Fixed

  • Fixed Article::getValidatedAt() to be able to return null

Changed

  • In AbstractArticle, getValidatedAt(): \DateTimeInterface becomes getValidatedAt(): ?\DateTimeInterface, this is technically a BC-break