Plugin Directory

Changeset 928743


Ignore:
Timestamp:
06/09/2014 05:50:12 AM (12 years ago)
Author:
M66B
Message:

1.207 release

Location:
add-link-to-facebook
Files:
1 deleted
3 edited
13 copied

Legend:

Unmodified
Added
Removed
  • add-link-to-facebook/tags/1.207/add-link-to-facebook-int.php

    r923648 r928743  
    5252            $url .= '?client_id=' . urlencode(get_user_meta($user_ID, c_al2fb_meta_client_id, true));
    5353            $url .= '&redirect_uri=' . urlencode(WPAL2Int::Redirect_uri());
    54             $url .= '&scope=read_stream,publish_stream,offline_access,manage_pages,user_groups';
     54            $url .= '&scope=read_stream,publish_stream,offline_access,manage_pages,user_groups,publish_actions';
    5555            $url .= '&state=' . WPAL2Int::Authorize_secret();
    5656            return $url;
  • add-link-to-facebook/tags/1.207/add-link-to-facebook.php

    r926143 r928743  
    44Plugin URI: http://wordpress.org/extend/plugins/add-link-to-facebook/
    55Description: Automatically add links to published posts to your Facebook wall or pages
    6 Version: 1.206
     6Version: 1.207
    77Author: Marcel Bokhorst
    88Author URI: http://blog.bokhorst.biz/about/
  • add-link-to-facebook/tags/1.207/readme.txt

    r926534 r928743  
    55Requires at least: 3.2
    66Tested up to: 3.9.1
    7 Stable tag: 1.206
     7Stable tag: 1.207
    88
    99Automatically add links to published posts or pages to your Facebook wall, pages or groups and more
     
    813813* Reports that everything works are also appreciated :-)
    814814
     815= 1.207 =
     816* Updated Facebook permissions (you should authorize the plugin again)
     817
    815818= 1.206 =
    816 * Increased pages/groups limit to 250 (much higher than the Facebook default)
     819* Increased pages/groups limit to 250
    817820* Updated security certificates
    818821
     
    820823* Only pro users will be supported
    821824
    822 = 1.204 =
    823 * Tested with WordPress 3.9
    824 
    825825== Upgrade Notice ==
    826826
    827 = 1.206 =
    828 Increased pages/groups limit, updated security certificates
     827= 1.207 =
     828Updated Facebook permissions
    829829
    830830== Setup guide ==
  • add-link-to-facebook/trunk/add-link-to-facebook-int.php

    r923648 r928743  
    5252            $url .= '?client_id=' . urlencode(get_user_meta($user_ID, c_al2fb_meta_client_id, true));
    5353            $url .= '&redirect_uri=' . urlencode(WPAL2Int::Redirect_uri());
    54             $url .= '&scope=read_stream,publish_stream,offline_access,manage_pages,user_groups';
     54            $url .= '&scope=read_stream,publish_stream,offline_access,manage_pages,user_groups,publish_actions';
    5555            $url .= '&state=' . WPAL2Int::Authorize_secret();
    5656            return $url;
  • add-link-to-facebook/trunk/add-link-to-facebook.php

    r926143 r928743  
    44Plugin URI: http://wordpress.org/extend/plugins/add-link-to-facebook/
    55Description: Automatically add links to published posts to your Facebook wall or pages
    6 Version: 1.206
     6Version: 1.207
    77Author: Marcel Bokhorst
    88Author URI: http://blog.bokhorst.biz/about/
  • add-link-to-facebook/trunk/readme.txt

    r926534 r928743  
    55Requires at least: 3.2
    66Tested up to: 3.9.1
    7 Stable tag: 1.206
     7Stable tag: 1.207
    88
    99Automatically add links to published posts or pages to your Facebook wall, pages or groups and more
     
    813813* Reports that everything works are also appreciated :-)
    814814
     815= 1.207 =
     816* Updated Facebook permissions (you should authorize the plugin again)
     817
    815818= 1.206 =
    816 * Increased pages/groups limit to 250 (much higher than the Facebook default)
     819* Increased pages/groups limit to 250
    817820* Updated security certificates
    818821
     
    820823* Only pro users will be supported
    821824
    822 = 1.204 =
    823 * Tested with WordPress 3.9
    824 
    825825== Upgrade Notice ==
    826826
    827 = 1.206 =
    828 Increased pages/groups limit, updated security certificates
     827= 1.207 =
     828Updated Facebook permissions
    829829
    830830== Setup guide ==
Note: See TracChangeset for help on using the changeset viewer.