Changeset 437446
- Timestamp:
- 09/13/2011 01:35:27 PM (15 years ago)
- Location:
- fanpage-connect/trunk
- Files:
-
- 2 edited
-
fanpage-connect.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fanpage-connect/trunk/fanpage-connect.php
r431815 r437446 3 3 Plugin Name: Fanpage Connect FREE 4 4 Plugin URI: http://www.fanpageconnect.com 5 Version: v1.4. 15 Version: v1.4.2 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. … … 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) { window.location.reload(true); });359 FB.Event.subscribe('edge.remove', function(response) { window.location.reload(true); });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; ?>"; }); 360 360 <?php endif; ?> 361 361 </script> -
fanpage-connect/trunk/readme.txt
r431808 r437446 6 6 Requires at least: 3.0 7 7 Tested up to: 3.2.1 8 Stable tag: 1.4. 18 Stable tag: 1.4.2 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.2 = 118 * Fixed the like/unlike behavior of the in-page like buttons 119 117 120 = 1.4.1 = 118 Update for SSL compatability. Please upgrade!121 * Update for SSL compatability. Please upgrade! 119 122 120 123 == Changelog == … … 122 125 * Updated sourcing of Google fonts to match document protocol (http/https) 123 126 * Updated registration/activation form to match document protocol (http/https) 124 * Added 25 additional Google Web Fonts125 127 126 128 = 1.4 =
Note: See TracChangeset
for help on using the changeset viewer.