{{svg-jar "gift"}} What's new?

{{#if (not (feature 'auditLog'))}} {{/if}}
{{#each this.whatsNew.entries as |entry|}}

{{moment-format entry.published_at "DD MMMM YYYY"}}

{{entry.title}}

{{#if entry.feature_image}} {{/if}}
{{#if entry.custom_excerpt}}

{{entry.custom_excerpt}}

Read the full post → {{else}} {{{entry.html}}} {{/if}}
{{/each}} See all updates →
{{#if (not (feature 'auditLog'))}}
{{#if this.upgradeStatus.message}}

Update available! {{this.upgradeStatus.message}}

{{/if}}
    {{#if this.linkToGitHubReleases}}
  • Version: {{this.config.version}}
  • {{else}}
  • Version: {{this.config.version}}
  • {{/if}} {{#if this.showSystemInfo}}
  • Environment: {{this.config.environment}}
  • Database: {{this.config.database}}
  • Mail: {{#if this.config.mail}}{{this.config.mail}}{{else}}Native{{/if}}
  • {{/if}} {{#if (enable-developer-experiments)}}
  • Developer experiments: Enabled
  • {{/if}}
{{#if (and this.showSystemInfo this.showDatabaseWarning)}}
You are running an unsupported database in production. Please upgrade to MySQL 8.
{{/if}}
{{/if}}