Plugin Directory

Changeset 2186827


Ignore:
Timestamp:
11/06/2019 11:05:00 AM (6 years ago)
Author:
colorinside
Message:

Bug fix for Upgrader Object not being passed to upgrader_process_complete action

Location:
fm-tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fm-tools

    • Property svn:ignore set to
      .git
  • fm-tools/trunk/fm-tools.php

    r2183246 r2186827  
    44Plugin URI:     https://colorinside.com
    55Description:    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.5
     6Version:        2.1.6
    77Author:         colorinside studio
    88Author URI:     https://colorinside.com
     
    4949 *
    5050 */
    51 function fm_tools_upgrade_completed($options)
     51function fm_tools_upgrade_completed($upgrader, $options)
    5252{
    5353    if ($options['action'] == 'update' && $options['type'] == 'plugin' && isset($options['plugins'])) {
  • fm-tools/trunk/readme.txt

    r2183245 r2186827  
    33Requires at least: 4.0.0
    44Tested up to: 5.2.4
    5 Stable tag: 2.1.5
     5Stable tag: 2.1.6
    66
    77This 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.
     
    3030
    3131== Changelog ==
     32Version 2.1.6
     33- Bug fix for Upgrader Object not being passed to upgrader_process_complete action
     34
    3235Version 2.1.5
    3336- Bug fix in fm_tools_upgrade_completed()
Note: See TracChangeset for help on using the changeset viewer.