Plugin Directory

Changeset 1198105


Ignore:
Timestamp:
07/13/2015 03:33:20 PM (11 years ago)
Author:
activeim
Message:

#bugFix custom fields remove for CTA
#bugFix update Pop-Ups preview image

Location:
marketing-optimizer/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • marketing-optimizer/trunk/includes/class.mo_ct_metaboxes.php

    r1195718 r1198105  
    6161            'mo_ct_get_ct_settings_metabox'
    6262        ), 'mo_ct', 'normal', 'high');
     63       
     64        delete_post_meta_by_key( 'mo_ct_post_types' );
     65        for($i=0; $i<5; $i++){
     66            delete_post_meta_by_key( 'mo_ct_modal_width_'.$i );
     67            delete_post_meta_by_key( 'mo_ct_modal_height_'.$i );
     68        }
    6369    }
    6470
     
    95101                $mo_ct_obj->set_variations_arr_custom($mo_ct_obj->get_variation_ids_arr());
    96102            }
     103           
    97104            if (! isset($_POST['mo_ct_post_types'])) {
    98105                $_POST['mo_ct_post_types']['lp'] = 0;
  • marketing-optimizer/trunk/marketing-optimizer.php

    r1196316 r1198105  
    44 * Plugin Name: Marketing Optimizer for Wordpress Plugin
    55 * URI: http://www.marketingoptimizer.com/?apcid=8381
    6  * Version: 20150710
     6 * Version: 20150713
    77 * Description: Create Landing Pages for Wordpress
    88 * Author: Marketing Optimizer, customercare@marketingoptimizer.com
     
    2424    CONST MO_DIRECTORY = 'marketing-optimizer';
    2525
    26     public static $plugin_version = '20150710';
     26    public static $plugin_version = '20150713';
    2727
    2828    public static $plugin_name = 'marketing-optimizer';
  • marketing-optimizer/trunk/readme.txt

    r1196316 r1198105  
    9595
    9696== Changelog ==
     97= Version 20150713 =
     98* #bugFix custom fields remove for CTA
     99* #bugFix update Pop-Ups preview image
    97100= Version 20150710 =
    98101* #bugFix fixed issue with variation testing stats not displaying correctly.
Note: See TracChangeset for help on using the changeset viewer.