Version Description
- 2021-02-01
Download this release
Release Info
Developer | codeinwp |
Plugin | Revive Old Posts – Auto Post to Social Media |
Version | 8.6.7 |
Comparing to | |
See all releases |
Code changes from version 8.6.6 to 8.6.7
- CHANGELOG.md +4 -0
- includes/admin/class-rop-admin.php +4 -1
- includes/class-rop.php +1 -1
- readme.md +5 -0
- readme.txt +5 -0
- themeisle-hash.json +1 -1
- tweet-old-post.php +2 -2
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +5 -5
CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
### v8.6.6 - 2021-01-31
|
3 |
**Changes:**
|
4 |
* New PRO: Import and share RSS feed items from any website on the web to your social media accounts using the Revive Network Addon. Never run out of content to keep your followers engaged (available for download from the Addons area of the Revive Old Posts menu item)
|
1 |
|
2 |
+
### v8.6.7 - 2021-02-01
|
3 |
+
**Changes:**
|
4 |
+
* Fix: Instant share metabox would not show unless RSS feed item post type was selected on General Settings screen
|
5 |
+
|
6 |
### v8.6.6 - 2021-01-31
|
7 |
**Changes:**
|
8 |
* New PRO: Import and share RSS feed items from any website on the web to your social media accounts using the Revive Network Addon. Never run out of content to keep your followers engaged (available for download from the Addons area of the Revive Old Posts menu item)
|
includes/admin/class-rop-admin.php
CHANGED
@@ -704,7 +704,10 @@ class Rop_Admin {
|
|
704 |
|
705 |
$revive_network_post_type_key = array_search( 'revive-network-share', $screens, true );
|
706 |
// Remove Revive Network post type. Publish now feature not available for RSS feed items.
|
707 |
-
|
|
|
|
|
|
|
708 |
|
709 |
foreach ( $screens as $screen ) {
|
710 |
add_meta_box(
|
704 |
|
705 |
$revive_network_post_type_key = array_search( 'revive-network-share', $screens, true );
|
706 |
// Remove Revive Network post type. Publish now feature not available for RSS feed items.
|
707 |
+
|
708 |
+
if ( ! empty( $revive_network_post_type_key ) ) {
|
709 |
+
unset( $screens[ $revive_network_post_type_key ] );
|
710 |
+
}
|
711 |
|
712 |
foreach ( $screens as $screen ) {
|
713 |
add_meta_box(
|
includes/class-rop.php
CHANGED
@@ -68,7 +68,7 @@ class Rop {
|
|
68 |
public function __construct() {
|
69 |
|
70 |
$this->plugin_name = 'rop';
|
71 |
-
$this->version = '8.6.
|
72 |
|
73 |
$this->load_dependencies();
|
74 |
$this->set_locale();
|
68 |
public function __construct() {
|
69 |
|
70 |
$this->plugin_name = 'rop';
|
71 |
+
$this->version = '8.6.7';
|
72 |
|
73 |
$this->load_dependencies();
|
74 |
$this->set_locale();
|
readme.md
CHANGED
@@ -292,6 +292,11 @@ http://revive.social/plugins/revive-old-post
|
|
292 |
|
293 |
|
294 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
295 |
### 8.6.6 - 2021-01-31 ###
|
296 |
|
297 |
* New PRO: Import and share RSS feed items from any website on the web to your social media accounts using the Revive Network Addon. Never run out of content to keep your followers engaged (available for download from the Addons area of the Revive Old Posts menu item)
|
292 |
|
293 |
|
294 |
## Changelog ##
|
295 |
+
### 8.6.7 - 2021-02-01 ###
|
296 |
+
|
297 |
+
* Fix: Instant share metabox would not show unless RSS feed item post type was selected on General Settings screen
|
298 |
+
|
299 |
+
|
300 |
### 8.6.6 - 2021-01-31 ###
|
301 |
|
302 |
* New PRO: Import and share RSS feed items from any website on the web to your social media accounts using the Revive Network Addon. Never run out of content to keep your followers engaged (available for download from the Addons area of the Revive Old Posts menu item)
|
readme.txt
CHANGED
@@ -292,6 +292,11 @@ http://revive.social/plugins/revive-old-post
|
|
292 |
|
293 |
|
294 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
295 |
= 8.6.6 - 2021-01-31 =
|
296 |
|
297 |
* New PRO: Import and share RSS feed items from any website on the web to your social media accounts using the Revive Network Addon. Never run out of content to keep your followers engaged (available for download from the Addons area of the Revive Old Posts menu item)
|
292 |
|
293 |
|
294 |
== Changelog ==
|
295 |
+
= 8.6.7 - 2021-02-01 =
|
296 |
+
|
297 |
+
* Fix: Instant share metabox would not show unless RSS feed item post type was selected on General Settings screen
|
298 |
+
|
299 |
+
|
300 |
= 8.6.6 - 2021-01-31 =
|
301 |
|
302 |
* New PRO: Import and share RSS feed items from any website on the web to your social media accounts using the Revive Network Addon. Never run out of content to keep your followers engaged (available for download from the Addons area of the Revive Old Posts menu item)
|
themeisle-hash.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"class-rop-autoloader.php":"7bfbb1554230d0ace777adb2e42bebeb","index.php":"39ab8276fb0e4bd3fcab3270822c5977","tweet-old-post.php":"
|
1 |
+
{"class-rop-autoloader.php":"7bfbb1554230d0ace777adb2e42bebeb","index.php":"39ab8276fb0e4bd3fcab3270822c5977","tweet-old-post.php":"c6eebc3edb049f112893a84bb819b4b9","uninstall.php":"c350fd79cac473d2dcdabc0bc277dd23"}
|
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: 8.6.
|
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', '8.6.
|
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: 8.6.7
|
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', '8.6.7' );
|
166 |
define( 'ROP_LITE_BASE_FILE', __FILE__ );
|
167 |
$debug = false;
|
168 |
if ( function_exists( 'wp_get_environment_type' ) ) {
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit227d00ada67c9959e23d61e04f31293d::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInitec2c85b1d7ef1878d798265fa6d4116e
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
27 |
foreach ($map as $namespace => $path) {
|
@@ -42,14 +42,14 @@ class ComposerAutoloaderInitec2c85b1d7ef1878d798265fa6d4116e
|
|
42 |
|
43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
45 |
-
|
46 |
}
|
47 |
|
48 |
return $loader;
|
49 |
}
|
50 |
}
|
51 |
|
52 |
-
function
|
53 |
{
|
54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
55 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit227d00ada67c9959e23d61e04f31293d
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit227d00ada67c9959e23d61e04f31293d', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit227d00ada67c9959e23d61e04f31293d', 'loadClassLoader'));
|
25 |
|
26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
27 |
foreach ($map as $namespace => $path) {
|
42 |
|
43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
45 |
+
composerRequire227d00ada67c9959e23d61e04f31293d($fileIdentifier, $file);
|
46 |
}
|
47 |
|
48 |
return $loader;
|
49 |
}
|
50 |
}
|
51 |
|
52 |
+
function composerRequire227d00ada67c9959e23d61e04f31293d($fileIdentifier, $file)
|
53 |
{
|
54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
55 |
require $file;
|