Skip to content

Change log

tarun-gujjula edited this page Feb 27, 2024 · 20 revisions

All notable changes to this project will be documented in this file. To update to the latest major version in a Cocoa pods project, kindly run the following command to update to the latest version v0.2.7

$pod update

To integrate with the existing project for the first time run:

$pod install

or to install a specific version (for example 0.2.4), add the following line in your Podfile.

pod 'VerloopSDKiOS', :git => 'https://github.com/verloop/ios-sdk.git', :tag => '0.2.7'

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.7] - 2024-02-27

Fixed

  • Title and colour of the navigation header based on V2 of livechat.

[0.2.5] - 2022-07-06

Fixed

  • File attachment bug on chat

[0.2.4] - 2022-06-31

Fixed

  • Clearing all user default keys

[0.2.2] - 2022-06-28

Fixed

  • Loader bug on the chat window

[0.2.1] - 2022-06-28

Fixed

  • URL Listeners

[0.2.0] - 2022-06-17

First revamped Stable Release

[0.2.0 - rc.5] - 2022-05-19

Fixed

  • A Crash Issue, while lazy loading.

[0.2.0 - rc.4] - 2022-05-11

Changed

  • Lazy loading of Verloop's livechat. VerloopSDK object can be can be configured and initialised anywhere in the client's app. Livechat is loaded and is in memory only when the chat window is presented.

Fixed

  • Loader issue on livechat window.

[0.2.0 - rc.3] - 2022-04-27

Changed

  • Support iOS 11 and above.
  • Added VLEventDelegate. Get notified on various events, via the delegate methods. Look at the documentation for details.

Fixed

  • SDK Version Map

[0.2.0 - rc.2] - 2022-04-15

Changed

  • Logical changes under the hood. Chat loads only after internal state is ready.
  • Does not depend on query params to configure with livechat application

Fixed

  • Navigation bar issue

Deprecated

  • API startChat is no longer supported. The conversation starts once the navigation controller is presented.