From a12093c12cef6755c9ed16687594c2d60e42789d Mon Sep 17 00:00:00 2001 From: ClaudeROSSI Date: Tue, 28 Mar 2023 14:53:56 +0200 Subject: [PATCH 1/2] Version 2.7.6 - update release notes --- src/app/release-notes/release-notes.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/release-notes/release-notes.component.ts b/src/app/release-notes/release-notes.component.ts index b0df1f68ac..12798373b9 100644 --- a/src/app/release-notes/release-notes.component.ts +++ b/src/app/release-notes/release-notes.component.ts @@ -34,12 +34,14 @@ export class ReleaseNotesComponent { 'Smart Charging - Limit the number of periods to 16 (4 hours)', 'Smart Charging - fix - default value not properly used', 'Billing - Stripe Integration - update dependency to the latest API version - 2022-11-15', + 'Pricing - fix - Delete pricing definitions', 'Security - Removed vulnerability from strong-soap dependencies', 'Statistics - Export to CSV files - filtering is now taken into account', 'Authorizations - Migrated Statistics endpoints to the new authorization framework', 'Authorizations - Site owners can change the power limit of a site', 'OCPP - Allow a distinct CPMS Domain Name per Tenant', - 'Performance - Fix - Partial index creation' + 'Performance - Fix - Partial index creation', + 'Performance - some logs less verbose' ], }, ], From 073862b3cb4b76af26581c6b3a7453a8176de13f Mon Sep 17 00:00:00 2001 From: ClaudeROSSI Date: Tue, 28 Mar 2023 14:54:51 +0200 Subject: [PATCH 2/2] Version 2.7.6 - release note date --- src/app/release-notes/release-notes.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/release-notes/release-notes.component.ts b/src/app/release-notes/release-notes.component.ts index 12798373b9..4d8259d51c 100644 --- a/src/app/release-notes/release-notes.component.ts +++ b/src/app/release-notes/release-notes.component.ts @@ -25,7 +25,7 @@ export class ReleaseNotesComponent { this.releaseNotes = [ { version: '2.7.6', - date: new Date('2023-03-14'), + date: new Date('2023-03-28'), componentChanges: [ { name: 'Dashboard',