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:
Jan Niklas Grabowski
2025-02-21 08:16:09 +01:00
4 changed files with 38 additions and 2 deletions

View File

@@ -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)
===================================================

View File

@@ -16,5 +16,5 @@
//
// Version
MARKETING_VERSION = 2.23.1
MARKETING_VERSION = 2.24.0
CURRENT_PROJECT_VERSION = 20220714163152

View File

@@ -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' }
########################################

View File

@@ -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>