Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Aug 19, 2024
1 parent 144407c commit 314f937
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

* **settings/media-repurposing:** in notification templates use <br> 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


<a name="7.21.3"></a>
Expand Down
2 changes: 1 addition & 1 deletion deploy/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
component.name=KMCngV2
component.version=v7.21.4
component.version=v7.22.0

[player]
swfPath=/flash/kdp3/
Expand Down
2 changes: 1 addition & 1 deletion deploy_v7/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
component.name=KMCngV7
component.version=v7.21.4
component.version=v7.22.0

[player]
objectType = 1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kmc-ng",
"version": "7.21.4",
"version": "7.22.0",
"license": "AGPL-3.0",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/global-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<div>
<span class="kTitle">Version 7.22.4</span>
<span class="kTitle kDate">(08/25/2024)</span>
<div><span><span> </span></span></div>
</div>

<div><span><strong><u>New update</u></strong></span></div>
<ul>
<li>Captions tab for live entries</li>
<li>Bug fixes</li>
</ul>

<div><span><span> </span></span></div>
<div><span><span> </span></span></div>

<div>
<span class="kTitle">Version 7.21.3</span>
<span class="kTitle kDate">(07/28/2024)</span>
Expand Down

0 comments on commit 314f937

Please sign in to comment.