Skip to content
7.x-1.4, 2016-09-03

This is a maintenance and feature release to address the issues below. Update
should be seamless and is recommended.

New feature is: Custom URLs as detailed in README.txt file and in the issue

NB: If you use PHP for filtering, please read ensure the Drupal "PHP" module is
enabled, and anyone editing the filtering page has the permission "use PHP for
settings".

Issue #2780627 by earelin: Fix missing value in requirements.
by ELC: Make use of PHP in page filter depend on Core's php module and perms.
by ELC: Update parlance in admin pages. Move enabled to filter page. Add
  actions wrappers on form buttons.
by ELC: Update hook_help implementation and parlance used in module.
Issue #1920192 by ELC: Custom URLs README details and example template module.
  Added very simple use of Custom URLs, along with details in the README file.
  Also added example template module which shows how to use #2203267 change to
  include multiple Custom URLs and advanced page matching.
Issue #1920192 by ELC: Add support for Custom URLs to add_js function.
  Custom URL can be global or set manually when calling the add_js function
  manually: visual_website_optimizer_add_js($url).
  See https://vwo.com/blog/custom-urls-ab-multivariate-tests/
Issue #2203267 by ELC,j0rd: Abstract adding of VWO js into own function for
  external use.
by ELC: Use string concat to avoid issue using php tags in output string.
Issue #2115339 by ELC,MattV: Check both path alias and internal path when page
  matching for js inclusion.