This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
Releases: sonata-project/SonataArticleBundle
Releases · sonata-project/SonataArticleBundle
1.6.1
1.6.0
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
Removed
- [#173] SonataCoreBundle dependencies (@jordisala1991)
- [#173] Support for Symfony < 4.4 (@jordisala1991)
1.4.1
1.4.0
1.3.0
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
1.2.1
1.2.0
Added
- Add
|trans()
in the follow twig files:edit_collection_fragment.html.twig
andform.html.twig
to translate the fragment name. - Add Hungarian translations
Changed
- Changed
ArticleInterface
,FragmentInterface
and
ArticleFragmentInterface
to allow null return types.