Changeset 2168289
- Timestamp:
- 10/04/2019 02:55:20 PM (7 years ago)
- Location:
- fm-tools/trunk
- Files:
-
- 2 edited
-
fm-tools.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm-tools/trunk/fm-tools.php
r2164408 r2168289 4 4 Plugin URI: https://colorinside.com 5 5 Description: This plugin is reserved to FattoreMamma Active's users. This tool monitors blogposts performances, only if included in authorized FattoreMamma's campaign identified by a campaign code. 6 Version: 2.1. 16 Version: 2.1.2 7 7 Author: colorinside studio 8 8 Author URI: https://colorinside.com … … 128 128 129 129 // Mail Debug 130 /* 130 131 $body[] = 'Cron Jobs: ' . var_export(_get_cron_array(), true); 131 132 $body[] = 'Response: ' . var_export($response, true); … … 138 139 $headers[] = 'From: ' . get_bloginfo('admin_email'); 139 140 wp_mail('matteo@colorinside.com', 'fmTools Report - ' . $site, $body, $headers); 141 */ 140 142 } 141 143 -
fm-tools/trunk/readme.txt
r2164408 r2168289 3 3 Requires at least: 4.0.0 4 4 Tested up to: 5.2.3 5 Stable tag: 2.1. 15 Stable tag: 2.1.2 6 6 7 7 This plugin is reserved to FattoreMamma Active's users. This tool monitors blogposts performances, only if included in authorized FattoreMamma's campaign identified by a campaign code. … … 30 30 31 31 == Changelog == 32 Version 2.1.2 33 - Disabled wp_mail() in Debugging Cron 34 32 35 Version 2.1.1 33 36 - New Report for Debugging Cron
Note: See TracChangeset
for help on using the changeset viewer.