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

Version Description

Download this release

Release Info

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

Code changes from version 9.0.7 to 9.0.8

CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  ##### [Version 9.0.7](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.6...v9.0.7) (2022-04-21)
2
 
3
  ### Info
1
+ ##### [Version 9.0.8](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.7...v9.0.8) (2022-04-22)
2
+
3
+ ### Info
4
+ - Update tested up to version
5
+
6
  ##### [Version 9.0.7](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.6...v9.0.7) (2022-04-21)
7
 
8
  ### Info
includes/class-rop.php CHANGED
@@ -68,7 +68,7 @@ class Rop {
68
  public function __construct() {
69
 
70
  $this->plugin_name = 'rop';
71
- $this->version = '9.0.7';
72
 
73
  $this->load_dependencies();
74
  $this->set_locale();
68
  public function __construct() {
69
 
70
  $this->plugin_name = 'rop';
71
+ $this->version = '9.0.8';
72
 
73
  $this->load_dependencies();
74
  $this->set_locale();
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,Madalin_Themeisle, rsocial, uriahs-victor
3
  Tags: share to social media, auto publish, auto post, social media scheduling, social media auto posting, social media marketing, social media automation, social media sharing
4
  Requires at least: 4.7
5
- Tested up to: 5.8
6
  Requires PHP: 7.1
7
  Stable tag: trunk
8
 
@@ -305,6 +305,14 @@ http://revive.social/plugins/revive-old-post
305
 
306
  == Changelog ==
307
 
 
 
 
 
 
 
 
 
308
  ##### [Version 9.0.7](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.6...v9.0.7) (2022-04-21)
309
 
310
  ### Info
2
  Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,Madalin_Themeisle, rsocial, uriahs-victor
3
  Tags: share to social media, auto publish, auto post, social media scheduling, social media auto posting, social media marketing, social media automation, social media sharing
4
  Requires at least: 4.7
5
+ Tested up to: 5.9
6
  Requires PHP: 7.1
7
  Stable tag: trunk
8
 
305
 
306
  == Changelog ==
307
 
308
+ ##### [Version 9.0.8](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.7...v9.0.8) (2022-04-22)
309
+
310
+ ### Info
311
+ - Update tested up to version
312
+
313
+
314
+
315
+
316
  ##### [Version 9.0.7](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.6...v9.0.7) (2022-04-21)
317
 
318
  ### Info
tweet-old-post.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: Revive Old Posts
17
  * Plugin URI: https://revive.social/
18
  * 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!
19
- * Version: 9.0.7
20
  * Author: revive.social
21
  * Author URI: https://revive.social/
22
  * Requires at least: 3.5
@@ -162,7 +162,7 @@ function run_rop() {
162
  define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron );
163
 
164
  define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' );
165
- define( 'ROP_LITE_VERSION', '9.0.7' );
166
  define( 'ROP_LITE_BASE_FILE', __FILE__ );
167
  $debug = false;
168
  if ( function_exists( 'wp_get_environment_type' ) ) {
16
  * Plugin Name: Revive Old Posts
17
  * Plugin URI: https://revive.social/
18
  * 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!
19
+ * Version: 9.0.8
20
  * Author: revive.social
21
  * Author URI: https://revive.social/
22
  * Requires at least: 3.5
162
  define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron );
163
 
164
  define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' );
165
+ define( 'ROP_LITE_VERSION', '9.0.8' );
166
  define( 'ROP_LITE_BASE_FILE', __FILE__ );
167
  $debug = false;
168
  if ( function_exists( 'wp_get_environment_type' ) ) {
vendor/autoload.php CHANGED
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
9
 
10
  require_once __DIR__ . '/composer/autoload_real.php';
11
 
12
- return ComposerAutoloaderInit82f432fedca3df294bf4595f0de1d8c9::getLoader();
9
 
10
  require_once __DIR__ . '/composer/autoload_real.php';
11
 
12
+ return ComposerAutoloaderInitae188015bc2b7b109786e4444eda291d::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit82f432fedca3df294bf4595f0de1d8c9
6
  {
7
  private static $loader;
8
 
@@ -24,18 +24,18 @@ class ComposerAutoloaderInit82f432fedca3df294bf4595f0de1d8c9
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInit82f432fedca3df294bf4595f0de1d8c9', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29
- spl_autoload_unregister(array('ComposerAutoloaderInit82f432fedca3df294bf4595f0de1d8c9', 'loadClassLoader'));
30
 
31
  require __DIR__ . '/autoload_static.php';
32
- call_user_func(\Composer\Autoload\ComposerStaticInit82f432fedca3df294bf4595f0de1d8c9::getInitializer($loader));
33
 
34
  $loader->register(true);
35
 
36
- $includeFiles = \Composer\Autoload\ComposerStaticInit82f432fedca3df294bf4595f0de1d8c9::$files;
37
  foreach ($includeFiles as $fileIdentifier => $file) {
38
- composerRequire82f432fedca3df294bf4595f0de1d8c9($fileIdentifier, $file);
39
  }
40
 
41
  return $loader;
@@ -47,7 +47,7 @@ class ComposerAutoloaderInit82f432fedca3df294bf4595f0de1d8c9
47
  * @param string $file
48
  * @return void
49
  */
50
- function composerRequire82f432fedca3df294bf4595f0de1d8c9($fileIdentifier, $file)
51
  {
52
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
53
  $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInitae188015bc2b7b109786e4444eda291d
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInitae188015bc2b7b109786e4444eda291d', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29
+ spl_autoload_unregister(array('ComposerAutoloaderInitae188015bc2b7b109786e4444eda291d', 'loadClassLoader'));
30
 
31
  require __DIR__ . '/autoload_static.php';
32
+ call_user_func(\Composer\Autoload\ComposerStaticInitae188015bc2b7b109786e4444eda291d::getInitializer($loader));
33
 
34
  $loader->register(true);
35
 
36
+ $includeFiles = \Composer\Autoload\ComposerStaticInitae188015bc2b7b109786e4444eda291d::$files;
37
  foreach ($includeFiles as $fileIdentifier => $file) {
38
+ composerRequireae188015bc2b7b109786e4444eda291d($fileIdentifier, $file);
39
  }
40
 
41
  return $loader;
47
  * @param string $file
48
  * @return void
49
  */
50
+ function composerRequireae188015bc2b7b109786e4444eda291d($fileIdentifier, $file)
51
  {
52
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
53
  $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit82f432fedca3df294bf4595f0de1d8c9
8
  {
9
  public static $files = array (
10
  'c65d09b6820da036953a371c8c73a9b1' => __DIR__ . '/..' . '/facebook/graph-sdk/src/Facebook/polyfills.php',
@@ -56,9 +56,9 @@ class ComposerStaticInit82f432fedca3df294bf4595f0de1d8c9
56
  public static function getInitializer(ClassLoader $loader)
57
  {
58
  return \Closure::bind(function () use ($loader) {
59
- $loader->prefixLengthsPsr4 = ComposerStaticInit82f432fedca3df294bf4595f0de1d8c9::$prefixLengthsPsr4;
60
- $loader->prefixDirsPsr4 = ComposerStaticInit82f432fedca3df294bf4595f0de1d8c9::$prefixDirsPsr4;
61
- $loader->classMap = ComposerStaticInit82f432fedca3df294bf4595f0de1d8c9::$classMap;
62
 
63
  }, null, ClassLoader::class);
64
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInitae188015bc2b7b109786e4444eda291d
8
  {
9
  public static $files = array (
10
  'c65d09b6820da036953a371c8c73a9b1' => __DIR__ . '/..' . '/facebook/graph-sdk/src/Facebook/polyfills.php',
56
  public static function getInitializer(ClassLoader $loader)
57
  {
58
  return \Closure::bind(function () use ($loader) {
59
+ $loader->prefixLengthsPsr4 = ComposerStaticInitae188015bc2b7b109786e4444eda291d::$prefixLengthsPsr4;
60
+ $loader->prefixDirsPsr4 = ComposerStaticInitae188015bc2b7b109786e4444eda291d::$prefixDirsPsr4;
61
+ $loader->classMap = ComposerStaticInitae188015bc2b7b109786e4444eda291d::$classMap;
62
 
63
  }, null, ClassLoader::class);
64
  }
vendor/composer/installed.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php return array(
2
  'root' => array(
3
- 'pretty_version' => 'v9.0.7',
4
- 'version' => '9.0.7.0',
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
- 'reference' => 'a17a8073a9c5406a3471b731b932c1805e0ffe20',
9
  'name' => 'codeinwp/tweet-old-post',
10
  'dev' => false,
11
  ),
@@ -29,12 +29,12 @@
29
  'dev_requirement' => false,
30
  ),
31
  'codeinwp/tweet-old-post' => array(
32
- 'pretty_version' => 'v9.0.7',
33
- 'version' => '9.0.7.0',
34
  'type' => 'wordpress-plugin',
35
  'install_path' => __DIR__ . '/../../',
36
  'aliases' => array(),
37
- 'reference' => 'a17a8073a9c5406a3471b731b932c1805e0ffe20',
38
  'dev_requirement' => false,
39
  ),
40
  'facebook/graph-sdk' => array(
1
  <?php return array(
2
  'root' => array(
3
+ 'pretty_version' => 'v9.0.8',
4
+ 'version' => '9.0.8.0',
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
+ 'reference' => 'bb3153c3005ca5eb11fcec3e2bf4d10ae559c6a7',
9
  'name' => 'codeinwp/tweet-old-post',
10
  'dev' => false,
11
  ),
29
  'dev_requirement' => false,
30
  ),
31
  'codeinwp/tweet-old-post' => array(
32
+ 'pretty_version' => 'v9.0.8',
33
+ 'version' => '9.0.8.0',
34
  'type' => 'wordpress-plugin',
35
  'install_path' => __DIR__ . '/../../',
36
  'aliases' => array(),
37
+ 'reference' => 'bb3153c3005ca5eb11fcec3e2bf4d10ae559c6a7',
38
  'dev_requirement' => false,
39
  ),
40
  'facebook/graph-sdk' => array(