Changeset 393601
- Timestamp:
- 06/05/2011 08:20:04 PM (15 years ago)
- Location:
- wordpress-connect/branches/2.0.2
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
src/admin/WordpressConnectAdminPanelLikeButton.php (modified) (1 diff)
-
wordpress-connect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-connect/branches/2.0.2/readme.txt
r393104 r393601 6 6 Requires at least: 3.0 7 7 Tested up to: 3.2 8 Stable tag: 2.0. 18 Stable tag: 2.0.2 9 9 10 10 This plugin integrates the Facebook Social Plugins with Wordpress. … … 197 197 198 198 == ChangeLog == 199 = 2.0.2 = 200 * Fixes the bug that like button display settings are not saved correctly 201 after saving them 199 202 = 2.0.1 = 200 203 * Fixes the bug that non-admin users can no longer log in and access … … 260 263 261 264 == Upgrade Notice == 265 = 2.0.2 = 266 * Options bug fix 267 = 2.0.1 = 268 * Bug fixes 269 * Facebook Javascript SDK asynchronous loading 262 270 = 2.0 = 263 271 * 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 504 504 $checked = ( !empty( $options[ $option ] ) ) ? 'checked="checked" ' : ''; 505 505 ?> 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; ?> /> 507 507 <span class="description"><?php echo $description ?></span> 508 508 <?php -
wordpress-connect/branches/2.0.2/wordpress-connect.php
r393136 r393601 5 5 Plugin URI: http://wp-connect.tomasvorobjov.com 6 6 Description: Integrates Facebook Social Plugins with Wordpress 7 Version: 2.0. 17 Version: 2.0.2 8 8 Author: Tomas Vorobjov 9 9 Author URI: htpt://www.tomasvorobjov.com
Note: See TracChangeset
for help on using the changeset viewer.