Changeset 646969
- Timestamp:
- 01/02/2013 02:14:38 PM (13 years ago)
- Location:
- social-profiles-sidebar-widget
- Files:
-
- 4 edited
- 1 copied
-
tags/1.8 (copied) (copied from social-profiles-sidebar-widget/trunk)
-
tags/1.8/readme.txt (modified) (2 diffs)
-
tags/1.8/social-profiles-sidebar-widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/social-profiles-sidebar-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
social-profiles-sidebar-widget/tags/1.8/readme.txt
r524630 r646969 4 4 Tags: Socialmedia, Delicious, Facebook, Flickr, Google, Linkarena, Linkedin, RSS, Technorati, Twitter, Wikio, Wong, Xing, Yahoo, Yigg, Youtube 5 5 Requires at least: 3.1 6 Tested up to: 3. 47 Stable tag: 1. 7.16 Tested up to: 3.5 7 Stable tag: 1.8 8 8 9 9 Add a sidebarwidget for social profiles in you blog. Supports several sets of icons and three different iconsizes. 32, 64, and 128 Pixel. … … 44 44 45 45 == Changelog == 46 = 1.8 = 47 * (02.01.2013) 48 * Ready for WordPress 3.5 46 49 47 50 = 1.7.1 = -
social-profiles-sidebar-widget/tags/1.8/social-profiles-sidebar-widget.php
r524630 r646969 2 2 /** 3 3 * 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/ 5 5 * Description: Add a sidebarwidget for social profiles in your blog. Supports several sets of icons and different iconsizes. 6 * Version: 1. 7.16 * Version: 1.8 7 7 * Author: H.-Peter Pfeufer 8 8 * Author URI: http://ppfeufer.de 9 9 */ 10 define('SOCIALPROFILESSIDEBARWIDGETVERSION', '1. 7.1');10 define('SOCIALPROFILESSIDEBARWIDGETVERSION', '1.8'); 11 11 12 12 class Social_Profiles_Sidebar extends WP_Widget { -
social-profiles-sidebar-widget/trunk/readme.txt
r524630 r646969 4 4 Tags: Socialmedia, Delicious, Facebook, Flickr, Google, Linkarena, Linkedin, RSS, Technorati, Twitter, Wikio, Wong, Xing, Yahoo, Yigg, Youtube 5 5 Requires at least: 3.1 6 Tested up to: 3. 47 Stable tag: 1. 7.16 Tested up to: 3.5 7 Stable tag: 1.8 8 8 9 9 Add a sidebarwidget for social profiles in you blog. Supports several sets of icons and three different iconsizes. 32, 64, and 128 Pixel. … … 44 44 45 45 == Changelog == 46 = 1.8 = 47 * (02.01.2013) 48 * Ready for WordPress 3.5 46 49 47 50 = 1.7.1 = -
social-profiles-sidebar-widget/trunk/social-profiles-sidebar-widget.php
r524630 r646969 2 2 /** 3 3 * 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/ 5 5 * Description: Add a sidebarwidget for social profiles in your blog. Supports several sets of icons and different iconsizes. 6 * Version: 1. 7.16 * Version: 1.8 7 7 * Author: H.-Peter Pfeufer 8 8 * Author URI: http://ppfeufer.de 9 9 */ 10 define('SOCIALPROFILESSIDEBARWIDGETVERSION', '1. 7.1');10 define('SOCIALPROFILESSIDEBARWIDGETVERSION', '1.8'); 11 11 12 12 class Social_Profiles_Sidebar extends WP_Widget {
Note: See TracChangeset
for help on using the changeset viewer.