All Versions
40
Latest Version
Avg Release Cycle
31 days
Latest Release
2941 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.4 Changes
September 15, 2016๐ง [configuration] Changed Event Tracking mode to be disabled by default, until it's final stable release.
-
v2.3.3 Changes
July 19, 2016๐ [bugfix] Fix compiling errors for external libs (SocketRocket and Aspects) on Swift apps, if Liquid is installed via Cocoapods.
-
v2.3.2 Changes
May 10, 2016๐ [bugfix] Avoid a crash on iOS 7 and 6 when using Event Tracking Mode.
-
v2.3.1 Changes
April 20, 2016- ๐ [bugfix] Use external libraries (
Aspects
andSocketRocket
) as Cocoapods dependencies to avoid name colisions. (Note: original files are still included on the codebase to allow Liquid manual integration, but are excluded from Liquid Pod). - ๐ [bugfix] Fix a creash (while generating the
Da* te
HTTP Header) that could occur when multiple requests happen an the same time.
- ๐ [bugfix] Use external libraries (
-
v2.3.0 Changes
April 18, 2016- [important] Minimum deployment target for iOS was increased from 5.0 to 6.0.
- [feature] Event Tracking Mode: allow publishers to add/change/remove events to buttons directly on the App (and Liquid dashboard). Yup, without coding ;)
- [feature] In-App Notifications are now sent via push notifications, allowing event-based notifications (and not only when the app is open).
- [feature] Users with "dates in the future" or "dates in the past" (with the wrong hour and date set on their phone clocks) are now automatically fixed for the correct date.
- ๐ [bugfix] Release Version and App Version device attributes were switched.
-
v2.2.0 Changes
March 17, 2016- [feature] Add support for Apple TV (tvOS 9.0+)
-
v2.1.1 Changes
February 16, 2016- [enhancement] Add a method to automatically handle deep linking in push notifications:
handleRemoteNotification:forApplication:
, intended to be called when a push nofification is received byAppDelegate
.
- [enhancement] Add a method to automatically handle deep linking in push notifications:
-
v2.1.0 Changes
February 09, 2016๐ 2.1.0: Stable new SDK release supporting Liquid 2.0
- [feature] In-app messages. Notice that you will need to upgrade if you are still using 1.x.
- [feature] Add support for Apple Watch.
- [feature] Adjustable sessions. Remove session handling by the SDK. Sessions are now managed by Liquid servers. You can now define the maximum time between sessions in your App settings on Liquid Dashboard. This feature also improves better handling of events performed while the app is in background.
- [enhancement] Event names generated by Liquid changed from
_startSession
and_endSession
toapp foreground
andapp background
respectively. - [enhancement] Stability improvements.
-
v2.1.0-rc5 Changes
February 02, 2016- [feature] Remove session handling by the SDK. Sessions are now managed by Liquid servers. You can now define the maximum time between sessions in your App settings on Liquid Dashboard. This feature also improves better handling of events performed while the app is in background.
- [enhancement] Stability improvements for in-app messages
-
v2.1.0-rc4 Changes
December 07, 2015- [enhancement] Change API endpoint for in-app messages reports