Changeset 1198105
- Timestamp:
- 07/13/2015 03:33:20 PM (11 years ago)
- Location:
- marketing-optimizer/trunk
- Files:
-
- 4 edited
-
includes/class.mo_ct_metaboxes.php (modified) (2 diffs)
-
marketing-optimizer.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
templates/mo_sp_custom8/preview.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
marketing-optimizer/trunk/includes/class.mo_ct_metaboxes.php
r1195718 r1198105 61 61 'mo_ct_get_ct_settings_metabox' 62 62 ), '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 } 63 69 } 64 70 … … 95 101 $mo_ct_obj->set_variations_arr_custom($mo_ct_obj->get_variation_ids_arr()); 96 102 } 103 97 104 if (! isset($_POST['mo_ct_post_types'])) { 98 105 $_POST['mo_ct_post_types']['lp'] = 0; -
marketing-optimizer/trunk/marketing-optimizer.php
r1196316 r1198105 4 4 * Plugin Name: Marketing Optimizer for Wordpress Plugin 5 5 * URI: http://www.marketingoptimizer.com/?apcid=8381 6 * Version: 2015071 06 * Version: 20150713 7 7 * Description: Create Landing Pages for Wordpress 8 8 * Author: Marketing Optimizer, customercare@marketingoptimizer.com … … 24 24 CONST MO_DIRECTORY = 'marketing-optimizer'; 25 25 26 public static $plugin_version = '2015071 0';26 public static $plugin_version = '20150713'; 27 27 28 28 public static $plugin_name = 'marketing-optimizer'; -
marketing-optimizer/trunk/readme.txt
r1196316 r1198105 95 95 96 96 == Changelog == 97 = Version 20150713 = 98 * #bugFix custom fields remove for CTA 99 * #bugFix update Pop-Ups preview image 97 100 = Version 20150710 = 98 101 * #bugFix fixed issue with variation testing stats not displaying correctly.
Note: See TracChangeset
for help on using the changeset viewer.