Plugin Directory

Changeset 437541


Ignore:
Timestamp:
09/13/2011 04:39:26 PM (15 years ago)
Author:
kcfried
Message:

Ooops! broke some code. this is an emergency patch

Location:
fanpage-connect/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fanpage-connect/trunk/fanpage-connect.php

    r437446 r437541  
    33Plugin Name: Fanpage Connect FREE
    44Plugin URI: http://www.fanpageconnect.com
    5 Version: v1.4.2
     5Version: v1.4.3
    66Author: Pat Friedl, Chris Friedl, Bryan Batson
    77Description: Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress.
     
    7979
    8080            if (!defined('FPC_PLUGIN_VERSION'))
    81                 define('FPC_PLUGIN_VERSION','1.4.1');
     81                define('FPC_PLUGIN_VERSION','1.4.3');
    8282
    8383            global $post;
     
    356356FB.init({   appId : '<?php echo $this->fbappid; ?>', status : true, cookie : true, xfbml : true, oauth: true    });
    357357<?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; ?>"; });
     358FB.Event.subscribe('edge.create', function(response) { top.location.href = "<?php echo $this->g_fp_url.'?sk=app_'.$this->fbappid; ?>"; });
     359FB.Event.subscribe('edge.create', function(response) { top.location.href = "<?php echo $this->g_fp_url.'?sk=app_'.$this->fbappid; ?>"; });
    360360<?php endif; ?>
    361361</script>
  • fanpage-connect/trunk/readme.txt

    r437446 r437541  
    66Requires at least: 3.0
    77Tested up to: 3.2.1
    8 Stable tag: 1.4.2
     8Stable tag: 1.4.3
    99
    1010Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress.
     
    115115== Upgrade Notice ==
    116116
     117= 1.4.3 =
     118* Emergency patch for broken version 1.4.2!
     119
    117120= 1.4.2 =
    118121* Fixed the like/unlike behavior of the in-page like buttons
Note: See TracChangeset for help on using the changeset viewer.