Skip to content

Releases: netgen/NetgenRemoteMediaBundle

2.0.5

Choose a tag to compare

@RandyCupic RandyCupic released this 10 Sep 14:55
1030ded

FIXED: wrong variation URL for videos

2.0.4

Choose a tag to compare

@iherak iherak released this 29 May 07:53
61615a8

Fixed:

  • Fix video options processing

2.0.3

Choose a tag to compare

@RandyCupic RandyCupic released this 14 Feb 14:25
c069c4b

Added

2.0.2

Choose a tag to compare

@RandyCupic RandyCupic released this 11 Jan 14:26
d417e07

Added

  • possibility to disable controls on video

2.0.1

Choose a tag to compare

@RandyCupic RandyCupic released this 10 Jan 14:48

Fixed:

  • Properly handle empty attributes in migration command

2.0

2.0

Choose a tag to compare

@RandyCupic RandyCupic released this 10 Jan 13:06
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

Release 2.0.0-alpha10

Release 2.0.0-alpha10 Pre-release
Pre-release

Choose a tag to compare

@iherak iherak released this 30 Jun 12:38
366ed71

Fixed:

  • fix caching

2.0.0-alpha9

2.0.0-alpha9 Pre-release
Pre-release

Choose a tag to compare

@RandyCupic RandyCupic released this 16 Dec 11:30
f339a1f

Fixed:

  • fixed indexing by checking if url exists

2.0.0-alpha8

2.0.0-alpha8 Pre-release
Pre-release

Choose a tag to compare

@RandyCupic RandyCupic released this 14 Dec 15:35
3e43cfe

Fixed:

  • resource type detection for both eZ XML text and Richtext

2.0.0-alpha7

2.0.0-alpha7 Pre-release
Pre-release

Choose a tag to compare

@RandyCupic RandyCupic released this 02 Dec 16:09
45be98e

Fixed:

  • Remote Media modal not visible when using eZ XML text field editor in full screen mode

Added:

  • small variation in admin preview (for both edit and preview, for both images and videos and for NGRM field, eZ XML text field and Richtext field)