Update changelog and Podfile sdk version

This commit is contained in:
QuentinArguillere 2022-06-02 16:04:09 +02:00
parent 038343812c
commit f7bd5fcc5f
2 changed files with 17 additions and 2 deletions

View file

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

View file

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