diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8448da..ea5fa4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +#### [Version 9.1.0](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.31...v9.1.0) (2024-07-17) + +### New features +- Connect 30+ additional networks via Zapier with our new [Webhook integration](https://docs.revive.social/article/2037-maximize-your-social-presence-effortless-integration-with-zapier) (PRO). +- [Advanced Content Editing](https://docs.revive.social/article/2038-personalize-your-social-media-shares-with-the-custom-content-editor): Introduced a new Custom Content editor for post captions, including magic tags for dynamic content (PRO). +### Improvements +- Rebranded to Revive Social +- Integrated Yoast Title & Description option for sharing content (PRO). +- Reduced the add-on file size (PRO). +- Improved the UI with optimized button positions, enhanced color contrast, and a reorganized layout for options and Dashboard notices. +- [Improved documentation](https://docs.revive.social/article/2035-troubleshooting-guide-for-facebook-account-connection-errors) to better assist with error handling when connecting to Facebook. +### Fixes +- Resolved issue with disconnected Facebook groups appearing in the Dashboard. +- Corrected social network icons display issues across all site languages. +- Removed the outdated plugin roadmap from the Dashboard. +- Updated the “Get Support” button to direct users to the appropriate channel (Free/Pro). +- Eliminated the outdated authentication method for connecting to X. + ##### [Version 9.0.31](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.30...v9.0.31) (2024-06-04) - Fixed sharing on LinkedIn: updated LinkedIn API Version diff --git a/includes/class-rop.php b/includes/class-rop.php index 43d59783..331382cf 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -68,7 +68,7 @@ class Rop { public function __construct() { $this->plugin_name = 'rop'; - $this->version = '9.0.31'; + $this->version = '9.1.0'; $this->load_dependencies(); $this->set_locale(); diff --git a/package.json b/package.json index 772a69ee..c022af3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-old-post", - "version": "9.0.31", + "version": "9.1.0", "description": "Tweet Old Posts plugin for WordPress.", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 69b53b11..567adcfa 100644 --- a/readme.txt +++ b/readme.txt @@ -322,6 +322,27 @@ http://revive.social/plugins/revive-old-post == Changelog == +#### [Version 9.1.0](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.31...v9.1.0) (2024-07-17) + +### New features +- Connect 30+ additional networks via Zapier with our new [Webhook integration](https://docs.revive.social/article/2037-maximize-your-social-presence-effortless-integration-with-zapier) (PRO). +- [Advanced Content Editing](https://docs.revive.social/article/2038-personalize-your-social-media-shares-with-the-custom-content-editor): Introduced a new Custom Content editor for post captions, including magic tags for dynamic content (PRO). +### Improvements +- Rebranded to Revive Social +- Integrated Yoast Title & Description option for sharing content (PRO). +- Reduced the add-on file size (PRO). +- Improved the UI with optimized button positions, enhanced color contrast, and a reorganized layout for options and Dashboard notices. +- [Improved documentation](https://docs.revive.social/article/2035-troubleshooting-guide-for-facebook-account-connection-errors) to better assist with error handling when connecting to Facebook. +### Fixes +- Resolved issue with disconnected Facebook groups appearing in the Dashboard. +- Corrected social network icons display issues across all site languages. +- Removed the outdated plugin roadmap from the Dashboard. +- Updated the “Get Support” button to direct users to the appropriate channel (Free/Pro). +- Eliminated the outdated authentication method for connecting to X. + + + + ##### [Version 9.0.31](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.30...v9.0.31) (2024-06-04) - Fixed sharing on LinkedIn: updated LinkedIn API Version diff --git a/tweet-old-post.php b/tweet-old-post.php index 7024784f..589b383a 100644 --- a/tweet-old-post.php +++ b/tweet-old-post.php @@ -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, contact us! - * Version: 9.0.31 + * Version: 9.1.0 * Author: revive.social * Author URI: https://revive.social/ * Requires at least: 4.7 @@ -161,7 +161,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.0.31' ); + define( 'ROP_LITE_VERSION', '9.1.0' ); define( 'ROP_LITE_BASE_FILE', __FILE__ ); $debug = false; if ( function_exists( 'wp_get_environment_type' ) ) {