Skip to content

Commit c37d58d

Browse files
committed
5.6.2
1 parent 281c9af commit c37d58d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 5.6.2 - 2025-06-10
4+
### Fixed
35
- Date thresholds now evaluate correctly in tables
46
- Reload report after threshold modifications
57
- Highlight selected threshold row in sidebar

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Visualize and share anything, from financial analysis to IoT logs.
2525
- **AI Assistant**: Context Chat integration
2626
2727
]]></description>
28-
<version>5.6.1</version>
28+
<version>5.6.2</version>
2929
<licence>agpl</licence>
3030
<author>Marcel Scherello</author>
3131
<namespace>Analytics</namespace>

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.1'),
37+
'version' => $query->createNamedParameter('5.6.2'),
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)