Plugin Directory

Changeset 393620


Ignore:
Timestamp:
06/05/2011 08:51:02 PM (15 years ago)
Author:
scibuff
Message:
  • changed version value to 2.0.3
Location:
wordpress-connect/branches/2.0.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wordpress-connect/branches/2.0.3/readme.txt

    r393601 r393620  
    66Requires at least: 3.0
    77Tested up to: 3.2
    8 Stable tag: 2.0.2
     8Stable tag: 2.0.3
    99
    1010This plugin integrates the Facebook Social Plugins with Wordpress.
     
    197197   
    198198== 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.
    199202= 2.0.2 =
    200203* Fixes the bug that like button display settings are not saved correctly
     
    263266 
    264267== Upgrade Notice ==
     268= 2.0.3 =
    265269= 2.0.2 =
    266270* Options bug fix
  • wordpress-connect/branches/2.0.3/src/WordpressConnectConstants.php

    r391013 r393620  
    1414 * The version of this Wordpress Connect file
    1515 */
    16 define( 'WPC_VERSION', '2.0' );
     16define( 'WPC_VERSION', '2.0.3' );
    1717
    1818define( 'WPC_TEXT_DOMAIN', 'wordpress-connect-text-domain' );
  • wordpress-connect/branches/2.0.3/wordpress-connect.php

    r393601 r393620  
    55Plugin URI: http://wp-connect.tomasvorobjov.com
    66Description: Integrates Facebook Social Plugins with Wordpress
    7 Version: 2.0.2
     7Version: 2.0.3
    88Author: Tomas Vorobjov
    99Author URI: htpt://www.tomasvorobjov.com
Note: See TracChangeset for help on using the changeset viewer.