Skip to content

Commit c25d948

Browse files
committed
chore(release): 9.0.20
##### [Version 9.0.20](v9.0.19...v9.0.20) (2023-09-19) - Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0
1 parent 8083b66 commit c25d948

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19)
2+
3+
- Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0
4+
15
##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23)
26

37
- Fixed LinkedIn sharing (API version changed)

includes/class-rop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Rop {
6868
public function __construct() {
6969

7070
$this->plugin_name = 'rop';
71-
$this->version = '9.0.19';
71+
$this->version = '9.0.20';
7272

7373
$this->load_dependencies();
7474
$this->set_locale();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tweet-old-post",
3-
"version": "9.0.19",
3+
"version": "9.0.20",
44
"description": "Tweet Old Posts plugin",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,13 @@ http://revive.social/plugins/revive-old-post
301301

302302
== Changelog ==
303303

304+
##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19)
305+
306+
- Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0
307+
308+
309+
310+
304311
##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23)
305312

306313
- Fixed LinkedIn sharing (API version changed)

tweet-old-post.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Revive Old Posts
1717
* Plugin URI: https://revive.social/
1818
* 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.19
19+
* Version: 9.0.20
2020
* Author: revive.social
2121
* Author URI: https://revive.social/
2222
* Requires at least: 4.7
@@ -162,7 +162,7 @@ function run_rop() {
162162
define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron );
163163

164164
define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' );
165-
define( 'ROP_LITE_VERSION', '9.0.19' );
165+
define( 'ROP_LITE_VERSION', '9.0.20' );
166166
define( 'ROP_LITE_BASE_FILE', __FILE__ );
167167
$debug = false;
168168
if ( function_exists( 'wp_get_environment_type' ) ) {

0 commit comments

Comments
 (0)