Plugin Directory

Changeset 646969


Ignore:
Timestamp:
01/02/2013 02:14:38 PM (13 years ago)
Author:
ppfeufer
Message:

v1.8
Ready for WordPress 3.5

Location:
social-profiles-sidebar-widget
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • social-profiles-sidebar-widget/tags/1.8/readme.txt

    r524630 r646969  
    44Tags: Socialmedia, Delicious, Facebook, Flickr, Google, Linkarena, Linkedin, RSS, Technorati, Twitter, Wikio, Wong, Xing, Yahoo, Yigg, Youtube
    55Requires at least: 3.1
    6 Tested up to: 3.4
    7 Stable tag: 1.7.1
     6Tested up to: 3.5
     7Stable tag: 1.8
    88
    99Add a sidebarwidget for social profiles in you blog. Supports several sets of icons and three different iconsizes. 32, 64, and 128 Pixel.
     
    4444
    4545== Changelog ==
     46= 1.8 =
     47* (02.01.2013)
     48* Ready for WordPress 3.5
    4649
    4750= 1.7.1 =
  • social-profiles-sidebar-widget/tags/1.8/social-profiles-sidebar-widget.php

    r524630 r646969  
    22/**
    33 * Plugin Name: Social Profiles Sidebar Widget
    4  * Plugin URI: http://blog.ppfeufer.de/wordpress-plugin-social-profiles-sidebar-widget/
     4 * Plugin URI: http://ppfeufer.de/wordpress-plugin/social-profiles-sidebar-widget/
    55 * Description: Add a sidebarwidget for social profiles in your blog. Supports several sets of icons and different iconsizes.
    6  * Version: 1.7.1
     6 * Version: 1.8
    77 * Author: H.-Peter Pfeufer
    88 * Author URI: http://ppfeufer.de
    99 */
    10 define('SOCIALPROFILESSIDEBARWIDGETVERSION', '1.7.1');
     10define('SOCIALPROFILESSIDEBARWIDGETVERSION', '1.8');
    1111
    1212class Social_Profiles_Sidebar extends WP_Widget {
  • social-profiles-sidebar-widget/trunk/readme.txt

    r524630 r646969  
    44Tags: Socialmedia, Delicious, Facebook, Flickr, Google, Linkarena, Linkedin, RSS, Technorati, Twitter, Wikio, Wong, Xing, Yahoo, Yigg, Youtube
    55Requires at least: 3.1
    6 Tested up to: 3.4
    7 Stable tag: 1.7.1
     6Tested up to: 3.5
     7Stable tag: 1.8
    88
    99Add a sidebarwidget for social profiles in you blog. Supports several sets of icons and three different iconsizes. 32, 64, and 128 Pixel.
     
    4444
    4545== Changelog ==
     46= 1.8 =
     47* (02.01.2013)
     48* Ready for WordPress 3.5
    4649
    4750= 1.7.1 =
  • social-profiles-sidebar-widget/trunk/social-profiles-sidebar-widget.php

    r524630 r646969  
    22/**
    33 * Plugin Name: Social Profiles Sidebar Widget
    4  * Plugin URI: http://blog.ppfeufer.de/wordpress-plugin-social-profiles-sidebar-widget/
     4 * Plugin URI: http://ppfeufer.de/wordpress-plugin/social-profiles-sidebar-widget/
    55 * Description: Add a sidebarwidget for social profiles in your blog. Supports several sets of icons and different iconsizes.
    6  * Version: 1.7.1
     6 * Version: 1.8
    77 * Author: H.-Peter Pfeufer
    88 * Author URI: http://ppfeufer.de
    99 */
    10 define('SOCIALPROFILESSIDEBARWIDGETVERSION', '1.7.1');
     10define('SOCIALPROFILESSIDEBARWIDGETVERSION', '1.8');
    1111
    1212class Social_Profiles_Sidebar extends WP_Widget {
Note: See TracChangeset for help on using the changeset viewer.