Changeset 1808791
- Timestamp:
- 01/24/2018 05:38:08 PM (8 years ago)
- Location:
- marketing-optimizer/trunk
- Files:
-
- 3 edited
-
admin/js/admin-auth-scripts.js (modified) (1 diff)
-
marketing-optimizer.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
marketing-optimizer/trunk/admin/js/admin-auth-scripts.js
r1744151 r1808791 14 14 eventer(messageEvent, function (e) { 15 15 var tokens_obj = JSON.parse(e.data); 16 if (typeof tokens_obj.access_token == 'undefined') { 17 return; 18 } 16 19 var tokens_data = { 17 20 'access_token' : tokens_obj.access_token, -
marketing-optimizer/trunk/marketing-optimizer.php
r1789024 r1808791 3 3 * Plugin Name: Marketing Optimizer for Wordpress Plugin 4 4 * URI: http://www.marketingoptimizer.com/?apcid=8381 5 * Version: 201 712185 * Version: 20180124 6 6 * Description: Create Landing Pages for Wordpress 7 7 * Author: Marketing Optimizer, customercare@marketingoptimizer.com … … 23 23 CONST MO_DIRECTORY = 'marketing-optimizer'; 24 24 25 public static $plugin_version = '201 71218';25 public static $plugin_version = '20180124'; 26 26 27 27 public static $plugin_name = 'marketing-optimizer'; -
marketing-optimizer/trunk/readme.txt
r1789024 r1808791 4 4 Tags: a b test, a b testing, a/b test, a/b testing, ab test, abtesting, analytics, click tracking, content experiments, conversion pages, conversion optimization, conversion rate optimization, cpa, goal tracking, marketing optimizer, multivariate, multivariate test, landing page, landing pages, split testing, active internet marketing, cro, call tracking, statistics, stats, conversions, analytics, testing, experiments, metrics, gravity forms 5 5 Requires at least: 3.3 6 Tested up to: 4. 8.26 Tested up to: 4.9.2 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 109 109 110 110 == Changelog == 111 = Version 20180124 = 112 * #bugFix resolved issue with non-interactive client login alert box showing on multiple pages 113 * #bugFix adjusted handling for setting variation content 111 114 = Version 20171218 = 112 115 * #bugFix added handling for setting variation content
Note: See TracChangeset
for help on using the changeset viewer.