Skip to content

Releases: netgen/NetgenRemoteMediaBundle

2.0.0-alpha5

29 Nov 11:59
03deacd
Compare
Choose a tag to compare
2.0.0-alpha5 Pre-release
Pre-release

Added

  • Add better support for link wrapper and add alt text fallback to content

2.0.0.-alpha4

23 Nov 15:33
ab24984
Compare
Choose a tag to compare
2.0.0.-alpha4 Pre-release
Pre-release

Fixed

  • make sure to encode public id on fetch

1.1.23

23 Nov 13:17
55d0eb7
Compare
Choose a tag to compare

Fixed

  • Make sure to encode public id on fetch

1.1.22

23 Nov 12:54
76ec784
Compare
Choose a tag to compare

Fixed

  • download link will be generated with secure URL now (https)

2.0.0-alpha3

23 Nov 15:33
bf6b35d
Compare
Choose a tag to compare
2.0.0-alpha3 Pre-release
Pre-release

Added

  • update value in administration if it's different from remote

2.0.0-alpha2

23 Nov 15:32
2367baf
Compare
Choose a tag to compare
2.0.0-alpha2 Pre-release
Pre-release

Added

  • BC for alias/format parameter

2.0.0-alpha

09 Nov 14:09
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release

Added

New frontend interface

  • frontend has been rewritten from Backbone to Vue.js
  • more user friendly UI
  • improved search and filtering options (filter by tags, folders, search by all searchable words, such as ID, filename, tags, alt text etc.)

Multi-level folder structure

  • now it is possible to drill down the folder structure
  • each folder now shows only resources in the current folder, not the whole subtree
  • it's still possible to see all resources (by not selecting the folder)
  • it's possible to create folders without uploading the resource

Improved support for other media types

  • support for all media types has been improved, some bugs have been fixed
  • support for waveform image for audio resources has been added (can be enabled/disabled by a parameter)

Reimplemented support for eZ XmlText

  • once inserted media can be edited (eg. to adjust crop sizes or change alt text)
  • all functions (upload, crop, search and filtering, all resource types, creating folders etc.) also work inside the editor
  • it has a special variations group and appropriate variation can be selected when inserting

Added support for eZ Richtext

  • not complete -> once inserted custom tag can’t be edited again
  • all functions (upload, crop, search and filtering, all resource types, creating folders etc.) also work inside the editor
  • it has a special variations group and appropriate variation can be selected when inserting

Removed

  • support for PHP versions < 7.2
  • support for eZ Platform < 2.4
  • support for Symfony < 3

1.1.21

18 Jun 07:50
1a25654
Compare
Choose a tag to compare

Fixed

  • added handling of resources that do not exist any more on Cloudinary

1.1.20

14 Jun 12:37
7c4ed0e
Compare
Choose a tag to compare

Fixed:

  • saving of alt text now works properly

1.1.19

21 Aug 09:41
638a8c0
Compare
Choose a tag to compare

Changed:

  • cloudinary gateway now uses uploader API for fetching resource, as that one is not rate limited (unlike Admin API which was used previously)