Revive Old Posts – Auto Post to Social Media - Version 7.4.8

Version Description

Download this release

Release Info

Developer codeinwp
Plugin Icon 128x128 Revive Old Posts – Auto Post to Social Media
Version 7.4.8
Comparing to
See all releases

Code changes from version 7.4.7 to 7.4.8

Files changed (4) hide show
  1. CHANGELOG.md +9 -4
  2. inc/core.php +5 -0
  3. readme.txt +11 -4
  4. tweet-old-post.php +2 -2
CHANGELOG.md CHANGED
@@ -1,4 +1,13 @@
1
 
 
 
 
2
- update description
 
 
 
3
- Fixed bad chars in name for twitter.
4
- Fixed facebook display users.
5
 
6
 
7
 
8
- Fixed remote check for pro version.
1
 
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
 
12
 
13
 
 
inc/core.php CHANGED
@@ -1632,6 +1632,7 @@ endif;
1632
  $user_details = $twitter->get('account/verify_credentials');
1633
  $user_details->status = array();
1634
  $user_details->description = '';
 
1635
  $newUser = array(
1636
  'user_id' => $user_details->id,
1637
  'oauth_token' => $access_token['oauth_token'],
@@ -1669,6 +1670,10 @@ endif;
1669
  if(isset($response['body']))
1670
  {
1671
  parse_str($response['body'], $params);
 
 
 
 
1672
  if(isset($params['access_token']))
1673
  $access_token = $params['access_token'];
1674
  }
1632
  $user_details = $twitter->get('account/verify_credentials');
1633
  $user_details->status = array();
1634
  $user_details->description = '';
1635
+ $user_details->name = preg_replace("/[^A-Za-z0-9 ]/", '', $user_details->name );
1636
  $newUser = array(
1637
  'user_id' => $user_details->id,
1638
  'oauth_token' => $access_token['oauth_token'],
1670
  if(isset($response['body']))
1671
  {
1672
  parse_str($response['body'], $params);
1673
+ if ( ! isset( $params['access_token'] ) ) {
1674
+ // check if the body is in json
1675
+ $params = json_decode( $response['body'], true );
1676
+ }
1677
  if(isset($params['access_token']))
1678
  $access_token = $params['access_token'];
1679
  }
readme.txt CHANGED
@@ -1,12 +1,12 @@
1
- === Revive Old Post (Former Tweet Old Post) ===
2
  Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,Madalin_Themeisle, rsocial, uriahs-victor
3
  Tags:twitter, facebook, linkedin, automatic, tweet, share, wordpress, marketing, sharing, Tweet old post, Tweets,evergreen
4
  Requires at least: 2.7
5
- Tested up to: 4.7.1
6
  Stable tag: trunk
7
 
8
 
9
- Automatically share your old posts on Twitter, Facebook, LinkedIn. Get more visitors to your website and keep your content alive.
10
 
11
  == Description ==
12
 
@@ -14,6 +14,8 @@ Automatically share your old posts on Twitter, Facebook, LinkedIn. Get more visi
14
 
15
  This plugin helps you keep your old posts alive by automatically sharing them and driving more traffic to them from Social Networks. It also helps you to promote your content. You can set sharing interval and number of posts to share to drive more traffic.For questions, comments, or feature requests, <a href="http://revive.social/support/?utm_source=readmetop&utm_medium=announce&utm_campaign=top">contact us</a>!
16
 
 
 
17
 
18
 
19
  **Revive Old Post provides the following features**
@@ -27,6 +29,7 @@ This plugin helps you keep your old posts alive by automatically sharing them an
27
  - Exclude specific posts.
28
  - Integrated with Google Analytics.
29
  - Compatible with URL Shortners.
 
30
 
31
 
32
  > ### Why to upgrade to PRO ?
@@ -75,7 +78,7 @@ Alternatively you can also follow the following steps to install the Revive Old
75
 
76
  1. In your WordPress Administration Panels, click on Add New option under Plugins from the menu.
77
  2. Click on upload at the top.
78
- 3. Browse the location and select the Revive Old Post Plugin and click install now.
79
  4. To turn the Revive Old Posts Plugin on, click Activate.
80
  5. Check your Administration Panels or WordPress blog to see if the Plugin is working.
81
  6. You can change the plugin options from Revive Old Posts under settings menu.
@@ -128,6 +131,10 @@ http://revive.social/plugins/revive-old-post
128
 
129
  == Changelog ==
130
 
 
 
 
 
131
  **New in v7.4.7**
132
 
133
  * Fixed issue with settings cleared after update/deactivate
1
+ === Revive Old Post - Auto Post to Social Media ===
2
  Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,Madalin_Themeisle, rsocial, uriahs-victor
3
  Tags:twitter, facebook, linkedin, automatic, tweet, share, wordpress, marketing, sharing, Tweet old post, Tweets,evergreen
4
  Requires at least: 2.7
5
+ Tested up to: 4.7.3
6
  Stable tag: trunk
7
 
8
 
9
+ Automatically share your WordPress posts on Twitter, Facebook, LinkedIn. Get more visitors to your website and keep your content alive.
10
 
11
  == Description ==
12
 
14
 
15
  This plugin helps you keep your old posts alive by automatically sharing them and driving more traffic to them from Social Networks. It also helps you to promote your content. You can set sharing interval and number of posts to share to drive more traffic.For questions, comments, or feature requests, <a href="http://revive.social/support/?utm_source=readmetop&utm_medium=announce&utm_campaign=top">contact us</a>!
16
 
17
+ ROP can work as a facebook or twitter auto-poster and using it you can easily auto-share your posts on social media.
18
+
19
 
20
 
21
  **Revive Old Post provides the following features**
29
  - Exclude specific posts.
30
  - Integrated with Google Analytics.
31
  - Compatible with URL Shortners.
32
+ - WP to Twitter
33
 
34
 
35
  > ### Why to upgrade to PRO ?
78
 
79
  1. In your WordPress Administration Panels, click on Add New option under Plugins from the menu.
80
  2. Click on upload at the top.
81
+ 3. Browse the location and select the Tweet old post Plugin and click install now.
82
  4. To turn the Revive Old Posts Plugin on, click Activate.
83
  5. Check your Administration Panels or WordPress blog to see if the Plugin is working.
84
  6. You can change the plugin options from Revive Old Posts under settings menu.
131
 
132
  == Changelog ==
133
 
134
+ **New in v7.4.8**
135
+
136
+ * Fixed facebook display users popup.
137
+
138
  **New in v7.4.7**
139
 
140
  * Fixed issue with settings cleared after update/deactivate
tweet-old-post.php CHANGED
@@ -4,7 +4,7 @@
4
  # Plugin URI: https://revive.social/
5
  # Description: Wordpress plugin that helps you to keeps your old posts alive by sharing them and driving more traffic to them from twitter/facebook or linkedin. It also helps you to promote your content. You can set time and no of posts to share to drive more traffic.For questions, comments, or feature requests, <a href="http://revive.social/support/?utm_source=plugindesc&utm_medium=announce&utm_campaign=top">contact </a> us!
6
  # Author: revive.social
7
- # Version: 7.4.7
8
  # Author URI: https://revive.social/
9
  # Text Domain: tweet-old-post
10
  # Domain Path: /languages
@@ -19,7 +19,7 @@ define("ROPJSFILE", plugins_url('js/master.js',__FILE__ ));
19
  define("ROPJSCOUNTDOWN", plugins_url('js/countdown.js',__FILE__ ));
20
  define("ROPPLUGINBASENAME", plugin_basename(__FILE__));
21
  define('ROP_TOP_FB_API_VERSION','v2.0');
22
- define('ROP_VERSION','7.4.7');
23
  // Added by Ash/Upwork
24
  define("ROP_ROOT", trailingslashit(plugins_url("", __FILE__)));
25
  // Added by Ash/Upwork
4
  # Plugin URI: https://revive.social/
5
  # Description: Wordpress plugin that helps you to keeps your old posts alive by sharing them and driving more traffic to them from twitter/facebook or linkedin. It also helps you to promote your content. You can set time and no of posts to share to drive more traffic.For questions, comments, or feature requests, <a href="http://revive.social/support/?utm_source=plugindesc&utm_medium=announce&utm_campaign=top">contact </a> us!
6
  # Author: revive.social
7
+ # Version: 7.4.8
8
  # Author URI: https://revive.social/
9
  # Text Domain: tweet-old-post
10
  # Domain Path: /languages
19
  define("ROPJSCOUNTDOWN", plugins_url('js/countdown.js',__FILE__ ));
20
  define("ROPPLUGINBASENAME", plugin_basename(__FILE__));
21
  define('ROP_TOP_FB_API_VERSION','v2.0');
22
+ define('ROP_VERSION','7.4.8');
23
  // Added by Ash/Upwork
24
  define("ROP_ROOT", trailingslashit(plugins_url("", __FILE__)));
25
  // Added by Ash/Upwork