Plugin Directory

Changeset 675455


Ignore:
Timestamp:
03/02/2013 08:06:11 PM (13 years ago)
Author:
remix4
Message:

version 2.4.9

Location:
slick-social-share-buttons
Files:
55 added
3 edited

Legend:

Unmodified
Added
Removed
  • slick-social-share-buttons/trunk/dcwp_slick_social_buttons.php

    r667065 r675455  
    77Author: Lee Chestnutt
    88Author URI: http://www.designchemical.com
    9 Version: 2.4.8
     9Version: 2.4.9
    1010*/
    1111
  • slick-social-share-buttons/trunk/inc/dcwp_social.php

    r667065 r675455  
    356356        if($this->get_dcssb_default('incPinit')){
    357357       
    358             $typeclass = $method == 'featured' ? ' pin-featured' : 'pin-preview' ;
     358            $typeclass = $method == 'featured' ? ' pin-featured' : ' pin-preview' ;
    359359            $button = '<li id="dcssb-pinit" class="'.$classSize.$typeclass.'">';
    360360       
  • slick-social-share-buttons/trunk/readme.txt

    r667065 r675455  
    55Requires at least: 3.0
    66Tested up to: 3.5.1
    7 Stable tag: 2.4.8
     7Stable tag: 2.4.9
    88
    99Slick social share buttons adds facebook, twitter, google +1, linkedin, digg, delicious, reddit, stumbleupon, buffer and pinterest pin it social media buttons in a floating or slide out tab. Includes a social statistics page in the plugin admin panel showing summaries of all share totals
     
    126126== Changelog ==
    127127
     128= 2.4.9 =
     129* Updated: pinterest preview style button
     130
    128131= 2.4.8 =
    129132* Updated: pinterest button css
Note: See TracChangeset for help on using the changeset viewer.