Skip to content

Releases: queueit/KnownUser.V3.PHP

3.7.4

12 Jun 12:33
b2f9043

Choose a tag to compare

Fix the code snippets in readme file.

3.7.3

10 Jun 13:44
d884897

Choose a tag to compare

Updated the Readme file to fix file name in the documentation.

3.7.2

27 May 08:42
3a4f5a6

Choose a tag to compare

Add getParameterFromQueryString to Utils class
Improve exception handling when validating the queue it token

3.7.1

30 Sep 07:03
7aa77ab

Choose a tag to compare

Release note

  • Adding support for PHP 8.1 which deprecates nullable internal functions

3.7.0

02 Dec 14:05

Choose a tag to compare

Release note

  • Support for Secure and HttpOnly cookie flags in QueueITAcceptedCookies
    • These options are now configured directly in integration configuration provided by GO Queue-it Platform.
  • Queue ID is now included in the URL for cancel redirects.
  • 'Access-Control-Expose-Headers' are set on AJAX redirect (hybrid integration)
  • Support for Request Body Triggers

3.6.1

11 Jun 19:36

Choose a tag to compare

Release note

Bug fixes

  • Always remove old, no longer valid, queue-it (queue passed) cookies:
    Only if client sent queue-it cookie to server.

3.6.0

02 Mar 13:02

Choose a tag to compare

Release note

New features

  • Support for matching any value (*) in a contains trigger operator.
  • Matched action name available in code. Found as property on action result and config models.
  • Improved system diagnostics
    • Matched action name included as query string parameter in URL for queue redirect.
    • Matched action name available in diagnostics/debug cookie as part of (queue/cancel)config information.
    • Runtime, connector name and version available in diagnostics/debug cookie.
    • Exception (if any) available in diagnostics/debug cookie.

Quality improvements

  • Consistent error handling in case of invalid tokens.
  • Ensure that invalid/manipulated queue-it (queue passed) cookies are never accepted.
  • Perform expiration checks on debug tokens.
  • Always remove old, no longer valid, queue-it (queue passed) cookies.
  • Ensure that debug information (cookie) is always available, ex. when integration configuration is missing or invalid.

3.5.4

11 Sep 08:53

Choose a tag to compare

Fix issue #14
(KnownUser PHP SDK : Undefined offset: 1 in QueueITHelpers.php)

Reverted changes to readme and removed extra images.

3.5.3

10 Sep 14:06

Choose a tag to compare

Fix issue #14
(KnownUser PHP SDK : Undefined offset: 1 in QueueITHelpers.php)

3.5.2

05 Oct 12:55
2536f2b

Choose a tag to compare

Includes

  • Fixed issue #9
  • Fixed issue #11
  • Method resolveRequestByLocalEventConfig was renamed to
    resolveQueueRequestByLocalConfig to align with other KnownUser SDKs.