Skip to content

Commit d269004

Browse files
committed
chore(release): 9.0.17
##### [Version 9.0.17](v9.0.16...v9.0.17) (2023-08-03) PHP version required updated to 7.4
1 parent 1f2f7a7 commit d269004

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03)
2+
3+
PHP version required updated to 7.4
4+
15
##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03)
26

37
- Updated the required PHP version to 7.4

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

readme.txt

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

302302
== Changelog ==
303303

304+
##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03)
305+
306+
PHP version required updated to 7.4
307+
308+
309+
310+
304311
##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03)
305312

306313
- Updated the required PHP version to 7.4

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

0 commit comments

Comments
 (0)