Changeset 1669581
- Timestamp:
- 06/02/2017 01:00:21 PM (9 years ago)
- Location:
- ph-publisher/trunk
- Files:
-
- 1 added
- 2 edited
-
assets/16x16-ph_icon.png (added)
-
ph_publisher.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ph-publisher/trunk/ph_publisher.php
r1669507 r1669581 5 5 Plugin URI: # 6 6 Description: Load your Performance Horizon publisher credentials for access to PH data. You will be able to quickly add your tracking links to any new post you create. 7 Version: 1.1. 27 Version: 1.1.3 8 8 Author: Performance Horizon 9 9 Author URI: http://www.performancehorizon.com/ … … 13 13 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 14 14 15 define( 'PH_PUBLISHER_VERSION', '1.1. 2' );15 define( 'PH_PUBLISHER_VERSION', '1.1.3' ); 16 16 17 17 require_once( plugin_dir_path( __FILE__ ) . "functions.php" ); … … 96 96 } 97 97 98 add_menu_page("PH Publisher", "PH Publisher", "manage_options", "ph_publisher_settings", "ph_publisher_settings_page", "dashicons-admin-links"); 98 add_menu_page( 99 "PH Publisher", 100 "PH Publisher", 101 "manage_options", 102 "ph_publisher_settings", 103 "ph_publisher_settings_page", 104 plugin_dir_url( __FILE__ ) . 'assets/16x16-ph_icon.png' 105 ); 99 106 } 100 107 add_action("admin_menu", "ph_publisher_admin"); -
ph-publisher/trunk/readme.txt
r1669544 r1669581 24 24 25 25 == Changelog == 26 = 1.1.3 = 27 * Added admin menu icon 28 26 29 = 1.1.2 = 27 30 * Added authentication of current user in admin
Note: See TracChangeset
for help on using the changeset viewer.