Version Description
= Facebook Auto Publish 1.0.1 = If you had issues with default image used for auto publishing, you may apply this upgrade.
= Facebook Auto Publish 1.0 = First official launch.
Download this release
Release Info
Developer | f1logic |
Plugin | WP Facebook Auto Publish |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- admin/publish.php +3 -3
- facebook-auto-publish.php +1 -1
- readme.txt +5 -2
admin/publish.php
CHANGED
@@ -52,8 +52,7 @@ function xyz_fbap_link_publish($post_ID) {
|
|
52 |
|
53 |
foreach( $entries0 as $entry ) {
|
54 |
$user_nicename=$entry->user_nicename;}
|
55 |
-
|
56 |
-
if ($postpp->post_status == 'publish')
|
57 |
{
|
58 |
$posttype=$postpp->post_type;
|
59 |
$fb_publish_status=array();
|
@@ -88,7 +87,8 @@ function xyz_fbap_link_publish($post_ID) {
|
|
88 |
}
|
89 |
}
|
90 |
|
91 |
-
|
|
|
92 |
$pluginName = 'bitly/bitly.php';
|
93 |
|
94 |
if (is_plugin_active($pluginName)) {
|
52 |
|
53 |
foreach( $entries0 as $entry ) {
|
54 |
$user_nicename=$entry->user_nicename;}
|
55 |
+
if ($postpp->post_status == 'publish' || $postpp->post_status == 'future')
|
|
|
56 |
{
|
57 |
$posttype=$postpp->post_type;
|
58 |
$fb_publish_status=array();
|
87 |
}
|
88 |
}
|
89 |
|
90 |
+
include_once ABSPATH.'wp-admin/includes/plugin.php';
|
91 |
+
|
92 |
$pluginName = 'bitly/bitly.php';
|
93 |
|
94 |
if (is_plugin_active($pluginName)) {
|
facebook-auto-publish.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Facebook Auto Publish
|
4 |
Plugin URI: http://xyzscripts.com/wordpress-plugins/facebook-auto-publish/
|
5 |
Description: Publish posts automatically from your blog to Facebook social media. You can publish your posts to Facebook as simple text message, text message with image or as attached link to your blog. The plugin supports filtering posts by custom post-types and categories.
|
6 |
-
Version: 1.1.
|
7 |
Author: xyzscripts.com
|
8 |
Author URI: http://xyzscripts.com/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: Facebook Auto Publish
|
4 |
Plugin URI: http://xyzscripts.com/wordpress-plugins/facebook-auto-publish/
|
5 |
Description: Publish posts automatically from your blog to Facebook social media. You can publish your posts to Facebook as simple text message, text message with image or as attached link to your blog. The plugin supports filtering posts by custom post-types and categories.
|
6 |
+
Version: 1.1.2
|
7 |
Author: xyzscripts.com
|
8 |
Author URI: http://xyzscripts.com/
|
9 |
License: GPLv2 or later
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: f1logic
|
|
3 |
Donate link: http://xyzscripts.com/donate/
|
4 |
Tags: facebook, facebook auto publish, publish post to facebook, add link to facebook, facebook publishing, post to facebook, post to fb, social media auto publish, social media publishing, social network auto publish, social media, social network
|
5 |
Requires at least: 2.8
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Publish posts automatically to Facebook page or profile.
|
@@ -122,6 +122,9 @@ More questions ? [Drop a mail](http://xyzscripts.com/members/support/ "XYZScript
|
|
122 |
|
123 |
== Changelog ==
|
124 |
|
|
|
|
|
|
|
125 |
= Facebook Auto Publish 1.1.1 =
|
126 |
* Added compatibility with wordpress 3.9.1
|
127 |
* Facebook API V 2.0 compatibility added
|
3 |
Donate link: http://xyzscripts.com/donate/
|
4 |
Tags: facebook, facebook auto publish, publish post to facebook, add link to facebook, facebook publishing, post to facebook, post to fb, social media auto publish, social media publishing, social network auto publish, social media, social network
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 4.0
|
7 |
+
Stable tag: 1.1.2
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Publish posts automatically to Facebook page or profile.
|
122 |
|
123 |
== Changelog ==
|
124 |
|
125 |
+
= Facebook Auto Publish 1.1.2 =
|
126 |
+
* Fixed auto-publish of scheduled post
|
127 |
+
|
128 |
= Facebook Auto Publish 1.1.1 =
|
129 |
* Added compatibility with wordpress 3.9.1
|
130 |
* Facebook API V 2.0 compatibility added
|