Skip to content

2.0

Compare
Choose a tag to compare
@RandyCupic RandyCupic released this 10 Jan 13:06
· 12 commits to master since this release
adc867d

Netgen Remote Media 2.0

Version 2.0 is a major release which brings many improvements and new features, as well as code cleanup but it contains some breaking changes as well as removed supports so be sure to check upgrade instructions.

Most important changes

  • This bundle now supports only Symfony v3, the support for Symfony v2.8 (or lower) has been dropped
  • This bundle now supports only PHP 7.2 - 7.4 versions
  • This bundle now supports only eZ Platform v2 (from 2.4, or kernel 7.4)
  • Database structure has been changed -> there's a migration command
  • Lots of methods's signatures have been changed
    • Type hinting has been introduced
    • type parameter has been added to methods instead of using always image

New features

  • 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