Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

57 lines (43 loc) · 1.69 KB

CHANGELOG

The format is based on Keep a Changelog

To get the diff for a specific change, go to https://github.com/pumukit/PuMuKIT/commit/XXX where XXX is the change hash. To get the diff between two versions, go to https://github.com/pumukit/PuMuKIT/compare/3.0.0...3.1.x

3.1.0 - (2019-09-10)

Added

  • Fields to Series template to predefined values on MultimediaObjects
  • PuMuKIT and docker ENVS
  • External iFrames on MultimediaObject
  • Wall block to use on web portal
  • Interfaces and traits on Tag and Person documents
  • PuMuKIT logo on web portal
  • PuMuKIT PHP-ext required on composer.json

Changed

Removed

  • Broadcast code references
  • Unused files ( InterfaceTest, default files, ... )
  • Changelog info of versions lower than PuMuKIT 3.0

Fixed

  • Reported issues

Security

  • Add maximum number of login attempts to increase security

3.0.0 - (2019-06-10)

Added

  • New web portal design
  • AGPL License on PuMuKIT
  • Magic URL behavior
  • Support to multiple inbox
  • Dockers

Changed

  • Updated PHP technology stack (PHP7, Symfony 3.4...)
  • Rewrite generic code
  • PuMuKIT filters
  • isLive MultimediaObject attribute to new MultimediaObject type.

Removed

  • Copyright and license on Series
  • JWPlayer multi stream support

Fixed

  • Reported issues