Skip to content

Commit 2c26e55

Browse files
committed
chore(release): 9.3.5
##### [Version 9.3.5](v9.3.4...v9.3.5) (2026-04-03) - Fixed creation hashtags on Bluesky network - Fixed issue with Google Business Profile posting failure when locations are connected from multiple Google account - Added automatic cleanup for sharing logs to prevent database slowdowns - Improved status showing up correctly in dashboard when using Start/Stop sharing buttons - Updated dependencies
1 parent d84a029 commit 2c26e55

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### [Version 9.3.5](https://github.com/Codeinwp/tweet-old-post/compare/v9.3.4...v9.3.5) (2026-04-03)
2+
3+
- Fixed creation hashtags on Bluesky network
4+
- Fixed issue with Google Business Profile posting failure when locations are connected from multiple Google account
5+
- Added automatic cleanup for sharing logs to prevent database slowdowns
6+
- Improved status showing up correctly in dashboard when using Start/Stop sharing buttons
7+
- Updated dependencies
8+
19
##### [Version 9.3.4](https://github.com/Codeinwp/tweet-old-post/compare/v9.3.3...v9.3.4) (2025-11-05)
210

311
- Enhanced security

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

readme.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,17 @@ http://revive.social/plugins/revive-old-post
345345

346346
== Changelog ==
347347

348+
##### [Version 9.3.5](https://github.com/Codeinwp/tweet-old-post/compare/v9.3.4...v9.3.5) (2026-04-03)
349+
350+
- Fixed creation hashtags on Bluesky network
351+
- Fixed issue with Google Business Profile posting failure when locations are connected from multiple Google account
352+
- Added automatic cleanup for sharing logs to prevent database slowdowns
353+
- Improved status showing up correctly in dashboard when using Start/Stop sharing buttons
354+
- Updated dependencies
355+
356+
357+
358+
348359
##### [Version 9.3.4](https://github.com/Codeinwp/tweet-old-post/compare/v9.3.3...v9.3.4) (2025-11-05)
349360

350361
- Enhanced security

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.3.4
19+
* Version: 9.3.5
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.3.4' );
160+
define( 'ROP_LITE_VERSION', '9.3.5' );
161161
define( 'ROP_LITE_BASE_FILE', __FILE__ );
162162
$debug = false;
163163
if ( function_exists( 'wp_get_environment_type' ) ) {

0 commit comments

Comments
 (0)