mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
Merge tag 'v2.24.0' into develop
Changes in BWI project 2.24.0 (2025-02-17) =================================================== Upstream merge ✨: Features ✨: - MESSENGER-6856 add link to the learning portal - MESSNEGER-6854 show happy birthday popup - MESSENGER-6879 add support for authenticated media - MESSENGER-6790 add handling of expired jwt Improvements 🙌: - MESSENGER-6777 use baseURL from wellknown for jwt handling Bugfix 🐛: Translations 🗣 : SDK API changes ⚠️: Build 🧱: Documentation 📄:
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
Changes in BWI project 2.24.0 (2025-02-17)
|
||||
===================================================
|
||||
|
||||
Upstream merge ✨:
|
||||
|
||||
Features ✨:
|
||||
- MESSENGER-6856 add link to the learning portal
|
||||
- MESSNEGER-6854 show happy birthday popup
|
||||
- MESSENGER-6879 add support for authenticated media
|
||||
- MESSENGER-6790 add handling of expired jwt
|
||||
|
||||
Improvements 🙌:
|
||||
- MESSENGER-6777 use baseURL from wellknown for jwt handling
|
||||
|
||||
Bugfix 🐛:
|
||||
|
||||
Translations 🗣 :
|
||||
|
||||
SDK API changes ⚠️:
|
||||
|
||||
Build 🧱:
|
||||
|
||||
Documentation 📄:
|
||||
|
||||
Changes in BWI project 2.23.1 (2025-01-08)
|
||||
===================================================
|
||||
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
//
|
||||
|
||||
// Version
|
||||
MARKETING_VERSION = 2.23.1
|
||||
MARKETING_VERSION = 2.24.0
|
||||
CURRENT_PROJECT_VERSION = 20220714163152
|
||||
|
||||
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.24.0-RC04' }
|
||||
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.24.0' }
|
||||
|
||||
########################################
|
||||
|
||||
|
||||
@@ -26,6 +26,18 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.24.0</b>
|
||||
</p>
|
||||
|
||||
<b>Verbesserungen</b>
|
||||
<ul>
|
||||
<li/>Hilfreiche Tipps zum BundesMessenger findest du jetzt unter: Einstellungen > Support > BundesMessenger Dokumentation.
|
||||
<li/>Sicherheitsfunktionen wurden verbessert.
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.23.1</b>
|
||||
|
||||
Reference in New Issue
Block a user