Plugin Directory

Changeset 1942734


Ignore:
Timestamp:
09/17/2018 04:59:15 PM (8 years ago)
Author:
colorinside
Message:

Minor Bugs Solved

Location:
fm-tools/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fm-tools/trunk/fm-tools.php

    r1942732 r1942734  
    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. Please visit http://www.fattoremamma.com
    6 Version:        1.1.4
     6Version:        1.1.5
    77Author:         colorinside studio
    88Author URI:     https://colorinside.com
  • fm-tools/trunk/includes/class-fm-tools-admin.php

    r1942732 r1942734  
    4242        add_action('admin_notices', array(&$this, 'get_notices'));
    4343        add_filter('plugin_action_links_' . PLUGIN_NAME, array(&$this, 'plugin_action_links'));
    44         add_filter('sanitize_post_meta__fm_tools_active_campaign', array(&$this, 'verify_campaign'));
    45        
    46         //echo plugin_basename( __FILE__ );
     44        add_filter('sanitize_post_meta__fm_tools_active_campaign', array(&$this, 'verify_campaign'));       
    4745    }
    4846
  • fm-tools/trunk/readme.txt

    r1942733 r1942734  
    33Requires at least: 4.0.0
    44Tested up to: 4.9.8
    5 Stable tag: 1.1.4
     5Stable tag: 1.1.5
    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.
     
    3131== Changelog ==
    3232
     33Version 1.1.5
     34- Minor bugs solved
     35
    3336Version 1.1.4
    3437- New Action in Plugin List Page, new translations
Note: See TracChangeset for help on using the changeset viewer.