mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Bumped version code & updated CHANGELOG
This commit is contained in:
parent
28b77109b9
commit
134e2d3d3a
2 changed files with 15 additions and 3 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -10,7 +10,19 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
## [5.0.10] - 2023-01-04
|
## [5.0.11] - 2023-05-09
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Wrong call displayed when hanging up a call while an incoming one is ringing
|
||||||
|
- Crash related to call history
|
||||||
|
- Crash due to wrongly format string
|
||||||
|
- Add/remove missing listener on FriendLists created after Core has been created
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Improved GSM call interruption
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
|
## [5.0.10] - 2023-04-04
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Plain copy of encrypted files (when VFS is enabled) not cleaned
|
- Plain copy of encrypted files (when VFS is enabled) not cleaned
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ plugins {
|
||||||
id 'org.jlleitschuh.gradle.ktlint'
|
id 'org.jlleitschuh.gradle.ktlint'
|
||||||
}
|
}
|
||||||
|
|
||||||
def appVersionName = "5.0.10"
|
def appVersionName = "5.0.11"
|
||||||
def appVersionCode = 50010
|
def appVersionCode = 50011
|
||||||
|
|
||||||
static def getPackageName() {
|
static def getPackageName() {
|
||||||
return "org.linphone"
|
return "org.linphone"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue