mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Update changelog and podfile for 4.6.8 release
This commit is contained in:
parent
c883f70f10
commit
3f2a804b88
2 changed files with 9 additions and 2 deletions
|
|
@ -9,7 +9,14 @@ 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.7] - 2021-27-10
|
||||
### Fixed
|
||||
- Fixed bug that would make audio messages unplayable on iOS 16
|
||||
### Changed
|
||||
- Update linphone SDK to 5.1.67
|
||||
|
||||
|
||||
## [4.6.7] - 2021-20-09
|
||||
### Changed
|
||||
- Update linphone SDK to 5.1.62
|
||||
|
|
|
|||
2
Podfile
2
Podfile
|
|
@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git"
|
|||
|
||||
def all_pods
|
||||
if ENV['PODFILE_PATH'].nil?
|
||||
pod 'linphone-sdk', '~> 5.1.62'
|
||||
pod 'linphone-sdk', '~> 5.1.67'
|
||||
else
|
||||
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue