Releases: cookie-information/ios-release
Releases · cookie-information/ios-release
1.5.8
1.5.7
1.5.6
What's Changed
- Add calling completion block on failure
- Fix truncation of long button names in UINavigationBar
Full Changelog: 1.5.5...1.5.6
1.5.5
1.5.4
Release 1.5.3
Release 1.5.3 (#14) * increased contrast for consent description text * updated colours for better contrast, adjusted word wrapping on title * bumped Cocoapods version * added explicit self to maintain compatibility with Swift compilers prior to v5.8 * fixed a minor ui bug
Release 1.5.2
Release notes:
- fixed a compiler error related to accessing bundle resources in CocoaPods based integration
- minor fixes
Release 1.5.1
change log:
- Added an option to the sdk initializer to override UI translations ( buttons, titles etc)
- If the privacy policy long text contains only a valid url, the read more button will now open that url in an in app browser instead of just rendering it as a link
- small bug fixes
Release 1.5.0
Release notes:
- Changed the way the
PrivacyViewControlleris laid out to improve accessibility when using large sized fonts.
The title and short description now scroll together with the table instead of being "sticky". - Added a small fix that improves compatibility with legacy Xcode build toolchains.
Release 1.4.2
Release notes:
- Fixed consent decisions not being reset after a consent solution update