From 144c5aefed3dd1b529dfbcbdcf513a9ad10a3009 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 11 Nov 2024 15:05:42 +0000 Subject: [PATCH] chore(release): 9.1.3 ##### [Version 9.1.3](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.2...v9.1.3) (2024-11-11) - Fixed issue with Revive Social menu item being visible to match user permissions - Fixed PHP deprecation error showing in the console - Updated dependencies --- CHANGELOG.md | 6 ++++++ includes/class-rop.php | 2 +- package.json | 2 +- readme.txt | 9 +++++++++ tweet-old-post.php | 4 ++-- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc62da5..fbff372e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 9.1.3](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.2...v9.1.3) (2024-11-11) + +- Fixed issue with Revive Social menu item being visible to match user permissions +- Fixed PHP deprecation error showing in the console +- Updated dependencies + ##### [Version 9.1.2](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.1...v9.1.2) (2024-08-28) - Upgraded Facebook Graph API version diff --git a/includes/class-rop.php b/includes/class-rop.php index 0c9aff6e..7bcaf5a1 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.1.2'; + $this->version = '9.1.3'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index 219f5f0a..77c9f5f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.1.2", + "version": "9.1.3", "description": "Tweet Old Posts plugin for WordPress.", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 0e34517d..f00a6b40 100644 --- a/readme.txt +++ b/readme.txt @@ -324,6 +324,15 @@ http://revive.social/plugins/revive-old-post == Changelog == +##### [Version 9.1.3](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.2...v9.1.3) (2024-11-11) + +- Fixed issue with Revive Social menu item being visible to match user permissions +- Fixed PHP deprecation error showing in the console +- Updated dependencies + + + + ##### [Version 9.1.2](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.1...v9.1.2) (2024-08-28) - Upgraded Facebook Graph API version diff --git a/tweet-old-post.php b/tweet-old-post.php index c39ea594..7ae7c862 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -16,7 +16,7 @@ * Plugin Name: Revive Social * Plugin URI: https://revive.social/ * Description: WordPress plugin that automatically schedules and posts your content to multiple social networks (including Facebook, X, LinkedIn, and Instagram), helping you promote and drive more traffic to your website. For questions, comments, or feature requests, contact us! - * Version: 9.1.2 + * Version: 9.1.3 * Author: revive.social * Author URI: https://revive.social/ * WordPress Available: yes @@ -157,7 +157,7 @@ function run_rop() { $use_remote_cron = filter_var( $use_remote_cron, FILTER_VALIDATE_BOOLEAN ); define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron ); - define( 'ROP_LITE_VERSION', '9.1.2' ); + define( 'ROP_LITE_VERSION', '9.1.3' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) {