From 314f93705d58fd9e5a45fdb0883833f457eada58 Mon Sep 17 00:00:00 2001 From: amirch1 Date: Mon, 19 Aug 2024 14:17:12 +0300 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 3 +++ deploy/config.ini | 2 +- deploy_v7/config.ini | 2 +- package.json | 2 +- src/configuration/global-config.ts | 2 +- .../changelog-content.component.html | 15 +++++++++++++++ 6 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2141a0dd5..8a1fcdb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ * **settings/media-repurposing:** in notification templates use
instead of line breaks KMCNG-2661 ([1d72d43](https://github.com/kaltura/kmc-ng/commit/1d72d43)) +### Features + +* **content/entry:** update the "Captions" tab for KMC Live entries - KMCNG-2660 diff --git a/deploy/config.ini b/deploy/config.ini index afa3b11a3..6a73e33f7 100644 --- a/deploy/config.ini +++ b/deploy/config.ini @@ -1,6 +1,6 @@ [general] component.name=KMCngV2 -component.version=v7.21.4 +component.version=v7.22.0 [player] swfPath=/flash/kdp3/ diff --git a/deploy_v7/config.ini b/deploy_v7/config.ini index 622b51f85..70382714d 100644 --- a/deploy_v7/config.ini +++ b/deploy_v7/config.ini @@ -1,6 +1,6 @@ [general] component.name=KMCngV7 -component.version=v7.21.4 +component.version=v7.22.0 [player] objectType = 1 diff --git a/package.json b/package.json index bf3a50303..19d4be498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kmc-ng", - "version": "7.21.4", + "version": "7.22.0", "license": "AGPL-3.0", "private": true, "repository": { diff --git a/src/configuration/global-config.ts b/src/configuration/global-config.ts index 01ad3635e..33fb5b8b3 100644 --- a/src/configuration/global-config.ts +++ b/src/configuration/global-config.ts @@ -29,7 +29,7 @@ export interface GlobalConfig { export const globalConfig: GlobalConfig = { client: { production: environment.production, - appVersion: '7.21.4', + appVersion: '7.22.0', useSecuredProtocol: environment.client.useSecuredProtocol, countriesList: countryCodes, views: { diff --git a/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html b/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html index 082cd17ea..aac3fb63d 100644 --- a/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html +++ b/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html @@ -1,3 +1,18 @@ +
+ Version 7.22.4 + (08/25/2024) +
 
+
+ +
New update
+ + +
 
+
 
+
Version 7.21.3 (07/28/2024)