Skip to content

Commit 8b706cf

Browse files
committed
5.6.1
1 parent 2164573 commit 8b706cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Migration/Version5006Date20250528100000.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(
3434
public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
3535
$query = $this->connection->getQueryBuilder();
3636
$query->insert('analytics_whats_new')->values([
37-
'version' => $query->createNamedParameter('5.6.0'),
37+
'version' => $query->createNamedParameter('5.6.1'),
3838
'data' => $query->createNamedParameter('{"changelogURL":"https:\/\/github.com\/rello\/analytics\/blob\/master\/CHANGELOG.md","whatsNew":{
3939
"en":{"regular":["Thresholds were redesigned", "Existing thresholds are impacted", "Check the changelog", "Sorting & editing is now available"],"admin":["New Features apply to users"]},
4040
"de":{"regular":["Schwellenwerte wurden überarbeitet", "Bestehende Settings betroffen", "Bitte Changelog prüfen", "Sortieren & Bearbeiten ist jetzt möglich"],"admin":["Nur User Features"]}

0 commit comments

Comments
 (0)