Changeset 393620
- Timestamp:
- 06/05/2011 08:51:02 PM (15 years ago)
- Location:
- wordpress-connect/branches/2.0.3
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
src/WordpressConnectConstants.php (modified) (1 diff)
-
wordpress-connect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-connect/branches/2.0.3/readme.txt
r393601 r393620 6 6 Requires at least: 3.0 7 7 Tested up to: 3.2 8 Stable tag: 2.0. 28 Stable tag: 2.0.3 9 9 10 10 This plugin integrates the Facebook Social Plugins with Wordpress. … … 197 197 198 198 == ChangeLog == 199 = 2.0.3 = 200 * Fixes the bug with the description meta tag that would print just the 201 first letter of the content followed by a space and the ellipsis. 199 202 = 2.0.2 = 200 203 * Fixes the bug that like button display settings are not saved correctly … … 263 266 264 267 == Upgrade Notice == 268 = 2.0.3 = 265 269 = 2.0.2 = 266 270 * Options bug fix -
wordpress-connect/branches/2.0.3/src/WordpressConnectConstants.php
r391013 r393620 14 14 * The version of this Wordpress Connect file 15 15 */ 16 define( 'WPC_VERSION', '2.0 ' );16 define( 'WPC_VERSION', '2.0.3' ); 17 17 18 18 define( 'WPC_TEXT_DOMAIN', 'wordpress-connect-text-domain' ); -
wordpress-connect/branches/2.0.3/wordpress-connect.php
r393601 r393620 5 5 Plugin URI: http://wp-connect.tomasvorobjov.com 6 6 Description: Integrates Facebook Social Plugins with Wordpress 7 Version: 2.0. 27 Version: 2.0.3 8 8 Author: Tomas Vorobjov 9 9 Author URI: htpt://www.tomasvorobjov.com
Note: See TracChangeset
for help on using the changeset viewer.