Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Jul 17, 2022
1 parent 100f3b6 commit 2037553
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="7.6.3"></a>
## [7.6.3](https://github.com/kaltura/kmc-ng/compare/v7.6.2...v7.6.3) (2022-07-10)


### Bug Fixes

* **settings/account-settings:** provide larger pager for users list api SUP-31005


<a name="7.6.2"></a>
## [7.6.2](https://github.com/kaltura/kmc-ng/compare/v7.6.1...v7.6.2) (2022-07-10)

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.6.2
component.version=v7.6.3

[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.6.2
component.version=v7.6.3

[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.6.2",
"version": "7.6.3",
"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.6.2',
appVersion: '7.6.3',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<div>
<span class="kTitle">Version 7.6.3</span>
<span class="kTitle kDate">(07/24/2022)</span>
<div><span><span> </span></span></div>
</div>

<div><span><strong><u>New Functionality</u></strong></span></div>
<ul>
<li>Bug fixes</li>
</ul>

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

<div>
<span class="kTitle">Version 7.6.2</span>
<span class="kTitle kDate">(07/11/2022)</span>
Expand Down

0 comments on commit 2037553

Please sign in to comment.