Plugin Directory

Changeset 630491


Ignore:
Timestamp:
11/27/2012 02:07:14 AM (13 years ago)
Author:
remix4
Message:

2.4.6

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

Legend:

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

    r619699 r630491  
    77Author: Lee Chestnutt
    88Author URI: http://www.designchemical.com
    9 Version: 2.4.5
     9Version: 2.4.6
    1010*/
    1111
  • slick-social-share-buttons/trunk/inc/dcwp_social.php

    r619699 r630491  
    549549                    };
    550550                    if(!jQuery().dcSocialSlick) {
    551                         $.getScript('<?php echo dc_jqslicksocial::get_plugin_directory(); ?>/js/jquery.social.slick.1.0.js', function(){
     551                        jQuery.getScript('<?php echo dc_jqslicksocial::get_plugin_directory(); ?>/js/jquery.social.slick.1.0.js', function(){
    552552                            jQuery('#dc-dcssb').dcSocialSlick(config);
    553553                        });
     
    579579                    };
    580580                    if(!jQuery().dcSocialFloater) {
    581                         $.getScript('<?php echo dc_jqslicksocial::get_plugin_directory(); ?>/js/jquery.social.float.1.3.js', function(){
     581                        jQuery.getScript('<?php echo dc_jqslicksocial::get_plugin_directory(); ?>/js/jquery.social.float.1.3.js', function(){
    582582                            jQuery('#dc-dcssb').dcSocialFloater(config);
    583583                        });
  • slick-social-share-buttons/trunk/readme.txt

    r619699 r630491  
    55Requires at least: 3.0
    66Tested up to: 3.4.2
    7 Stable tag: 2.4.5
     7Stable tag: 2.4.6
    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.6 =
     129* Updated: Code to reload jquery plugins if overwritten
     130
    128131= 2.4.5 =
    129132* Fixed: Reset URL shortener when "none" selected
Note: See TracChangeset for help on using the changeset viewer.