Skip to content

Commit

Permalink
chore(release): 9.1.3
Browse files Browse the repository at this point in the history
##### [Version 9.1.3](v9.1.2...v9.1.3) (2024-11-11)

- Fixed issue with Revive Social menu item being visible to match user permissions
- Fixed PHP deprecation error showing in the console
- Updated dependencies
  • Loading branch information
pirate-bot committed Nov 11, 2024
1 parent 30092ab commit 144c5ae
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##### [Version 9.1.3](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.2...v9.1.3) (2024-11-11)

- Fixed issue with Revive Social menu item being visible to match user permissions
- Fixed PHP deprecation error showing in the console
- Updated dependencies

##### [Version 9.1.2](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.1...v9.1.2) (2024-08-28)

- Upgraded Facebook Graph API version
Expand Down
2 changes: 1 addition & 1 deletion includes/class-rop.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Rop {
public function __construct() {

$this->plugin_name = 'rop';
$this->version = '9.1.2';
$this->version = '9.1.3';

$this->load_dependencies();
$this->set_locale();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweet-old-post",
"version": "9.1.2",
"version": "9.1.3",
"description": "Tweet Old Posts plugin for WordPress.",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,15 @@ http://revive.social/plugins/revive-old-post

== Changelog ==

##### [Version 9.1.3](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.2...v9.1.3) (2024-11-11)

- Fixed issue with Revive Social menu item being visible to match user permissions
- Fixed PHP deprecation error showing in the console
- Updated dependencies




##### [Version 9.1.2](https://github.com/Codeinwp/tweet-old-post/compare/v9.1.1...v9.1.2) (2024-08-28)

- Upgraded Facebook Graph API version
Expand Down
4 changes: 2 additions & 2 deletions tweet-old-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Revive Social
* Plugin URI: https://revive.social/
* 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!
* Version: 9.1.2
* Version: 9.1.3
* Author: revive.social
* Author URI: https://revive.social/
* WordPress Available: yes
Expand Down Expand Up @@ -157,7 +157,7 @@ function run_rop() {
$use_remote_cron = filter_var( $use_remote_cron, FILTER_VALIDATE_BOOLEAN );
define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron );

define( 'ROP_LITE_VERSION', '9.1.2' );
define( 'ROP_LITE_VERSION', '9.1.3' );
define( 'ROP_LITE_BASE_FILE', __FILE__ );
$debug = false;
if ( function_exists( 'wp_get_environment_type' ) ) {
Expand Down

0 comments on commit 144c5ae

Please sign in to comment.