Skip to content

Commit d9f9735

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/form-data-4.0.4
2 parents 57682e4 + 3fa85ba commit d9f9735

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ Fixes:
44
- [core] Fix mongo connection url parsing
55
- [crashes] Fix free session and free user calculation
66
- [dashboards] Delete associated widgets and reports when a dashboard is removed
7+
- [star-rating] Fix widget close post message
78

89
Enterprise Fixes:
910
- [crash_symbolication] Remove auto symbolication setting
11+
- [surveys] Fix widget close post message
1012
- [drill] Fix drill meta get filter
1113

14+
1215
## Version 25.03.10
1316
Enterprise Fixes:
1417
- [okta] Fix body parser middleware version mismatch causing OKTA authentication break

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"errorhandler": "1.5.1",
6161
"express": "4.21.2",
6262
"express-rate-limit": "8.0.1",
63-
"express-session": "1.18.1",
63+
"express-session": "1.18.2",
6464
"form-data": "^4.0.0",
6565
"formidable": "2.1.3",
6666
"fs-extra": "11.3.0",

plugins/star-rating/frontend/public/templates/feedback-popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
}
644644
else if (window.parent && typeof window.parent.postMessage === 'function') {
645645
var payload = JSON.stringify({
646-
close: 1,
646+
close: true,
647647
cly_widget_command: 1
648648
});
649649

0 commit comments

Comments
 (0)