Changeset 437541
- Timestamp:
- 09/13/2011 04:39:26 PM (15 years ago)
- Location:
- fanpage-connect/trunk
- Files:
-
- 2 edited
-
fanpage-connect.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fanpage-connect/trunk/fanpage-connect.php
r437446 r437541 3 3 Plugin Name: Fanpage Connect FREE 4 4 Plugin URI: http://www.fanpageconnect.com 5 Version: v1.4. 25 Version: v1.4.3 6 6 Author: Pat Friedl, Chris Friedl, Bryan Batson 7 7 Description: Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress. … … 79 79 80 80 if (!defined('FPC_PLUGIN_VERSION')) 81 define('FPC_PLUGIN_VERSION','1.4. 1');81 define('FPC_PLUGIN_VERSION','1.4.3'); 82 82 83 83 global $post; … … 356 356 FB.init({ appId : '<?php echo $this->fbappid; ?>', status : true, cookie : true, xfbml : true, oauth: true }); 357 357 <?php if(!empty($this->fbappid)):?> 358 FB.Event.subscribe('edge.create', function(response) { top.location.href = "<?php echo $this->g_fp_url. $this->?.'sk=app_'.$this->fbappid; ?>"; });359 FB.Event.subscribe('edge. remove', function(response) { top.location.href = "<?php echo $this->g_fp_url.$this->?.'sk=app_'.$this->fbappid; ?>"; });358 FB.Event.subscribe('edge.create', function(response) { top.location.href = "<?php echo $this->g_fp_url.'?sk=app_'.$this->fbappid; ?>"; }); 359 FB.Event.subscribe('edge.create', function(response) { top.location.href = "<?php echo $this->g_fp_url.'?sk=app_'.$this->fbappid; ?>"; }); 360 360 <?php endif; ?> 361 361 </script> -
fanpage-connect/trunk/readme.txt
r437446 r437541 6 6 Requires at least: 3.0 7 7 Tested up to: 3.2.1 8 Stable tag: 1.4. 28 Stable tag: 1.4.3 9 9 10 10 Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress. … … 115 115 == Upgrade Notice == 116 116 117 = 1.4.3 = 118 * Emergency patch for broken version 1.4.2! 119 117 120 = 1.4.2 = 118 121 * Fixed the like/unlike behavior of the in-page like buttons
Note: See TracChangeset
for help on using the changeset viewer.