Changeset 1942734
- Timestamp:
- 09/17/2018 04:59:15 PM (8 years ago)
- Location:
- fm-tools/trunk
- Files:
-
- 3 edited
-
fm-tools.php (modified) (1 diff)
-
includes/class-fm-tools-admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm-tools/trunk/fm-tools.php
r1942732 r1942734 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. Please visit http://www.fattoremamma.com 6 Version: 1.1. 46 Version: 1.1.5 7 7 Author: colorinside studio 8 8 Author URI: https://colorinside.com -
fm-tools/trunk/includes/class-fm-tools-admin.php
r1942732 r1942734 42 42 add_action('admin_notices', array(&$this, 'get_notices')); 43 43 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')); 47 45 } 48 46 -
fm-tools/trunk/readme.txt
r1942733 r1942734 3 3 Requires at least: 4.0.0 4 4 Tested up to: 4.9.8 5 Stable tag: 1.1. 45 Stable tag: 1.1.5 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. … … 31 31 == Changelog == 32 32 33 Version 1.1.5 34 - Minor bugs solved 35 33 36 Version 1.1.4 34 37 - New Action in Plugin List Page, new translations
Note: See TracChangeset
for help on using the changeset viewer.