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

Version Description

Download this release

Release Info

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

Code changes from version 7.4.5 to 7.4.6

Files changed (4) hide show
  1. CHANGELOG.md +4 -2
  2. css/style.css +1 -1
  3. inc/core.php +1 -1
  4. tweet-old-post.php +2 -2
CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
 
 
 
 
2
- Fixed deactivation error
3
 
4
 
5
 
6
- Improved schedule trigger mechanism
1
 
2
+
3
+
4
+
5
+
6
 
7
 
8
 
 
css/style.css CHANGED
@@ -1,5 +1,5 @@
1
  /*
2
- # Version: 7.4.5
3
  */
4
 
5
  /* Clearfix */
1
  /*
2
+ # Version: 7.4.6
3
  */
4
 
5
  /* Clearfix */
inc/core.php CHANGED
@@ -1582,7 +1582,7 @@ endif;
1582
  {
1583
  $this->clearScheduledTweets();
1584
  $this->deleteAllOptions();
1585
- $this->remoteTrigger("off");
1586
  }
1587
 
1588
  // Sets all authentication settings
1582
  {
1583
  $this->clearScheduledTweets();
1584
  $this->deleteAllOptions();
1585
+ // $this->remoteTrigger("off");
1586
  }
1587
 
1588
  // Sets all authentication settings
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.5
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.5');
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.6
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.6');
23
  // Added by Ash/Upwork
24
  define("ROP_ROOT", trailingslashit(plugins_url("", __FILE__)));
25
  // Added by Ash/Upwork