Plugin Directory

Changeset 1035657


Ignore:
Timestamp:
11/30/2014 09:54:17 PM (11 years ago)
Author:
ryo-nosuke
Message:

released version 2.3.1

Location:
wp-facebook-portal/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-facebook-portal/trunk/libraries/facebook.php

    r1000044 r1035657  
    3636 * @var string
    3737 */
    38     public $requestUrl = 'https://graph.facebook.com/v2.1';
     38    public $requestUrl = 'https://graph.facebook.com/v2.2';
    3939
    4040/**
     
    199199        if (empty($page_id)) return false;
    200200
    201         $path = '/' . $page_id . '/feed';
     201        $path = '/' . $page_id . '/posts';
    202202        $params = array(
    203203            'fields' => 'id,message,created_time,type,link,object_id',
  • wp-facebook-portal/trunk/plugin.php

    r1000044 r1035657  
    66Author: Yoshika (@rnsk)
    77Author URI: http://rnsk.net/
    8 Version: 2.3
     8Version: 2.3.1
    99License: GPL2
    1010License URI: license.txt
     
    3939 * @var string
    4040 */
    41     const VERSION = '2.3';
     41    const VERSION = '2.3.1';
    4242
    4343/**
  • wp-facebook-portal/trunk/readme.txt

    r1000044 r1035657  
    44Tags: Facebook, Facebook page, portal, feed
    55Requires at least: 3.5.1
    6 Tested up to: 4.0
    7 Stable tag: 2.3
     6Tested up to: 4.0.1
     7Stable tag: 2.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6666== Changelog ==
    6767
     682.3.1 
     69Facebook ページが投稿した記事のみ取得するよう修正 
     70Facebook API v.2.2 に対応 
     71WordPress 4.0.1 に対応 
     72Modified to get only from Facebook page the posts. 
     73Corresponded to the Facebook API v.2.2 
     74Corresponded to the WordPress 4.0.1 
     75
    68762.3 
    6977Facebook API v.2.1 に対応 
Note: See TracChangeset for help on using the changeset viewer.