mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
Release/7665 releaseprep 2.26.0
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
Changes in BWI project 2.26.0 (2025-10-02)
|
||||
===================================================
|
||||
|
||||
Upstream merge ✨:
|
||||
- v1.11.31
|
||||
|
||||
Improvements 🙌:
|
||||
- MESSENGER-7564 add migration banner - part one
|
||||
- MESSENGER-7565 transfer mechanism for server and username to new app
|
||||
|
||||
Bugfix 🐛:
|
||||
- MESSENGER-7561 fix room version 12 issues
|
||||
|
||||
Changes in BWI project 2.25.0 (2025-06-12)
|
||||
===================================================
|
||||
|
||||
|
||||
2
Podfile
2
Podfile
@@ -43,7 +43,7 @@ when String # specific MatrixSDK released version
|
||||
$matrixSDKVersionSpec = $matrixSDKVersion
|
||||
end
|
||||
|
||||
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.25.1-RC01' }
|
||||
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.26.0' }
|
||||
|
||||
########################################
|
||||
|
||||
|
||||
12
Podfile.lock
12
Podfile.lock
@@ -91,7 +91,7 @@ DEPENDENCIES:
|
||||
- KTCenterFlowLayout (~> 1.3.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatomoTracker (~> 7.5.2)
|
||||
- MatrixSDK (from `https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk`, tag `v2.25.1-RC01`)
|
||||
- MatrixSDK (from `https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk`, tag `v2.26.0`)
|
||||
- ReadMoreTextView (~> 3.0.1)
|
||||
- Reusable (~> 4.1)
|
||||
- SideMenu (~> 6.5)
|
||||
@@ -139,12 +139,12 @@ SPEC REPOS:
|
||||
EXTERNAL SOURCES:
|
||||
MatrixSDK:
|
||||
:git: https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk
|
||||
:tag: v2.25.1-RC01
|
||||
:tag: v2.26.0
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
MatrixSDK:
|
||||
:git: https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk
|
||||
:tag: v2.25.1-RC01
|
||||
:tag: v2.26.0
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
|
||||
@@ -162,7 +162,7 @@ SPEC CHECKSUMS:
|
||||
libbase58: 8abc2a53ac38cd37720c0acbc53ef3660e9016c2
|
||||
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
|
||||
MatomoTracker: 1d98ddc58322fd9d65e1a6886b8e41363047bd13
|
||||
MatrixSDK: 45f9f97e7424e5d8731bf6b207c728a71caa8eb1
|
||||
MatrixSDK: 0c394a7a3928208797d403bcf5706b6628690a96
|
||||
MatrixSDKCrypto: e44608012cae9befc52f13cd8e56c6f51ac83702
|
||||
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
|
||||
Realm: 9ca328bd7e700cc19703799785e37f77d1a130f2
|
||||
@@ -178,6 +178,6 @@ SPEC CHECKSUMS:
|
||||
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
||||
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
|
||||
|
||||
PODFILE CHECKSUM: 39e8f56c2134aa41ec33ec47c714f5ad0701735e
|
||||
PODFILE CHECKSUM: 34582260e0e8275df7a07d3947cdac7794125b8e
|
||||
|
||||
COCOAPODS: 1.16.2
|
||||
COCOAPODS: 1.15.2
|
||||
|
||||
@@ -26,6 +26,16 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.26.0</b>
|
||||
</p>
|
||||
|
||||
<b>Behobene Bugs</b>
|
||||
<ul>
|
||||
<li/>Wir haben die neuesten Sicherheitsupdates integriert.
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.25.0</b>
|
||||
|
||||
Reference in New Issue
Block a user