Skip to content

Releases: sonata-project/SonataMediaBundle

3.16.0

23 Sep 20:45
3.16.0
14ec993
Compare
Choose a tag to compare

Added

  • S3 Connection without use of credentials (access and secret keys) but with
    IAM roles (Amazon instances must have been configured with it).

Fixed

  • Fixed S3 credentials set to false when no credentials are provided

3.15.0

06 Jul 21:19
3.15.0
3e1e665
Compare
Choose a tag to compare

Added

  • Added getters for allowedExtensions and allowedMimeTypes properties

3.14.0

27 Jun 05:47
3.14.0
35635a1
Compare
Choose a tag to compare

Changed

  • Make service alias sonata.media.manager.category public
  • Allow Gaufrette 0.6
  • Moved a code block from BaseProvider::postRemove to BaseProvider::preRemove

Fixed

  • Make services public

3.13.1

25 May 20:49
3.13.1
f278699
Compare
Choose a tag to compare

Changed

  • Force use existing translation strings for Media/Gallery breadcrumbs in Admin panel

Fixed

  • Deprecations from controllers still using deprecated render instead of renderWithExtraParams()
  • Set providers, metadata and manager services public so applications using SonataMediaBundle can upgrade to Symfony 4.0.

3.13.0

17 May 21:01
3.13.0
8e5cf36
Compare
Choose a tag to compare

Changed

  • A db_driver configuration parameter is optional now with no_driver default value

Fixed

  • Issue where all medias were removed from a gallery on update.
  • Fixed widget template for MediaType as a child form type
  • sonata:media:sync-thumbnails command when running this command with PHPCR or ODM document mapper.

3.12.0

09 Apr 12:43
3.12.0
44b5922
Compare
Choose a tag to compare

Changed

  • Changed Vimeo endpoint to https

Fixed

  • LiipImagine generatePublicUrl updated to work with latest version of that bundle
  • Relative path when path it is already an url

Removed

  • Removed compatibility with older versions of FOSRestBundle (<2.1)
  • Removed SonataNotificationBundle as a required dependency

3.11.0

23 Feb 16:51
3.11.0
d253efa
Compare
Choose a tag to compare

Added

  • added block title translation domain option
  • added block icon option
  • added block class option
  • Added compatibility with Gaufrette ^0.4 and ^0.5
  • Added compatibility with Buzz ^0.16

Fixed

  • Commands not working on symfony4
  • AmazonMetadataBuilder now relies on Psr7 mimeType guesser

Removed

  • Removed default title from blocks
  • Removed old sonata- classes from templates
  • Removed compatibility with Gaufrette ^0.1and ^0.2
  • Removed compatibility with JMS serializer ^0.13

3.10.2

02 Feb 13:53
3.10.2
f9cf73d
Compare
Choose a tag to compare

Added

  • Added support for latest imagine version

Changed

  • Make services public

3.10.1

26 Jan 17:10
3.10.1
40fd8f2
Compare
Choose a tag to compare

Added

  • Added missing SquareResizer::$metadata property
  • Added Catalan translations

Fixed

  • Selected gallery context is now translated just like in the dropdown.
  • Replaced getMockBuilder with createMock where it was possible
  • Fixed phpdoc

3.10.0

30 Nov 10:45
3.10.0
a243102
Compare
Choose a tag to compare

Added

  • Added automatically adding src format to srcset

Fixed

  • Return size after resize in cropping flow, not just the cropped dimensions
  • FOSRest-related deprecations
  • It is now allowed to install Symfony 4