From f7bd5fcc5f07f6133891cbfe4043202abc646118 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Thu, 2 Jun 2022 16:04:09 +0200 Subject: [PATCH] Update changelog and Podfile sdk version --- CHANGELOG.md | 15 +++++++++++++++ Podfile | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12810b1b7..2edc55245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,22 @@ Group changes to describe their impact on the project, as follows: Removed for deprecated features removed in this release. Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. + +## [4.6.3] - 2021-02-06 + +### Added +- New "Contacts" menu in the settings, which allows the use of LDAP configurations +- Using new MagicSearch API to improve contacts list performances, and search contacts using LDAP if appropriate + +### Changed +- Update linphone SDK to 5.1.41 + +### Fixed +- Prevent read-only 1-1 chat room +- Small quality of life fixes for voice recording messages +- Display bug when changing audio device + ## [4.6.2] - 2021-07-03 diff --git a/Podfile b/Podfile index 14d11fa45..a211c3985 100644 --- a/Podfile +++ b/Podfile @@ -1,11 +1,11 @@ # Uncomment the next line to define a global platform for your project -platform :ios, '9.0' +platform :ios, '10.0' source "https://gitlab.linphone.org/BC/public/podspec.git" source "https://github.com/CocoaPods/Specs.git" def all_pods if ENV['PODFILE_PATH'].nil? - pod 'linphone-sdk', '~> 5.1.24' + pod 'linphone-sdk', '~> 5.1.41' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end