- now all resource types are fully supported
- filtering and search options have been improved
- re-implemented integration for eZ XML text field
- added implementation for eZ Richtext field
- added support for multi-level folder structure
- re-implemented frontend in Vue.js
- added support for waveform image for audio files
- updated PHP CS fixer configuration for coding standards
- added configuration for GitHub CI (coding standards and tests)
- improved coverage with tests
- cache keys for resource listings and fetching of a single resource are now generated with having 'type' in mind (image/video)
- remove slashes from cache key generation (fixes folders listing issue)
- cache TTL is exposed through the parameter
netgen_remote_media.cloudinary.cache_ttl
- non-media files now get uploaded with original extension
- support caching in both 5.4 and 6 version of eZ (stash PSR-6 support change in 0.14)
- cache getting resource by id from Cloudinary
- invalidate cache of the resource when updating
- enable caching for listings
- removed controls on the video by default, can be added manually by user
- Cloudinary provider now returns empty
Value
when empty resource id is provided
- undefined offset error when requesting non-existent resource id
- validation for required field
- ezjscpacker does not have an issue anymore with handlebars
- cropping is now always correctly saved when switching between formats
- Netgen Admin UI menu plugin is now disabled as it is not used, and caused double legacy aside template to show up
- introduced cached gateway
- folder support (browsing/searching and uploading)
- tests
- opengraph handler for NetgenOpenGraphBundle
- persist connection between remote media and content for embedded media
- preview formats in the configuration are made configurable
- several bugfixes
- administration interface has been cleaned up and improved
- browse and search is now separated for images/documents and videos/audio files
- improved cropping interface
- search by name prefix and search by tag have been separated
- support for eZExceed
- fixed
load more
functionality when searching for remote image
- add
toString
andfromString
methods to legacy datatype implementation
- option to use subdomains on Cloudinary
- fix listing of images when browsing in administration
- bugfix on videos in legacy
- require latest 1.x version of Cloudinary API
- better configuration for embedded images
- field template configuration
- wrap inline image together with caption for easier styling
- add caption to images embedded in ezxml text
- make sure configuration is merged correctly, and the values are not overwritten
- add migration command
- test for existence of array offset before testing it's value
- enable overwriting of the media on Cloudinary.
- CS fixer and travis configuration
- support for 'invalidate' option on media upload
- bugfix when no default configuration has been set
- Initial release