Skip to content

Releases: wingify/vwo-fme-php-sdk

Version 1.3.1

04 Oct 08:42
Compare
Choose a tag to compare
v1.3.1

First version - v1.3.1 :exclamation:

Version 1.3.0

03 Oct 09:43
Compare
Choose a tag to compare
  • Personalize MEG - Add support for Personalize rules within Mutually Exclusive Groups

  • Segmentation module

    • Modify how context and settings are being used inside modular segmentor code
    • Cache location / User-Agent data per getFlag API
    • Single endpoint for location and User-Agent at gateway-service so that at max one call will be required to fetch data from gateway service
    • If userAgent and ipAddress both are null, then no need to send call to gatewayService
    • Add support for DSL where featureIdValue could be off
  • Context refactoring - context is now flattened out

    [
        'id' => $userId,
        'ipAddress' => '',
        'userAgent' => '',
        // For pre-segmentation in campaigns
        'customVariables' => [ 'variable' => 'value' ]
    ]
  • Code refactoring - source code is refactored to have error-handling, model-driven code, and inline documentation.

Version 1.2.5

29 Jul 17:08
Compare
Choose a tag to compare

Removed unnecessary vendor/autoload from UuidUtil.php

Version 1.2.1

18 Jul 13:21
Compare
Choose a tag to compare

Support for some more pre-segmentation options in custom variables
Support for passing settings file in init (to be used only for debugging)

Version 1.1.0

02 Jul 12:31
Compare
Choose a tag to compare
v1.1.0

First version - v1.1.0 :exclamation:

Version 1.0.0

11 Jun 13:20
Compare
Choose a tag to compare
v1.0.0

First version - v1.0.0 :exclamation: