Update CHANGELOG and Podfile for release 5.2

This commit is contained in:
QuentinArguillere 2023-12-21 16:51:16 +01:00
parent 99e3643ba4
commit 1253cccbcc
2 changed files with 15 additions and 1 deletions

View file

@ -10,6 +10,20 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [5.2.0] - 2023-21-12
### Added
- Chat messages emoji "reactions"
- Hardware video codecs (H264, H265) are now used in priority when possible (SDK)
### Changed
- Minimum iOS version is now 13
- Update linphone SDK to 5.3.1
### Fixed
- Several crashes in chat conversation when receiving files
- Various UI fixes in conference views
- Fix crash upon refreshing register
## [5.1.0] - 2023-21-08
### Added
- In contacts and chat conversations view, show short term presence for contacts whom publish it + added setting to disable it (enabled by default for sip.linphone.org accounts)

View file

@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git"
def all_pods
if ENV['PODFILE_PATH'].nil?
pod 'linphone-sdk', '~>5.3.0-beta'
pod 'linphone-sdk', '~>5.3.1'
else
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
end