Plugin Directory

Changeset 393601


Ignore:
Timestamp:
06/05/2011 08:20:04 PM (15 years ago)
Author:
scibuff
Message:

2.0.2

  • Fixes the bug that like button display settings are not saved correctly after saving them
Location:
wordpress-connect/branches/2.0.2
Files:
3 edited

Legend:

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

    r393104 r393601  
    66Requires at least: 3.0
    77Tested up to: 3.2
    8 Stable tag: 2.0.1
     8Stable tag: 2.0.2
    99
    1010This plugin integrates the Facebook Social Plugins with Wordpress.
     
    197197   
    198198== ChangeLog ==
     199= 2.0.2 =
     200* Fixes the bug that like button display settings are not saved correctly
     201  after saving them
    199202= 2.0.1 =
    200203* Fixes the bug that non-admin users can no longer log in and access
     
    260263 
    261264== Upgrade Notice ==
     265= 2.0.2 =
     266* Options bug fix
     267= 2.0.1 =
     268* Bug fixes
     269* Facebook Javascript SDK asynchronous loading
    262270= 2.0 =
    263271* The 2.0 version of Wordpress Connect brings the newest features of Facebook
  • wordpress-connect/branches/2.0.2/src/admin/WordpressConnectAdminPanelLikeButton.php

    r393104 r393601  
    504504        $checked = ( !empty( $options[ $option ] ) ) ? 'checked="checked" ' : '';
    505505?>
    506         <input type="checkbox" id="<?php echo $option; ?>" name="<?php echo WPC_OPTIONS_COMMENTS,'[',$option,']'; ?>"<?php echo $checked; ?> />
     506        <input type="checkbox" id="<?php echo $option; ?>" name="<?php echo WPC_OPTIONS_LIKE_BUTTON,'[',$option,']'; ?>"<?php echo $checked; ?> />
    507507        <span class="description"><?php echo $description ?></span>
    508508<?php
  • wordpress-connect/branches/2.0.2/wordpress-connect.php

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