Skip to content

Commit 43af841

Browse files
committed
chore(release): 9.0.24
##### [Version 9.0.24](v9.0.23...v9.0.24) (2024-02-12) ### Fixes - Social media accounts are not selected with Instant sharing activated
1 parent 710d884 commit 43af841

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 9.0.24](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.23...v9.0.24) (2024-02-12)
2+
3+
### Fixes
4+
- Social media accounts are not selected with Instant sharing activated
5+
16
##### [Version 9.0.23](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.22...v9.0.23) (2024-02-01)
27

38
### Improvements

includes/class-rop.php

+1-1
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.0.23';
71+
$this->version = '9.0.24';
7272

7373
$this->load_dependencies();
7474
$this->set_locale();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tweet-old-post",
3-
"version": "9.0.23",
3+
"version": "9.0.24",
44
"description": "Tweet Old Posts plugin for WordPress.",
55
"repository": {
66
"type": "git",

readme.txt

+8
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,14 @@ http://revive.social/plugins/revive-old-post
326326

327327
== Changelog ==
328328

329+
##### [Version 9.0.24](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.23...v9.0.24) (2024-02-12)
330+
331+
### Fixes
332+
- Social media accounts are not selected with Instant sharing activated
333+
334+
335+
336+
329337
##### [Version 9.0.23](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.22...v9.0.23) (2024-02-01)
330338

331339
### Improvements

tweet-old-post.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Revive Old Posts
1717
* Plugin URI: https://revive.social/
1818
* 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, <a href="http://revive.social/support/?utm_source=plugindesc&utm_medium=announce&utm_campaign=top">contact </a> us!
19-
* Version: 9.0.23
19+
* Version: 9.0.24
2020
* Author: revive.social
2121
* Author URI: https://revive.social/
2222
* Requires at least: 4.7
@@ -162,7 +162,7 @@ function run_rop() {
162162
define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron );
163163

164164
define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' );
165-
define( 'ROP_LITE_VERSION', '9.0.23' );
165+
define( 'ROP_LITE_VERSION', '9.0.24' );
166166
define( 'ROP_LITE_BASE_FILE', __FILE__ );
167167
$debug = false;
168168
if ( function_exists( 'wp_get_environment_type' ) ) {

0 commit comments

Comments
 (0)