Plugin Directory

Changeset 882543


Ignore:
Timestamp:
03/26/2014 07:40:04 PM (12 years ago)
Author:
AlphaGolf_fr
Message:

Update the trunk with 0.27.22 / build 2722

Location:
wp-symposium-toolbar/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-symposium-toolbar/trunk/readme.txt

    r882277 r882543  
    99Tested up to: 3.8.1
    1010Stable tag: 0.27.0
    11 Version: 0.27.20
     11Version: 0.27.22
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    157157* Change: WP 3.9, make use of 'rel' meta added to WP_Admin_Bar::add_node() for Custom Menus relationships set from WP NavMenus page (requires at least WP 3.9)
    158158* Bugfix: get rid of PHP notices when a gradient is set without a background color
    159 * Bugfix: Styles, both previewed and saved, username now adheres to WP default color when no font color is set in dropdown menus, likewise on hover
     159* Bugfix: Styles, username now adheres to WP default color when no font color is set in dropdown menus, likewise on hover
    160160* Bugfix: WP 3.8, Styles, make menu items' background colors transparent on hover (no default value)
    161161* Bugfix: WP 3.8, make sure the default CSS file is loaded at all pages when Admin chooses to style the Toolbar accross the whole dashbard
     162* Bugfix: WP 3.8, use SSL on the URL over the share icons when SSL is active
    162163
    163164= 0.27.0. =
  • wp-symposium-toolbar/trunk/wp-symposium-toolbar.php

    r882277 r882543  
    1111Tested up to: 3.8.1
    1212Stable tag: 0.27.0
    13 Version: 0.27.20
     13Version: 0.27.22
    1414License: GPLv2 or later
    1515License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2323// Increase Build nr at each version
    2424global $wpst_buildnr;
    25 $wpst_buildnr = 2720;
     25$wpst_buildnr = 2722;
    2626
    2727
  • wp-symposium-toolbar/trunk/wp-symposium-toolbar_admin_functions.php

    r882277 r882543  
    25762576    // If a hover color was defined for non-Highlighted Items, force back hover color to WP default for Highlighted Items
    25772577    if ( isset( $wpst_style_tb_current['menu_hover_font_colour'] ) ) $menu_hover_ext_font_colour = $wpst_default_toolbar['menu_hover_ext_font_colour'];
     2578    if ( isset( $menu_hover_font_colour ) ) $menu_hover_ext_font_colour = $wpst_default_toolbar['menu_hover_ext_font_colour'];
    25782579   
    25792580    // If a hover color was defined for Highlighted Items, force hover/focus color to WP default for non-Highlighted Items
     
    26152616        } else
    26162617            $style_saved .= '#wpadminbar .quicklinks .menupop .ab-submenu > li:hover > .ab-item, #wpadminbar .quicklinks .menupop .ab-submenu > li.hover > .ab-item, #wpadminbar .quicklinks .menupop .ab-submenu > li .ab-item:focus, #wpadminbar #wp-admin-bar-user-info .ab-item:hover, #wpadminbar #wp-admin-bar-user-info .ab-item:hover span { ' . $style_chunk . '} ';
    2617         $style_chunk = "";
    26182618    }
    26192619   
     
    26392639    // Menu Hover for Blavatars
    26402640    if ( is_multisite() && version_compare( $wp_version, '3.8-alpha', '>' ) ) {
     2641       
     2642        // Force it
     2643        // if ( $style_chunk_ext == "" ) $style_chunk_ext = $style_chunk;
    26412644       
    26422645        // "W" icons in My Sites dropdown menu - add font color and shadow, not the attributes
  • wp-symposium-toolbar/trunk/wp-symposium-toolbar_functions.php

    r880466 r882543  
    850850    $blog_name = get_bloginfo('name');
    851851    $parent = get_option( 'wpst_share_icons_position', '' );
     852    $http_prefix = ( is_ssl() ) ? "https://" : "http://";
    852853    $class = get_option( 'wpst_share_icons_set', 'lightweight' );
    853854    if ( get_option( 'wpst_share_icons_color', '' ) == 'on' ) $class .= ' brand';
     
    885886            'parent' => $parent,
    886887            'title' => '',
    887             'href' => 'http://www.linkedin.com/shareArticle?mini=true&url=' . $shared_url,
     888            'href' => $http_prefix . 'www.linkedin.com/shareArticle?mini=true&url=' . $shared_url,
    888889            'meta' => array( 'title' => __( "Share this on LinkedIn", 'wp-symposium-toolbar' ), 'class' => 'symposium-toolbar-share-icon symposium-toolbar-share-linkedin '.$class, 'target' => '_blank' )
    889890        );
     
    897898            'parent' => $parent,
    898899            'title' => '',
    899             'href' => 'http://www.facebook.com/sharer.php?u=' . $shared_url,
     900            'href' => $http_prefix . 'www.facebook.com/sharer.php?u=' . $shared_url,
    900901            'meta' => array( 'title' => __( "Share this on Facebook", 'wp-symposium-toolbar' ), 'class' => 'symposium-toolbar-share-icon symposium-toolbar-share-facebook '.$class, 'target' => '_blank' )
    901902        );
     
    909910            'parent' => $parent,
    910911            'title' => '',
    911             'href' => 'http://twitter.com/share?url=' . $shared_url . '&text=' . $blog_name,
     912            'href' => $http_prefix . 'twitter.com/share?url=' . $shared_url . '&text=' . $blog_name,
    912913            /* translators: alternatively, this could be translated with "share this on Twitter" */
    913914            'meta' => array( 'title' => __( "Tweet this", 'wp-symposium-toolbar' ), 'class' => 'symposium-toolbar-share-icon symposium-toolbar-share-twitter '.$class, 'target' => '_blank' )
     
    922923            'parent' => $parent,
    923924            'title' => '',
    924             'href' => 'https://plus.google.com/share?url=' . $shared_url,
     925            'href' => $http_prefix . 'plus.google.com/share?url=' . $shared_url,
    925926            'meta' => array( 'title' => __( "Share this on Google Plus", 'wp-symposium-toolbar' ), 'class' => 'symposium-toolbar-share-icon symposium-toolbar-share-google-plus '.$class, 'target' => '_blank' )
    926927        );
     
    934935            'parent' => $parent,
    935936            'title' => '',
    936             'href' => 'http://www.stumbleupon.com/submit?url=' . $shared_url . '&title=' . $blog_name,
     937            'href' => $http_prefix . 'www.stumbleupon.com/submit?url=' . $shared_url . '&title=' . $blog_name,
    937938            'meta' => array( 'title' => __( "Share this on StumbleUpon", 'wp-symposium-toolbar' ), 'class' => 'symposium-toolbar-share-icon symposium-toolbar-share-stumbleupon '.$class, 'target' => '_blank' )
    938939        );
Note: See TracChangeset for help on using the changeset viewer.