Skip to content

Releases: queueit/ios-webui-sdk

3.4.2

12 Apr 13:08
Compare
Choose a tag to compare

Release notes:

Removed deprecated QueueCache files.

3.4.1

01 Mar 08:27
Compare
Choose a tag to compare

Release notes:

  • Added privacy manifest (resolves #31)

3.4.0

30 Mar 14:13
Compare
Choose a tag to compare

Release notes:

  • Fixed a bug that could cause a crash when internet connectivity was lost

3.3.2

24 Aug 11:17
Compare
Choose a tag to compare
  • Cache bugs fixed.
  • QueueCache class is removed.

3.3.1

08 Aug 12:04
Compare
Choose a tag to compare

Release notes:

  • Now handles idle and afterevent state in OnQueueDisabled

3.3.0

13 Jul 11:08
Compare
Choose a tag to compare

Release notes:

  • Added QueueITWaitingRoomProvider for new support to getting the state of the Waiting Room before showing the queue.
  • Added QueueITWaitingRoomView to queue visitors in a more lighter way.
  • Added new delegates in QueueITEngine

3.0.14

12 May 08:58
Compare
Choose a tag to compare

Release notes:

  • Fixed an issue where a WebView won't be disposed properly when rotating the screen.

3.0.13

04 May 12:42
Compare
Choose a tag to compare

Release notes:

  • Subviews are now added in the viewWillLayoutSubviews method.

3.0.12

03 May 09:35
Compare
Choose a tag to compare

Release notes:

  • CustomerId, EventId, LayoutName, Language are now exposed in QueueItEngine.h

3.0.11

28 Apr 13:49
Compare
Choose a tag to compare

Release notes:

  • Fixed a retain cycles issue.
  • Added a new callback that's called whenever the webview did appear.
  • Removed log statements
  • Added missing super calls for the webview.