Skip to content

Commit 4cd9e30

Browse files
committed
Merge branch 'release/1.11.37/master'
2 parents 313207f + 1d36b03 commit 4cd9e30

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Changes in 1.11.37 (2026-04-01)
2+
3+
🙌 Improvements
4+
5+
- Temporarily disable the mandatory verification banner until we have a way to reset from the verification screen. ([#8014](https://github.com/element-hq/element-ios/issues/8014))
6+
17
## Changes in 1.11.36 (2026-03-23)
28

39
🙌 Improvements

Config/AppVersion.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
//
1616

1717
// Version
18-
MARKETING_VERSION = 1.11.36
19-
CURRENT_PROJECT_VERSION = 1.11.36
18+
MARKETING_VERSION = 1.11.37
19+
CURRENT_PROJECT_VERSION = 1.11.37

Riot/Modules/Application/LegacyAppDelegate.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,7 +3376,8 @@ - (void)checkCrossSigningForSession:(MXSession*)mxSession
33763376
case MXCrossSigningStateCrossSigningExists:
33773377
MXLogDebug(@"[AppDelegate] handleAppState: presentVerifyCurrentSessionAlertIfNeededWithSession");
33783378
[self.masterTabBarController presentVerifyCurrentSessionAlertIfNeededWithSession:mxSession];
3379-
[self.masterTabBarController presentVerificationRequiredBannerWithSession:mxSession];
3379+
// Temporarily disabled until we have a way to reset from the verification screen.
3380+
// [self.masterTabBarController presentVerificationRequiredBannerWithSession:mxSession];
33803381
break;
33813382
case MXCrossSigningStateCanCrossSign:
33823383
MXLogDebug(@"[AppDelegate] handleAppState: presentReviewUnverifiedSessionsAlertIfNeededWithSession");

0 commit comments

Comments
 (0)