Skip to content

v5.0.0

Pre-release
Pre-release

Choose a tag to compare

@amirch1 amirch1 released this 11 Jul 11:31
· 1349 commits to master since this release

Bug Fixes

  • administration/role: fix role description style (eae995f)
  • content/bulk-upload: add missing action id for "Delete" action (ab16b7a)
  • content/categories: show relevant tooltip when bulk changing categories owner (#685) KMCNG-1406 (412bcc7)
  • content/entries: allow access to editor advertisement external app regardless to permission (#701) KMCNG-1735 (2dfc4b6)
  • content/entries: clear selection once deleting an entry (#677) KMCNG-752 (46a1a61)
  • content/entries: fix warning message when bulk adding invalid entries to manual playlist (4246902)
  • content/entries: remove video mix filter (1f2cbf2)
  • content/entries: show tooltip for custom metadata fields (#684) KMCNG-1481 (c51ed02)
  • content/entries: show tooltip on entry name column only if text is truncated and in ellipsis mode (f84f293)
  • content/entries: style issues in entry flavor section (#707) KMCNG-1873 (7f86842)
  • content/entry: display owner id instead of creator in entry details (f2336f6)
  • content/entry: fix bulk access control dropdown width (0d51396)
  • content/entry: fix ui issues in flavors replace video popup (3c6e807)
  • content/entry: hide caption actions until caption is ready and saved (883f09b)
  • content/entry: reset flavors on profile change (b1287b1)
  • content/entry: return to default view if entries list is not available (d1ee623)
  • content/entry: revert previewMode value according to the legacy (4d4754e)
  • content/entry: Share & Embed: hide players list settings popup on resize (6093ac9)
  • content/playlist: fix refine dates filter (751e599)
  • content/playlists: fix rule-based playlists table height for Safari 10.1 compatibility (1fbf8a2)
  • content/playlists: hide thumb column in manual playlist entries table (#713) KMCNG-1886 (bb3f061)
  • settings/account settings: fix runtime error when navigating directly to the view without relevant permissions (#708) KMCNG-1876 (ef6e6b7)
  • settings/custom data: show label yes/no next to switch input (#712) KMCNG-1890 (9b23463)
  • settings/custom-data: fix translation typo (58719b6)
  • upload menu ui (#717) KMCNG-916, SUP-14611 (e458ff8)
  • settings/my-user-settings: fix translation typo (b4bdc55)
  • upload: remove selected file extension from the entry's name (e119076)
  • fix(content/entry): Browse Categories > Selection using search suggestion selects additional unwanted categories in the tree

Features

  • content/entries: replace entry flavor from drop folder (#705) KMCNG-1864 (f0b36c9)
  • content/entries: support caption format vtt (#686) KMCNG-1605 (c859bdb)
  • content/entry: add copy-to-clipboard button for stream name (71d14b3)
  • add breaking change commit (103d56e)
  • add breaking change commit (3e9a974)
  • add column resize for bulk -log view, categories view, drop folders view, entry flavors view, playlists view, entries view and syndications view (#695) KMCNG-1797 (f45e31e)
  • navigate the user to the page he navigated to after successful login (#729) KMCNG-1870 (dabfdf6)
  • use client protocol to execute kaltura server api requests (9649b0e)
  • fix(content/entry): display owner id instead of creator in entry details
  • fix(content/syndication): Syndication > ITunes feed: support using author name for all episodes

BREAKING CHANGES

  • upgrade Angular stack to v6

Installation:

Important: the structure of the package has changed! previously it included another folder that was copied to the server. Following multiple requests we changed this as followed:

  • the package zip file includes the files that should be copied to the external apps in its root folder.
  • folder deploy remains within the root folder. You can choose to copy it as well or remove it as it is needed only during deployment.
  • the example json file was removed from the package and is now added directly to the release notes.
  1. Unzip v5.0.0.zip into /opt/kaltura/apps/kmcng/v5.0.0
  2. Run uiconf deployment with --ini=v5.0.0/deploy/config.ini