Version Description
- 2019-03-01
Download this release
Release Info
Developer | codeinwp |
Plugin | Revive Old Posts – Auto Post to Social Media |
Version | 8.2.1 |
Comparing to | |
See all releases |
Code changes from version 8.2.0 to 8.2.1
- CHANGELOG.md +4 -0
- includes/admin/models/class-rop-posts-selector-model.php +1 -0
- includes/class-rop.php +1 -1
- readme.md +6 -1
- readme.txt +9 -4
- themeisle-hash.json +1 -1
- tweet-old-post.php +3 -3
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +5 -5
CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
### v8.2.0 - 2019-02-09
|
3 |
**Changes:**
|
4 |
* New: The share post on publish feature is now in the lite version of the plugin. This should help with Facebook app review process (see revive.social docs)
|
1 |
|
2 |
+
### v8.2.1 - 2019-03-01
|
3 |
+
**Changes:**
|
4 |
+
* Fix: Sharing queue issue with sites running WPML plugin
|
5 |
+
|
6 |
### v8.2.0 - 2019-02-09
|
7 |
**Changes:**
|
8 |
* New: The share post on publish feature is now in the lite version of the plugin. This should help with Facebook app review process (see revive.social docs)
|
includes/admin/models/class-rop-posts-selector-model.php
CHANGED
@@ -606,6 +606,7 @@ class Rop_Posts_Selector_Model extends Rop_Model_Abstract {
|
|
606 |
|
607 |
if ( is_array( $post_id ) ) {
|
608 |
foreach ( $post_id as $id ) {
|
|
|
609 |
$wpml_post = apply_filters( 'wpml_object_id', $id, $post_type, false, $lang_code );
|
610 |
if ( ! empty( $wpml_post ) ) {
|
611 |
$post[] = $wpml_post;
|
606 |
|
607 |
if ( is_array( $post_id ) ) {
|
608 |
foreach ( $post_id as $id ) {
|
609 |
+
$post_type = get_post_type( $id );
|
610 |
$wpml_post = apply_filters( 'wpml_object_id', $id, $post_type, false, $lang_code );
|
611 |
if ( ! empty( $wpml_post ) ) {
|
612 |
$post[] = $wpml_post;
|
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.2.
|
72 |
|
73 |
$this->load_dependencies();
|
74 |
$this->set_locale();
|
68 |
public function __construct() {
|
69 |
|
70 |
$this->plugin_name = 'rop';
|
71 |
+
$this->version = '8.2.1';
|
72 |
|
73 |
$this->load_dependencies();
|
74 |
$this->set_locale();
|
readme.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
**Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [marius2012](https://profiles.wordpress.org/marius2012), [marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [Madalin_Themeisle](https://profiles.wordpress.org/Madalin_Themeisle), [rsocial](https://profiles.wordpress.org/rsocial), [uriahs-victor](https://profiles.wordpress.org/uriahs-victor)
|
3 |
Tags:twitter, facebook, linkedin, automatic, tweet, share, wordpress, marketing, sharing, Tweet old post, Tweets,evergreen
|
4 |
**Requires at least:** 4.7
|
5 |
-
**Tested up to:** 5.
|
6 |
**Requires PHP:** 5.6
|
7 |
**Stable tag:** trunk
|
8 |
|
@@ -133,6 +133,11 @@ http://revive.social/plugins/revive-old-post
|
|
133 |
|
134 |
|
135 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
136 |
### 8.2.0 - 2019-02-09 ###
|
137 |
|
138 |
* New: The share post on publish feature is now in the lite version of the plugin. This should help with Facebook app review process (see revive.social docs)
|
2 |
**Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [marius2012](https://profiles.wordpress.org/marius2012), [marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [Madalin_Themeisle](https://profiles.wordpress.org/Madalin_Themeisle), [rsocial](https://profiles.wordpress.org/rsocial), [uriahs-victor](https://profiles.wordpress.org/uriahs-victor)
|
3 |
Tags:twitter, facebook, linkedin, automatic, tweet, share, wordpress, marketing, sharing, Tweet old post, Tweets,evergreen
|
4 |
**Requires at least:** 4.7
|
5 |
+
**Tested up to:** 5.1
|
6 |
**Requires PHP:** 5.6
|
7 |
**Stable tag:** trunk
|
8 |
|
133 |
|
134 |
|
135 |
## Changelog ##
|
136 |
+
### 8.2.1 - 2019-03-01 ###
|
137 |
+
|
138 |
+
* Fix: Sharing queue issue with sites running WPML plugin
|
139 |
+
|
140 |
+
|
141 |
### 8.2.0 - 2019-02-09 ###
|
142 |
|
143 |
* New: The share post on publish feature is now in the lite version of the plugin. This should help with Facebook app review process (see revive.social docs)
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
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: 4.7
|
5 |
-
Tested up to: 5.
|
6 |
Requires PHP: 5.6
|
7 |
Stable tag: trunk
|
8 |
|
@@ -133,17 +133,22 @@ http://revive.social/plugins/revive-old-post
|
|
133 |
|
134 |
|
135 |
== Changelog ==
|
136 |
-
= 8.2.
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
* New: The share post on publish feature is now in the lite version of the plugin. This should help with Facebook app review process (see revive.social docs)
|
139 |
|
140 |
|
141 |
-
= 8.1.8 - 2019-01-29 =
|
142 |
|
143 |
* Fix: Minor bugs
|
144 |
|
145 |
|
146 |
-
= 8.1.7 - 2019-01-18 =
|
147 |
|
148 |
* New: Adds basic support for WPML content sharing(see revive.social docs)
|
149 |
* Fix: Low PHP version notice was not showing the right text
|
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: 4.7
|
5 |
+
Tested up to: 5.1
|
6 |
Requires PHP: 5.6
|
7 |
Stable tag: trunk
|
8 |
|
133 |
|
134 |
|
135 |
== Changelog ==
|
136 |
+
= 8.2.1 - 2019-03-01 =
|
137 |
+
|
138 |
+
* Fix: Sharing queue issue with sites running WPML plugin
|
139 |
+
|
140 |
+
|
141 |
+
= 8.2.0 - 2019-02-09 =
|
142 |
|
143 |
* New: The share post on publish feature is now in the lite version of the plugin. This should help with Facebook app review process (see revive.social docs)
|
144 |
|
145 |
|
146 |
+
= 8.1.8 - 2019-01-29 =
|
147 |
|
148 |
* Fix: Minor bugs
|
149 |
|
150 |
|
151 |
+
= 8.1.7 - 2019-01-18 =
|
152 |
|
153 |
* New: Adds basic support for WPML content sharing(see revive.social docs)
|
154 |
* Fix: Low PHP version notice was not showing the right text
|
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":"742348bc8a92f8a42a1b0f91b972f523","uninstall.php":"c78d4f8a68cb3521a00b2209164f432f"}
|
tweet-old-post.php
CHANGED
@@ -16,11 +16,11 @@
|
|
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.2.
|
20 |
* Author: revive.social
|
21 |
* Author URI: https://revive.social/
|
22 |
* Requires at least: 3.5
|
23 |
-
* Tested up to: 5.
|
24 |
* Stable tag: trunk
|
25 |
* WordPress Available: yes
|
26 |
* Pro Slug: tweet-old-post-pro
|
@@ -98,7 +98,7 @@ function run_rop() {
|
|
98 |
}
|
99 |
|
100 |
define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' );
|
101 |
-
define( 'ROP_LITE_VERSION', '8.2.
|
102 |
define( 'ROP_LITE_BASE_FILE', __FILE__ );
|
103 |
define( 'ROP_DEBUG', false );
|
104 |
define( 'ROP_LITE_PATH', plugin_dir_path( __FILE__ ) );
|
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.2.1
|
20 |
* Author: revive.social
|
21 |
* Author URI: https://revive.social/
|
22 |
* Requires at least: 3.5
|
23 |
+
* Tested up to: 5.1
|
24 |
* Stable tag: trunk
|
25 |
* WordPress Available: yes
|
26 |
* Pro Slug: tweet-old-post-pro
|
98 |
}
|
99 |
|
100 |
define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' );
|
101 |
+
define( 'ROP_LITE_VERSION', '8.2.1' );
|
102 |
define( 'ROP_LITE_BASE_FILE', __FILE__ );
|
103 |
define( 'ROP_DEBUG', false );
|
104 |
define( 'ROP_LITE_PATH', plugin_dir_path( __FILE__ ) );
|
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 ComposerAutoloaderInit5542b8fa159b34f064ca7cd12e68c395::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 ComposerAutoloaderInit4864e8dd3a7d4044cc62547de7ab0751
|
|
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 ComposerAutoloaderInit4864e8dd3a7d4044cc62547de7ab0751
|
|
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 ComposerAutoloaderInit5542b8fa159b34f064ca7cd12e68c395
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit5542b8fa159b34f064ca7cd12e68c395', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit5542b8fa159b34f064ca7cd12e68c395', '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 |
+
composerRequire5542b8fa159b34f064ca7cd12e68c395($fileIdentifier, $file);
|
46 |
}
|
47 |
|
48 |
return $loader;
|
49 |
}
|
50 |
}
|
51 |
|
52 |
+
function composerRequire5542b8fa159b34f064ca7cd12e68c395($fileIdentifier, $file)
|
53 |
{
|
54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
55 |
require $file;
|