Plugin Directory

Changeset 1808791


Ignore:
Timestamp:
01/24/2018 05:38:08 PM (8 years ago)
Author:
activeim
Message:

update alert box login issue

Location:
marketing-optimizer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • marketing-optimizer/trunk/admin/js/admin-auth-scripts.js

    r1744151 r1808791  
    1414    eventer(messageEvent, function (e) {
    1515            var tokens_obj = JSON.parse(e.data);
     16            if (typeof tokens_obj.access_token == 'undefined') {
     17                return;
     18            }
    1619            var tokens_data = {
    1720                'access_token'  : tokens_obj.access_token,
  • marketing-optimizer/trunk/marketing-optimizer.php

    r1789024 r1808791  
    33 * Plugin Name: Marketing Optimizer for Wordpress Plugin
    44 * URI: http://www.marketingoptimizer.com/?apcid=8381
    5  * Version: 20171218
     5 * Version: 20180124
    66 * Description: Create Landing Pages for Wordpress
    77 * Author: Marketing Optimizer, customercare@marketingoptimizer.com
     
    2323    CONST MO_DIRECTORY = 'marketing-optimizer';
    2424
    25     public static $plugin_version = '20171218';
     25    public static $plugin_version = '20180124';
    2626
    2727    public static $plugin_name = 'marketing-optimizer';
  • marketing-optimizer/trunk/readme.txt

    r1789024 r1808791  
    44Tags: 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
    55Requires at least: 3.3
    6 Tested up to: 4.8.2
     6Tested up to: 4.9.2
    77Stable tag: trunk
    88License: GPLv2 or later
     
    109109
    110110== 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
    111114= Version 20171218 =
    112115* #bugFix added handling for setting variation content
Note: See TracChangeset for help on using the changeset viewer.