
Change Log
==========

v1.7.0
    * PHP7 support

v1.6.4
    * Fixed issue with increments of negative variables on Postgres

v1.6.3
    * Fixed issue with increments on Postgres with standard_conforming_strings
      disabled

v1.6.2
    * Added support for pushing values to array variables for click-retargeting
      and URL rules

v1.6.1
    * Added magic macro support for array variables:
      - {ap.hvret.foo} will output all the values separated by a "|" character
      - {ap.hvret.foo.enc} will output the same as above, url-encoded
      - {ap.hvret.foo.json} will output a json array (even for scalar variables)

v1.6.0
    * Added retargeting by URL via URL regular expression rules

v1.5.0
    * Added array variable support to the HV add-on
    * Added support for incrementing and decrementing double precision variables

v1.4.2
    * Added compatibility with Revive Adserver 3.0.0

v1.4.1
    * Fixed click retargeting compatibility with the external driver add-on
    * Added cookie lifetime configuration parameter to the HV add-on

v1.4.0
    * Added support for multiple actions and operators for the click retargeting
      feature: now a maximum of 10 variables can be set, unset, increased or
      decreased independently
    * Added examples to the agency retargeting page

v1.3.3
    * Fixed issue with click retargeting when using the High Volume Extension

v1.3.2
    * Fixed issue with exception handling and OA class not found error

v1.3.1
    * Fixed issue with Sourguardian encoding

v1.3.0
    * Added "Advanced Retargeting" tab at the banner level, allowing to set a
      variable/value pair when a banner is clicked
    * Added "Retargeting" tab in the "My Account" section of manager accounts,
      allowing easy retrieval of the retargeting key

v1.2.3
    * Fixed upgrade problems

v1.2.2
    * Added possibility to disable the API and/or the limitation, useful for
      those only planning to use the High Volume version

v1.2.1
    * Added support for apLoader v1.1.1

v1.2.0
    * Added support for magic macros with default values
    * Fixed incompatibility with PHP 5.1 of the High Volume Extension

v1.1.0
    * Added support for the High-Volume Add-On
    * Fixed bug with opt-out only working for manager ID 1

v1.0.0
    * Initial Release


Known issues
============

 * Float increments/decrements when using MySQL storages might lead to rounding
   errors in the output.
