Plugin Directory

Changeset 714924


Ignore:
Timestamp:
05/18/2013 02:15:27 PM (13 years ago)
Author:
Bit51
Message:

Version 2.4.4

Location:
share-center-pro
Files:
33 added
3 edited

Legend:

Unmodified
Added
Removed
  • share-center-pro/trunk/inc/style.css

    r627718 r714924  
    11#share-center-pro {
    22    margin: 20px auto 0 auto;
    3     padding: 15px 0 15px 0;
    4     text-align: justify;
    5     -ms-text-justify: distribute-all-lines;
    6     text-justify: distribute-all-lines;
    7     width: 90%;
     3    padding: 15px 0 0 0;
     4    text-align: center;
     5    width: 100%;
    86}
    97
     
    1816    display: inline-block;
    1917    *display: inline;
     18    margin: 0 16px 16px 16px;
    2019    text-align: center;
    2120    zoom: 1;
  • share-center-pro/trunk/readme.txt

    r700794 r714924  
    66Requires at least: 3.0
    77Tested up to: 3.5.1
    8 Stable tag: 2.4.3
     8Stable tag: 2.4.4
    99
    1010Adds asynchronous (won't slow your site down) sharing buttons for Google plus, Facebook, Twitter, LinkedIn, Buffer, and Reddit.
     
    5858
    5959== Changelog ==
     60
     61= 2.4.4 =
     62* Updated styles center elements rather than justify
    6063
    6164= 2.4.3 =
  • share-center-pro/trunk/share-center-pro.php

    r700794 r714924  
    44    Plugin URI: http://bit51.com/software/share-center-pro/
    55    Description: Add common social sharing services in a widget to be used anywhere on your page or at the bottom of your posts or other content.
    6     Version: 2.4.3
     6    Version: 2.4.4
    77    Text Domain: share-center-pro
    88    Domain Path: /languages
     
    2121    class bit51_scp extends Bit51 {
    2222   
    23         public $pluginversion   = '0015'; //current plugin version
     23        public $pluginversion   = '0016'; //current plugin version
    2424   
    2525        //important plugin information
Note: See TracChangeset for help on using the changeset viewer.