Skip to content

Commit

Permalink
Merge pull request #3529 from sap-labs-france/master-qa
Browse files Browse the repository at this point in the history
Version 2.7.6 - update release notes
  • Loading branch information
Claude ROSSI authored Mar 28, 2023
2 parents fab51ce + 073862b commit f684f04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/release-notes/release-notes.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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'
],
},
],
Expand Down

0 comments on commit f684f04

Please sign in to comment.