mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
4.0
This commit is contained in:
parent
6328716134
commit
5bfbd6e6d5
4 changed files with 10 additions and 3 deletions
|
|
@ -10,6 +10,15 @@ 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.
|
||||
|
||||
## [4.0] - 2018-06-11
|
||||
|
||||
### Added
|
||||
- Supports of group chat
|
||||
- New address search algorithm
|
||||
|
||||
### Fixed
|
||||
- Minor bugs fixes
|
||||
|
||||
## [3.16.5] - 2017-11-28
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -24,7 +24,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.99.12</string>
|
||||
<string>4.0</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
|
|||
|
|
@ -1586,7 +1586,6 @@
|
|||
63AADBE41B6A0FF200AA16FD /* assistant_linphone_create.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = assistant_linphone_create.rc; sourceTree = "<group>"; };
|
||||
63AADBE51B6A0FF200AA16FD /* assistant_linphone_existing.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = assistant_linphone_existing.rc; sourceTree = "<group>"; };
|
||||
63AADBE61B6A0FF200AA16FD /* assistant_remote.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = assistant_remote.rc; sourceTree = "<group>"; };
|
||||
63AADBE71B6A0FF200AA16FD /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = zh_TW.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
63B21A791C623DA80074DFF8 /* test_failed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = test_failed.png; sourceTree = "<group>"; };
|
||||
63B21A7A1C623DA80074DFF8 /* test_inprogress.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = test_inprogress.png; sourceTree = "<group>"; };
|
||||
63B21A7B1C623DA80074DFF8 /* test_passed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = test_passed.png; sourceTree = "<group>"; };
|
||||
|
|
@ -4468,7 +4467,6 @@
|
|||
63AADBCB1B6A0FF200AA16FD /* ja */,
|
||||
63AADBDD1B6A0FF200AA16FD /* nl */,
|
||||
63AADBE11B6A0FF200AA16FD /* ru */,
|
||||
63AADBE71B6A0FF200AA16FD /* zh_TW */,
|
||||
8C435FC320BD41C6004CCA25 /* fr */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue