Changeset 714924
- Timestamp:
- 05/18/2013 02:15:27 PM (13 years ago)
- Location:
- share-center-pro
- Files:
-
- 33 added
- 3 edited
-
tags/2.4.4 (added)
-
tags/2.4.4/inc (added)
-
tags/2.4.4/inc/admin.php (added)
-
tags/2.4.4/inc/index.php (added)
-
tags/2.4.4/inc/setup.php (added)
-
tags/2.4.4/inc/share.js (added)
-
tags/2.4.4/inc/style.css (added)
-
tags/2.4.4/inc/widget.php (added)
-
tags/2.4.4/index.php (added)
-
tags/2.4.4/languages (added)
-
tags/2.4.4/languages/index.php (added)
-
tags/2.4.4/languages/share-center-pro.pot (added)
-
tags/2.4.4/languages/share-center-pro_sk_SK.mo (added)
-
tags/2.4.4/languages/share-center-pro_sk_SK.po (added)
-
tags/2.4.4/lib (added)
-
tags/2.4.4/lib/bit51 (added)
-
tags/2.4.4/lib/bit51/bit51.css (added)
-
tags/2.4.4/lib/bit51/bit51.php (added)
-
tags/2.4.4/lib/bit51/images (added)
-
tags/2.4.4/lib/bit51/images/bit51-small.png (added)
-
tags/2.4.4/lib/bit51/images/bit51.png (added)
-
tags/2.4.4/lib/bit51/images/facebook.png (added)
-
tags/2.4.4/lib/bit51/images/google.png (added)
-
tags/2.4.4/lib/bit51/images/index.php (added)
-
tags/2.4.4/lib/bit51/images/subscribe.png (added)
-
tags/2.4.4/lib/bit51/images/twitter.png (added)
-
tags/2.4.4/lib/bit51/index.php (added)
-
tags/2.4.4/lib/index.php (added)
-
tags/2.4.4/readme.txt (added)
-
tags/2.4.4/screenshot-1.png (added)
-
tags/2.4.4/screenshot-2.png (added)
-
tags/2.4.4/screenshot-3.png (added)
-
tags/2.4.4/share-center-pro.php (added)
-
trunk/inc/style.css (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/share-center-pro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
share-center-pro/trunk/inc/style.css
r627718 r714924 1 1 #share-center-pro { 2 2 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%; 8 6 } 9 7 … … 18 16 display: inline-block; 19 17 *display: inline; 18 margin: 0 16px 16px 16px; 20 19 text-align: center; 21 20 zoom: 1; -
share-center-pro/trunk/readme.txt
r700794 r714924 6 6 Requires at least: 3.0 7 7 Tested up to: 3.5.1 8 Stable tag: 2.4. 38 Stable tag: 2.4.4 9 9 10 10 Adds asynchronous (won't slow your site down) sharing buttons for Google plus, Facebook, Twitter, LinkedIn, Buffer, and Reddit. … … 58 58 59 59 == Changelog == 60 61 = 2.4.4 = 62 * Updated styles center elements rather than justify 60 63 61 64 = 2.4.3 = -
share-center-pro/trunk/share-center-pro.php
r700794 r714924 4 4 Plugin URI: http://bit51.com/software/share-center-pro/ 5 5 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. 36 Version: 2.4.4 7 7 Text Domain: share-center-pro 8 8 Domain Path: /languages … … 21 21 class bit51_scp extends Bit51 { 22 22 23 public $pluginversion = '001 5'; //current plugin version23 public $pluginversion = '0016'; //current plugin version 24 24 25 25 //important plugin information
Note: See TracChangeset
for help on using the changeset viewer.