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

Releases: sonata-project/SonataArticleBundle

1.6.1

17 Jul 12:32
20a2d97
Compare
Choose a tag to compare

Changed

  • [#280] JS will now use the delete field to mark a fragment as deleted instead of not sending the value (@srascar)

Fixed

  • [#284] Back Office Title is correctly submitted as empty string when empty in form request (@srascar)

1.6.0

15 Feb 21:17
2586c4e
Compare
Choose a tag to compare

Added

Changed

  • [#171] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)

Deprecated

  • [#171] Using SonataEasyExtendsBundle to add Doctrine mapping information (@jordisala1991)

1.5.0

16 Jul 09:08
e7619d7
Compare
Choose a tag to compare

Removed

1.4.1

19 Mar 08:28
1.4.1
d9baf4f
Compare
Choose a tag to compare

Fixed

  • article fragments reset order bug

1.4.0

06 Jan 18:58
1.4.0
c91355f
Compare
Choose a tag to compare

Added

  • new Twig blocks in edit_collection_fragment.html.twig

1.3.0

14 Dec 13:44
1.3.0
c8b39fb
Compare
Choose a tag to compare

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

15 Nov 06:50
1.2.2
bcdebd0
Compare
Choose a tag to compare

Fixed

  • special chars handling in the "type" field

1.2.1

15 Oct 05:58
1.2.1
eb01f3e
Compare
Choose a tag to compare

Fixed

  • Syntax error in template

1.2.0

28 May 19:57
1.2.0
03b6e2b
Compare
Choose a tag to compare

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.

1.1.0

11 Dec 07:57
1.1.0
a3ff865
Compare
Choose a tag to compare

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