Changeset 1278123
- Timestamp:
- 11/03/2015 12:42:45 AM (10 years ago)
- Location:
- imforza-news/trunk
- Files:
-
- 3 edited
-
admin/adminbar.php (modified) (7 diffs)
-
imforza.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imforza-news/trunk/admin/adminbar.php
r1278117 r1278123 36 36 )); 37 37 // Salesforce 38 if ( !empty($client_details['sf_acct_url'])) { 38 39 $wp_admin_bar->add_menu( array( 39 40 'parent' => 'imforza_internal', … … 43 44 "meta" => array("target" => "blank") 44 45 )); 46 } 45 47 // Basecamp 48 if ( !empty($client_details['bc_project_url'])) { 46 49 $wp_admin_bar->add_menu( array( 47 50 'parent' => 'imforza_internal', … … 51 54 "meta" => array("target" => "blank") 52 55 )); 56 } 53 57 // Harvest 58 if ( !empty($client_details['harvest_url'])) { 54 59 $wp_admin_bar->add_menu( array( 55 60 'parent' => 'imforza_internal', … … 59 64 "meta" => array("target" => "blank") 60 65 )); 66 } 61 67 // Designs 68 if ( !empty($client_details['design_url'])) { 62 69 $wp_admin_bar->add_menu( array( 63 70 'parent' => 'imforza_internal', … … 67 74 "meta" => array("target" => "blank") 68 75 )); 76 } 69 77 // Beanstalk 78 if ( !empty($client_details['beanstalk_url'])) { 70 79 $wp_admin_bar->add_menu( array( 71 80 'parent' => 'imforza_internal', … … 75 84 "meta" => array("target" => "blank") 76 85 )); 86 } 77 87 78 88 … … 124 134 'id' => 'imforza_support', 125 135 'title' => __( 'Support', 'imforza'), 126 'href' => __(' //help.imforza.com/customer/portal/emails/new'),136 'href' => __('https://www.imforza.com/support/get-support/'), 127 137 "meta" => array("target" => "blank", "onClick" => "_gaq.push(['_trackEvent', 'imFORZA News Plugin', 'Support']);") 128 138 )); -
imforza-news/trunk/imforza.php
r1278117 r1278123 2 2 /* 3 3 Plugin Name: imFORZA 4 Version: 1.2. 74 Version: 1.2.8 5 5 Plugin URI: //www.imforza.com#utm_source=wpadmin&utm_medium=plugin&utm_campaign=imforzanewsplugin 6 6 Description: imFORZA is a Web Design and Marketing company based out of El Segundo, CA. Get quick access to imFORZA Support and the latest marketing news. … … 15 15 16 16 // Define Plugin Version 17 define( 'IMFORZA_PLUGIN_VERSION', '1.2. 6' );17 define( 'IMFORZA_PLUGIN_VERSION', '1.2.8' ); 18 18 19 19 -
imforza-news/trunk/readme.txt
r1278117 r1278123 5 5 Requires at least: 4.0 6 6 Tested up to: 4.3.1 7 Stable tag: 1.2. 77 Stable tag: 1.2.8 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 21 21 22 22 == Changelog == 23 24 = 1.2.8 = 25 * Remove empty links from adminbar 26 * Fixed Get Support link in adminbar 23 27 24 28 = 1.2.7 =
Note: See TracChangeset
for help on using the changeset viewer.