Changeset 2186827
- Timestamp:
- 11/06/2019 11:05:00 AM (6 years ago)
- Location:
- fm-tools
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
trunk/fm-tools.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm-tools
-
Property
svn:ignore
set to
.git
-
Property
svn:ignore
set to
-
fm-tools/trunk/fm-tools.php
r2183246 r2186827 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. 56 Version: 2.1.6 7 7 Author: colorinside studio 8 8 Author URI: https://colorinside.com … … 49 49 * 50 50 */ 51 function fm_tools_upgrade_completed($ options)51 function fm_tools_upgrade_completed($upgrader, $options) 52 52 { 53 53 if ($options['action'] == 'update' && $options['type'] == 'plugin' && isset($options['plugins'])) { -
fm-tools/trunk/readme.txt
r2183245 r2186827 3 3 Requires at least: 4.0.0 4 4 Tested up to: 5.2.4 5 Stable tag: 2.1. 55 Stable tag: 2.1.6 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.6 33 - Bug fix for Upgrader Object not being passed to upgrader_process_complete action 34 32 35 Version 2.1.5 33 36 - Bug fix in fm_tools_upgrade_completed()
Note: See TracChangeset
for help on using the changeset viewer.