Skip to content

Commit 171e85d

Browse files
committed
5.7.1
1 parent c9c7b36 commit 171e85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Migration/Version5007Date20250711100000.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.7.0'),
37+
'version' => $query->createNamedParameter('5.7.1'),
3838
'data' => $query->createNamedParameter('{"changelogURL":"https:\/\/github.com\/rello\/analytics\/blob\/master\/CHANGELOG.md","whatsNew":{
3939
"en":{"regular":["Find everything in the new and unified navigation", "Cleaner dialogs with less distraction"],"admin":["New Features apply to users"]},
4040
"de":{"regular":["Finde alles in der neuen, einheitlichen Navigation", "Einfachere Dialoge mit weniger Ablenkung"],"admin":["Nur User Features"]}

0 commit comments

Comments
 (0)