From b07e319aa2e2d28fb985dab884b94a85cabe9fad Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Fri, 28 Jul 2023 11:59:43 +0000 Subject: [PATCH 01/13] chore(release): 9.0.15 ##### [Version 9.0.15](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.14...v9.0.15) (2023-07-28) - Fixed post-sharing issue with post image - Added Twitter v2 API support --- CHANGELOG.md | 5 +++++ includes/class-rop.php | 2 +- package.json | 2 +- readme.txt | 8 ++++++++ tweet-old-post.php | 4 ++-- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90d76608..8b5ab99c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 9.0.15](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.14...v9.0.15) (2023-07-28) + +- Fixed post-sharing issue with post image +- Added Twitter v2 API support + ##### [Version 9.0.14](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.13...v9.0.14) (2023-06-06) - Added LinkedIn new API support diff --git a/includes/class-rop.php b/includes/class-rop.php index e65238b9b..234146702 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -68,7 +68,7 @@ class Rop { public function __construct() { $this->plugin_name = 'rop'; - $this->version = '9.0.14'; + $this->version = '9.0.15'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index f5aeaf072..8aaf47071 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.14", + "version": "9.0.15", "description": "Tweet Old Posts plugin", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 59f94082c..262a7c604 100644 --- a/readme.txt +++ b/readme.txt @@ -301,6 +301,14 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.0.15](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.14...v9.0.15) (2023-07-28) + +- Fixed post-sharing issue with post image +- Added Twitter v2 API support + + + + ##### [Version 9.0.14](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.13...v9.0.14) (2023-06-06) - Added LinkedIn new API support diff --git a/tweet-old-post.php b/tweet-old-post.php index 336cd75f9..f9b73c616 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -16,7 +16,7 @@ * Plugin Name: Revive Old Posts * Plugin URI: https://revive.social/ * 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, contact us! - * Version: 9.0.14 + * Version: 9.0.15 * Author: revive.social * Author URI: https://revive.social/ * Requires at least: 4.7 @@ -162,7 +162,7 @@ function run_rop() { define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron ); define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' ); - define( 'ROP_LITE_VERSION', '9.0.14' ); + define( 'ROP_LITE_VERSION', '9.0.15' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) { From f4618b4a01626e2873da7b37ace7a3eff960b0b6 Mon Sep 17 00:00:00 2001 From: selul Date: Sun, 30 Jul 2023 21:31:55 +0300 Subject: [PATCH 02/13] attempt to fix deploy. --- .github/workflows/deploy-to-wporg.yml | 7 ++++--- readme.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-to-wporg.yml b/.github/workflows/deploy-to-wporg.yml index 3c0e47f43..b2dcb148a 100644 --- a/.github/workflows/deploy-to-wporg.yml +++ b/.github/workflows/deploy-to-wporg.yml @@ -1,8 +1,8 @@ name: Deploy on: push: - tags: - - "*" + branches: + - master jobs: tag: name: New version @@ -15,7 +15,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.2' + php-version: '7.4' - name: Run Composer Install run: | npm ci @@ -23,5 +23,6 @@ jobs: - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@master env: + VERSION: "9.0.15" SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }} \ No newline at end of file diff --git a/readme.txt b/readme.txt index 262a7c604..801aae0c7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,Madalin_Themeisl 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 Requires at least: 4.7 Tested up to: 6.2 -Requires PHP: 7.2 +Requires PHP: 7.4 Stable tag: trunk From 0a3ab94716ea1685b053c9541272445a9df99d60 Mon Sep 17 00:00:00 2001 From: selul Date: Sun, 30 Jul 2023 21:36:56 +0300 Subject: [PATCH 03/13] revert changes [skip ci] --- .github/workflows/deploy-to-wporg.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-to-wporg.yml b/.github/workflows/deploy-to-wporg.yml index b2dcb148a..6fafd1286 100644 --- a/.github/workflows/deploy-to-wporg.yml +++ b/.github/workflows/deploy-to-wporg.yml @@ -1,8 +1,8 @@ name: Deploy on: push: - branches: - - master + tags: + - "*" jobs: tag: name: New version @@ -23,6 +23,5 @@ jobs: - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@master env: - VERSION: "9.0.15" SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }} \ No newline at end of file From 7d92bd27b79bbc649a8ccab56145a73b632f3bf9 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 3 Aug 2023 08:32:15 +0000 Subject: [PATCH 04/13] chore(release): 9.0.16 ##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03) - Updated the required PHP version to 7.4 --- CHANGELOG.md | 4 ++++ includes/class-rop.php | 2 +- package.json | 2 +- readme.txt | 7 +++++++ tweet-old-post.php | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5ab99c8..025759ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03) + +- Updated the required PHP version to 7.4 + ##### [Version 9.0.15](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.14...v9.0.15) (2023-07-28) - Fixed post-sharing issue with post image diff --git a/includes/class-rop.php b/includes/class-rop.php index 234146702..7caed386c 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -68,7 +68,7 @@ class Rop { public function __construct() { $this->plugin_name = 'rop'; - $this->version = '9.0.15'; + $this->version = '9.0.16'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index 8aaf47071..9423829ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.15", + "version": "9.0.16", "description": "Tweet Old Posts plugin", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 801aae0c7..62ebb4aa3 100644 --- a/readme.txt +++ b/readme.txt @@ -301,6 +301,13 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03) + +- Updated the required PHP version to 7.4 + + + + ##### [Version 9.0.15](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.14...v9.0.15) (2023-07-28) - Fixed post-sharing issue with post image diff --git a/tweet-old-post.php b/tweet-old-post.php index f9b73c616..9bd58d541 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -16,7 +16,7 @@ * Plugin Name: Revive Old Posts * Plugin URI: https://revive.social/ * 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, contact us! - * Version: 9.0.15 + * Version: 9.0.16 * Author: revive.social * Author URI: https://revive.social/ * Requires at least: 4.7 @@ -162,7 +162,7 @@ function run_rop() { define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron ); define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' ); - define( 'ROP_LITE_VERSION', '9.0.15' ); + define( 'ROP_LITE_VERSION', '9.0.16' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) { From b89bce8b7f374bfdda81976c09c193b935866d1f Mon Sep 17 00:00:00 2001 From: vytisbulkevicius <36594177+vytisbulkevicius@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:49:09 +0300 Subject: [PATCH 05/13] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 62ebb4aa3..d8e738e18 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,Madalin_Themeisle, rsocial, uriahs-victor 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 Requires at least: 4.7 -Tested up to: 6.2 +Tested up to: 6.3 Requires PHP: 7.4 Stable tag: trunk From d269004c60083b0825ab33e795f3ba400e9a7dd8 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 3 Aug 2023 14:11:23 +0000 Subject: [PATCH 06/13] chore(release): 9.0.17 ##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03) PHP version required updated to 7.4 --- CHANGELOG.md | 4 ++++ includes/class-rop.php | 2 +- package.json | 2 +- readme.txt | 7 +++++++ tweet-old-post.php | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 025759ec5..e36166435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03) + +PHP version required updated to 7.4 + ##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03) - Updated the required PHP version to 7.4 diff --git a/includes/class-rop.php b/includes/class-rop.php index 7caed386c..ae82a2e5d 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -68,7 +68,7 @@ class Rop { public function __construct() { $this->plugin_name = 'rop'; - $this->version = '9.0.16'; + $this->version = '9.0.17'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index 9423829ae..4b4ecfddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.16", + "version": "9.0.17", "description": "Tweet Old Posts plugin", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index d8e738e18..9916b0b55 100644 --- a/readme.txt +++ b/readme.txt @@ -301,6 +301,13 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03) + +PHP version required updated to 7.4 + + + + ##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03) - Updated the required PHP version to 7.4 diff --git a/tweet-old-post.php b/tweet-old-post.php index 42f9581c6..fb29ba140 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -16,7 +16,7 @@ * Plugin Name: Revive Old Posts * Plugin URI: https://revive.social/ * 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, contact us! - * Version: 9.0.16 + * Version: 9.0.17 * Author: revive.social * Author URI: https://revive.social/ * Requires at least: 4.7 @@ -162,7 +162,7 @@ function run_rop() { define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron ); define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' ); - define( 'ROP_LITE_VERSION', '9.0.16' ); + define( 'ROP_LITE_VERSION', '9.0.17' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) { From 0f672a4c957620c27621261d3a0646e0b15ca78a Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 17 Aug 2023 21:31:03 +0000 Subject: [PATCH 07/13] chore(release): 9.0.18 ##### [Version 9.0.18](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.17...v9.0.18) (2023-08-17) - Added new authentication permissions scope for LinkedIn --- CHANGELOG.md | 4 ++++ includes/class-rop.php | 2 +- package.json | 2 +- readme.txt | 7 +++++++ tweet-old-post.php | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e36166435..ecc3d009c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 9.0.18](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.17...v9.0.18) (2023-08-17) + +- Added new authentication permissions scope for LinkedIn + ##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03) PHP version required updated to 7.4 diff --git a/includes/class-rop.php b/includes/class-rop.php index ae82a2e5d..edfadacf9 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -68,7 +68,7 @@ class Rop { public function __construct() { $this->plugin_name = 'rop'; - $this->version = '9.0.17'; + $this->version = '9.0.18'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index 4b4ecfddb..40b410669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.17", + "version": "9.0.18", "description": "Tweet Old Posts plugin", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 9916b0b55..a7a2c7c65 100644 --- a/readme.txt +++ b/readme.txt @@ -301,6 +301,13 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.0.18](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.17...v9.0.18) (2023-08-17) + +- Added new authentication permissions scope for LinkedIn + + + + ##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03) PHP version required updated to 7.4 diff --git a/tweet-old-post.php b/tweet-old-post.php index fb29ba140..0e0875c29 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -16,7 +16,7 @@ * Plugin Name: Revive Old Posts * Plugin URI: https://revive.social/ * 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, contact us! - * Version: 9.0.17 + * Version: 9.0.18 * Author: revive.social * Author URI: https://revive.social/ * Requires at least: 4.7 @@ -162,7 +162,7 @@ function run_rop() { define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron ); define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' ); - define( 'ROP_LITE_VERSION', '9.0.17' ); + define( 'ROP_LITE_VERSION', '9.0.18' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) { From c658a7e18e692bfb5b261f8313b23e99da9eb450 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Wed, 23 Aug 2023 18:32:50 +0000 Subject: [PATCH 08/13] chore(release): 9.0.19 ##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23) - Fixed LinkedIn sharing (API version changed) --- CHANGELOG.md | 4 ++++ includes/class-rop.php | 2 +- package.json | 2 +- readme.txt | 7 +++++++ tweet-old-post.php | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc3d009c..70ab69ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23) + +- Fixed LinkedIn sharing (API version changed) + ##### [Version 9.0.18](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.17...v9.0.18) (2023-08-17) - Added new authentication permissions scope for LinkedIn diff --git a/includes/class-rop.php b/includes/class-rop.php index edfadacf9..bfb1c3ea9 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -68,7 +68,7 @@ class Rop { public function __construct() { $this->plugin_name = 'rop'; - $this->version = '9.0.18'; + $this->version = '9.0.19'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index 40b410669..7fa695020 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.18", + "version": "9.0.19", "description": "Tweet Old Posts plugin", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index a7a2c7c65..08831e310 100644 --- a/readme.txt +++ b/readme.txt @@ -301,6 +301,13 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23) + +- Fixed LinkedIn sharing (API version changed) + + + + ##### [Version 9.0.18](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.17...v9.0.18) (2023-08-17) - Added new authentication permissions scope for LinkedIn diff --git a/tweet-old-post.php b/tweet-old-post.php index 0e0875c29..b8e15fc6f 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -16,7 +16,7 @@ * Plugin Name: Revive Old Posts * Plugin URI: https://revive.social/ * 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, contact us! - * Version: 9.0.18 + * Version: 9.0.19 * Author: revive.social * Author URI: https://revive.social/ * Requires at least: 4.7 @@ -162,7 +162,7 @@ function run_rop() { define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron ); define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' ); - define( 'ROP_LITE_VERSION', '9.0.18' ); + define( 'ROP_LITE_VERSION', '9.0.19' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) { From c25d9489c4ceb7dd09b1876ab715a297a0cce717 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 19 Sep 2023 09:29:09 +0000 Subject: [PATCH 09/13] chore(release): 9.0.20 ##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19) - Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0 --- CHANGELOG.md | 4 ++++ includes/class-rop.php | 2 +- package.json | 2 +- readme.txt | 7 +++++++ tweet-old-post.php | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ab69ca6..a7f4ba4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19) + +- Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0 + ##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23) - Fixed LinkedIn sharing (API version changed) diff --git a/includes/class-rop.php b/includes/class-rop.php index bfb1c3ea9..2187ec15d 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -68,7 +68,7 @@ class Rop { public function __construct() { $this->plugin_name = 'rop'; - $this->version = '9.0.19'; + $this->version = '9.0.20'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index 7fa695020..f66abdc72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.19", + "version": "9.0.20", "description": "Tweet Old Posts plugin", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 08831e310..31e2901ab 100644 --- a/readme.txt +++ b/readme.txt @@ -301,6 +301,13 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19) + +- Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0 + + + + ##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23) - Fixed LinkedIn sharing (API version changed) diff --git a/tweet-old-post.php b/tweet-old-post.php index b8e15fc6f..5d1b298e7 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -16,7 +16,7 @@ * Plugin Name: Revive Old Posts * Plugin URI: https://revive.social/ * 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, contact us! - * Version: 9.0.19 + * Version: 9.0.20 * Author: revive.social * Author URI: https://revive.social/ * Requires at least: 4.7 @@ -162,7 +162,7 @@ function run_rop() { define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron ); define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' ); - define( 'ROP_LITE_VERSION', '9.0.19' ); + define( 'ROP_LITE_VERSION', '9.0.20' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) { From 127a39d4e69506d63c4f252a4313962249bced49 Mon Sep 17 00:00:00 2001 From: Marius Cristea Date: Wed, 27 Sep 2023 10:06:10 +0300 Subject: [PATCH 10/13] Update composer.json release: fixes - Implemented post-sharing limit API to prevent sharing errors --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09c446af5..90b83c1e1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "codeinwp/tweet-old-post", - "description": "Tweet Old Post for WordPress.", + "description": "Tweet Old Post for WordPress. ", "keywords": [ "wordpress", "share" From dba1df0164ec5f1ef0015bd25a5f8b90e54ba3a4 Mon Sep 17 00:00:00 2001 From: Marius Cristea Date: Wed, 27 Sep 2023 10:08:29 +0300 Subject: [PATCH 11/13] release: fixes - Implemented post-sharing limit API to prevent sharing errors --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f66abdc72..c737cfb21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tweet-old-post", "version": "9.0.20", - "description": "Tweet Old Posts plugin", + "description": "Tweet Old Posts plugin for WordPress.", "repository": { "type": "git", "url": "git+https://github.com/Codeinwp/tweet-old-post.git" From 4d46d6617128f3f14de619551490da456960805b Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Wed, 27 Sep 2023 07:09:30 +0000 Subject: [PATCH 12/13] chore(release): 9.0.21 ##### [Version 9.0.21](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.20...v9.0.21) (2023-09-27) - Implemented post-sharing limit API to prevent sharing errors --- CHANGELOG.md | 4 ++++ includes/class-rop.php | 2 +- package.json | 2 +- readme.txt | 7 +++++++ tweet-old-post.php | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f4ba4cd..803115c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 9.0.21](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.20...v9.0.21) (2023-09-27) + + - Implemented post-sharing limit API to prevent sharing errors + ##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19) - Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0 diff --git a/includes/class-rop.php b/includes/class-rop.php index 2187ec15d..a43ec0c09 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -68,7 +68,7 @@ class Rop { public function __construct() { $this->plugin_name = 'rop'; - $this->version = '9.0.20'; + $this->version = '9.0.21'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index c737cfb21..b698a4861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.20", + "version": "9.0.21", "description": "Tweet Old Posts plugin for WordPress.", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 31e2901ab..a6dfbd7bf 100644 --- a/readme.txt +++ b/readme.txt @@ -301,6 +301,13 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.0.21](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.20...v9.0.21) (2023-09-27) + + - Implemented post-sharing limit API to prevent sharing errors + + + + ##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19) - Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0 diff --git a/tweet-old-post.php b/tweet-old-post.php index 0b4845257..db54475c2 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -16,7 +16,7 @@ * Plugin Name: Revive Old Posts * Plugin URI: https://revive.social/ * 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, contact us! - * Version: 9.0.20 + * Version: 9.0.21 * Author: revive.social * Author URI: https://revive.social/ * Requires at least: 4.7 @@ -162,7 +162,7 @@ function run_rop() { define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron ); define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' ); - define( 'ROP_LITE_VERSION', '9.0.20' ); + define( 'ROP_LITE_VERSION', '9.0.21' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) { From 744d478fc966302ef0043f7a7ae2bc7718eb25b8 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius <36594177+vytisbulkevicius@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:11:08 +0200 Subject: [PATCH 13/13] Update readme.txt WordPress tested up to version updated --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index a6dfbd7bf..0e3e4730f 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,Madalin_Themeisle, rsocial, uriahs-victor 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 Requires at least: 4.7 -Tested up to: 6.3 +Tested up to: 6.4 Requires PHP: 7.4 Stable tag: trunk