mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-23 19:50:47 +00:00
Bump version to 2.5.4b1
This commit is contained in:
parent
78a9973439
commit
def50ebf0f
13
README.md
13
README.md
@ -38,11 +38,22 @@ This documentation provides integrated help in Xcode for all public APIs and a s
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 2.5.4b1
|
||||
|
||||
- General:
|
||||
|
||||
- [NEW] JMC support is removed from binary distribution, requires the compiler preprocessor definition `JIRA_MOBILE_CONNECT_SUPPORT_ENABLED=1` to be linked. Enabled when using the subproject
|
||||
- [BUGFIX] Fix compiler warnings when using Cocoapods
|
||||
|
||||
- Updating:
|
||||
|
||||
- [BUGFIX] `expiryDate` property not working correctly
|
||||
|
||||
### Version 2.5.3
|
||||
|
||||
- General:
|
||||
|
||||
- Fix checking validity of live identifier not working correctly
|
||||
- [BUGFIX] Fix checking validity of live identifier not working correctly
|
||||
|
||||
### Version 2.5.2
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
BUILD_NUMBER = 5
|
||||
VERSION_STRING = 2.5.3
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.3\""
|
||||
BUILD_NUMBER = 6
|
||||
VERSION_STRING = 2.5.4b1
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b1\""
|
||||
|
@ -1,8 +1,19 @@
|
||||
### Version 2.5.4b1
|
||||
|
||||
- General:
|
||||
|
||||
- [NEW] JMC support is removed from binary distribution, requires the compiler preprocessor definition `JIRA_MOBILE_CONNECT_SUPPORT_ENABLED=1` to be linked. Enabled when using the subproject
|
||||
- [BUGFIX] Fix compiler warnings when using Cocoapods
|
||||
|
||||
- Updating:
|
||||
|
||||
- [BUGFIX] `expiryDate` property not working correctly
|
||||
|
||||
### Version 2.5.3
|
||||
|
||||
- General:
|
||||
|
||||
- Fix checking validity of live identifier not working correctly
|
||||
- [BUGFIX] Fix checking validity of live identifier not working correctly
|
||||
|
||||
### Version 2.5.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user