Plugin Directory

Changeset 1278123


Ignore:
Timestamp:
11/03/2015 12:42:45 AM (10 years ago)
Author:
imforza
Message:

Update to 1.2.8

  • Remove empty links from adminbar
  • Fixed Get Support link in adminbar
Location:
imforza-news/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • imforza-news/trunk/admin/adminbar.php

    r1278117 r1278123  
    3636        ));
    3737    // Salesforce
     38    if ( !empty($client_details['sf_acct_url'])) {
    3839    $wp_admin_bar->add_menu( array(
    3940            'parent' => 'imforza_internal',
     
    4344            "meta" => array("target" => "blank")
    4445        ));
     46        }
    4547    // Basecamp
     48    if ( !empty($client_details['bc_project_url'])) {
    4649    $wp_admin_bar->add_menu( array(
    4750            'parent' => 'imforza_internal',
     
    5154            "meta" => array("target" => "blank")
    5255        ));
     56        }
    5357    // Harvest
     58    if ( !empty($client_details['harvest_url'])) {
    5459    $wp_admin_bar->add_menu( array(
    5560            'parent' => 'imforza_internal',
     
    5964            "meta" => array("target" => "blank")
    6065        ));
     66        }
    6167    // Designs
     68    if ( !empty($client_details['design_url'])) {
    6269    $wp_admin_bar->add_menu( array(
    6370            'parent' => 'imforza_internal',
     
    6774            "meta" => array("target" => "blank")
    6875        ));
     76        }
    6977    // Beanstalk
     78    if ( !empty($client_details['beanstalk_url'])) {
    7079    $wp_admin_bar->add_menu( array(
    7180            'parent' => 'imforza_internal',
     
    7584            "meta" => array("target" => "blank")
    7685        ));
     86        }
    7787
    7888
     
    124134            'id'     => 'imforza_support',
    125135            'title' => __( 'Support', 'imforza'),
    126             'href' => __('//help.imforza.com/customer/portal/emails/new'),
     136            'href' => __('https://www.imforza.com/support/get-support/'),
    127137            "meta" => array("target" => "blank", "onClick" => "_gaq.push(['_trackEvent', 'imFORZA News Plugin', 'Support']);")
    128138        ));
  • imforza-news/trunk/imforza.php

    r1278117 r1278123  
    22/*
    33Plugin Name: imFORZA
    4 Version: 1.2.7
     4Version: 1.2.8
    55Plugin URI: //www.imforza.com#utm_source=wpadmin&utm_medium=plugin&utm_campaign=imforzanewsplugin
    66Description: 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.
     
    1515
    1616// Define Plugin Version
    17 define( 'IMFORZA_PLUGIN_VERSION', '1.2.6' );
     17define( 'IMFORZA_PLUGIN_VERSION', '1.2.8' );
    1818
    1919
  • imforza-news/trunk/readme.txt

    r1278117 r1278123  
    55Requires at least: 4.0
    66Tested up to: 4.3.1
    7 Stable tag: 1.2.7
     7Stable tag: 1.2.8
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121
    2222== Changelog ==
     23
     24= 1.2.8 =
     25* Remove empty links from adminbar
     26* Fixed Get Support link in adminbar
    2327
    2428= 1.2.7 =
Note: See TracChangeset for help on using the changeset viewer.