From 6c8d5852276b4ca3ab7090681d4f8c5397189de8 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Wed, 22 May 2024 21:06:08 +0000 Subject: [PATCH] chore(release): 9.0.30 ##### [Version 9.0.30](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.29...v9.0.30) (2024-05-22) - Updated internal dependencies --- 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 6bc3e00d8..25c1ee0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 9.0.30](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.29...v9.0.30) (2024-05-22) + +- Updated internal dependencies + ##### [Version 9.0.29](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.28...v9.0.29) (2024-05-20) - Updated internal dependencies diff --git a/includes/class-rop.php b/includes/class-rop.php index 2430929aa..99d19094f 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.29'; + $this->version = '9.0.30'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index 1bfe48fb8..a6ff97f4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.29", + "version": "9.0.30", "description": "Tweet Old Posts plugin for WordPress.", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 2ff5469a0..736277999 100644 --- a/readme.txt +++ b/readme.txt @@ -326,6 +326,13 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.0.30](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.29...v9.0.30) (2024-05-22) + +- Updated internal dependencies + + + + ##### [Version 9.0.29](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.28...v9.0.29) (2024-05-20) - Updated internal dependencies diff --git a/tweet-old-post.php b/tweet-old-post.php index ef53e87b9..392cfa866 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.29 + * Version: 9.0.30 * 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.29' ); + define( 'ROP_LITE_VERSION', '9.0.30' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) {