Changeset 698304
- Timestamp:
- 04/16/2013 06:57:51 AM (13 years ago)
- Location:
- social-crowd/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
social_crowd.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-crowd/trunk/readme.txt
r698238 r698304 7 7 Requires at least: 3.0 8 8 Tested up to: 3.5.1 9 Stable tag: 0.9 9 Stable tag: 0.9.1 10 10 11 11 Social Crowd retrieves the count/number of Friends/Followers from your favorite social networks and displays them throughout your blog … … 329 329 == Changelog == 330 330 331 = 0.9 [2012-12-24] = 332 * Updated for Wordpress 3.5 331 = 0.9.1 [2013-04-15] 332 * Fixed issue created while updating to 0.9.1 333 334 = 0.9 [2013-04-15] = 335 * Updated for Wordpress 3.5.1 333 336 * Removed Feedburner support (Google discontinued Feedburner API Support) 334 337 * Removed Google+ support (Google Changes have broken existing functionality - possibly will return in a future release) … … 412 415 Added new widget layouts and a new shortcode. 413 416 414 r, Youtube, and Vimeo.415 * Added additional detail and information in the Readme file.416 * Small UI tweaks to the Admin.417 418 = 0.1 [2011-05-17] =419 * Initial Release420 421 == Upgrade Notice ==422 423 = 0.8.4 =424 Added capacity to specify the type of stats displayed in the Advanced Widget.425 426 = 0.8 =427 Added new widget layouts and a new shortcode.428 -
social-crowd/trunk/social_crowd.php
r698250 r698304 3 3 * @package Social_Crowd 4 4 * @author Randall Hinton 5 * @version 0.9 5 * @version 0.9.1 6 6 */ 7 7 /* … … 10 10 Description: This plugin retrieves the raw number of Friends/Followers/Fans etc from your favorite social networks and allows you to show that raw number on any page of your wordpress blog using a simple php function **Requires PHP Curl Module** 11 11 Author: Randall Hinton 12 Version: 0.9 12 Version: 0.9.1 13 13 Author URI: http://www.macnative.com/ 14 14 */
Note: See TracChangeset
for help on using the changeset viewer.