Skip to content

Commit 5c985f6

Browse files
committed
chore(release): 9.0.26
##### [Version 9.0.26](v9.0.25...v9.0.26) (2024-02-29) ### Fixes - Updated dependencies
1 parent 5b0295e commit 5c985f6

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 9.0.26](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.25...v9.0.26) (2024-02-29)
2+
3+
### Fixes
4+
- Updated dependencies
5+
16
##### [Version 9.0.25](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.24...v9.0.25) (2024-02-20)
27

38
### Fixes

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

readme.txt

Lines changed: 8 additions & 0 deletions
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.26](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.25...v9.0.26) (2024-02-29)
330+
331+
### Fixes
332+
- Updated dependencies
333+
334+
335+
336+
329337
##### [Version 9.0.25](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.24...v9.0.25) (2024-02-20)
330338

331339
### Fixes

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 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.25
19+
* Version: 9.0.26
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.25' );
165+
define( 'ROP_LITE_VERSION', '9.0.26' );
166166
define( 'ROP_LITE_BASE_FILE', __FILE__ );
167167
$debug = false;
168168
if ( function_exists( 'wp_get_environment_type' ) ) {

0 commit comments

Comments
 (0)