This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
Version 5.0.0
ElektrojungeAtWork
released this
15 Sep 06:56
·
183 commits
to develop
since this release
This version drops support for iOS 7. There is no other breaking change at this point.
- [FEATURE] Added support for Metrics in app extensions. #449
- [FEATURE] User Metrics can now be enabled after it was disabled. #451
- [IMPROVEMENT] The code has been cleaned up as we have decided to drop support for iOS 7.
- [IMPROVEMENT] All properties of type
NSString
now use thecopy
attribute. - [IMPROVEMENT] Use
UIAlertController
in Feedback instead ofUIAlertView
. #460 - [IMPROVEMENT] Don't use
UIAlertView
butUIAlertController
.#446 - [IMPROVEMENT]
BITAttributedLabel
is now based onTTTAttributedLabel
2.0. #450 - [BUGFIX] Fix a bug in
BITAuthenticator
. #447 - [BUGFIX] Fix a bug in
BITImageAnnotation
. #453 - [BUGFIX] The logic that makes sure that the directory for HockeySDK-iOS is excluded from backups was changed, to make sure it doesn't block app launch #443.
- [BUGFIX] Fix bugs in the Feedback UI on iOS 11. #459