Skip to content

Commit 6f377f1

Browse files
committed
chore(release): 9.2.2
##### [Version 9.2.2](v9.2.1...v9.2.2) (2025-02-18) - Tested compatibility between versions of the plugin
1 parent a83480f commit 6f377f1

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 9.2.2](https://github.com/Codeinwp/tweet-old-post/compare/v9.2.1...v9.2.2) (2025-02-18)
2+
3+
- Tested compatibility between versions of the plugin
4+
15
##### [Version 9.2.1](https://github.com/Codeinwp/tweet-old-post/compare/v9.2.0...v9.2.1) (2025-02-17)
26

37
- Removed Telegram SDK and added a custom Telegram API handler

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.2.1';
71+
$this->version = '9.2.2';
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.2.1",
3+
"version": "9.2.2",
44
"description": "Tweet Old Posts plugin for WordPress.",
55
"repository": {
66
"type": "git",

readme.txt

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

339339
== Changelog ==
340340

341+
##### [Version 9.2.2](https://github.com/Codeinwp/tweet-old-post/compare/v9.2.1...v9.2.2) (2025-02-18)
342+
343+
- Tested compatibility between versions of the plugin
344+
345+
346+
347+
341348
##### [Version 9.2.1](https://github.com/Codeinwp/tweet-old-post/compare/v9.2.0...v9.2.1) (2025-02-17)
342349

343350
- Removed Telegram SDK and added a custom Telegram API handler

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 Social
1717
* Plugin URI: https://revive.social/
1818
* 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, <a href="http://revive.social/support/?utm_source=plugindesc&utm_medium=announce&utm_campaign=top">contact </a> us!
19-
* Version: 9.2.1
19+
* Version: 9.2.2
2020
* Author: revive.social
2121
* Author URI: https://revive.social/
2222
* WordPress Available: yes
@@ -157,7 +157,7 @@ function run_rop() {
157157
$use_remote_cron = filter_var( $use_remote_cron, FILTER_VALIDATE_BOOLEAN );
158158
define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron );
159159

160-
define( 'ROP_LITE_VERSION', '9.2.1' );
160+
define( 'ROP_LITE_VERSION', '9.2.2' );
161161
define( 'ROP_LITE_BASE_FILE', __FILE__ );
162162
$debug = false;
163163
if ( function_exists( 'wp_get_environment_type' ) ) {

0 commit comments

Comments
 (0)