Changeset 1610915
- Timestamp:
- 03/08/2017 10:29:02 PM (9 years ago)
- Location:
- marketing-optimizer/trunk
- Files:
-
- 2 edited
-
includes/class.mo_post_type.php (modified) (2 diffs)
-
marketing-optimizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
marketing-optimizer/trunk/includes/class.mo_post_type.php
r1610908 r1610915 957 957 958 958 echo "<script type='text/javascript'> \n"; 959 echo "console.log('Mo Plugin is ON');";960 echo "console.log('MO Account Id: ".$mo_settings_obj->get_mo_account_id ()."');";961 echo "console.log('MO Post Type: ".$this->get_mo_pt_post_type()."');";962 959 echo "</script> \n"; 963 960 … … 1021 1018 1022 1019 echo "<script type='text/javascript'> \n"; 1023 echo "console.log('Mo Plugin is OFF');";1020 1024 1021 echo "</script> \n"; 1025 1022 } -
marketing-optimizer/trunk/marketing-optimizer.php
r1610908 r1610915 3 3 * Plugin Name: Marketing Optimizer for Wordpress Plugin 4 4 * URI: http://www.marketingoptimizer.com/?apcid=8381 5 * Version: 20170308 5 * Version: 20170308.1 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 = '20170308 ';25 public static $plugin_version = '20170308.1'; 26 26 27 27 public static $plugin_name = 'marketing-optimizer';
Note: See TracChangeset
for help on using the changeset viewer.