diff --git a/owlstack.php b/owlstack.php index 48f9cc6..6e4a57d 100644 --- a/owlstack.php +++ b/owlstack.php @@ -4,7 +4,7 @@ * Plugin Name: Owlstack * Plugin URI: https://owlstack.dev * Description: Publish content to Telegram, X (Twitter), Facebook, Instagram, LinkedIn, Discord, and more — directly from WordPress. - * Version: 1.1.0 + * Version: 1.1.1 * Requires at least: 6.4 * Requires PHP: 8.1 * Author: Ali Hesari @@ -23,7 +23,7 @@ } // Plugin constants. -define('OWLSTACK_VERSION', '1.1.0'); +define('OWLSTACK_VERSION', '1.1.1'); define('OWLSTACK_FILE', __FILE__); define('OWLSTACK_DIR', plugin_dir_path(__FILE__)); define('OWLSTACK_URL', plugin_dir_url(__FILE__)); diff --git a/readme.txt b/readme.txt index 029ce03..10824cd 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: alihesari Donate link: https://owlstack.dev Tags: social media, auto publish, telegram, twitter, facebook Requires at least: 6.4 -Tested up to: 6.9 -Stable tag: 1.1.0 +Tested up to: 7.1 +Stable tag: 1.1.1 Requires PHP: 8.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -184,6 +184,10 @@ This plugin connects to external third-party services to publish your content. D == Changelog == += 1.1.1 = +* Tested against WordPress 7.1. +* No functional changes. The post editor meta box, publishing, and the Cloud connection are unaffected by the 7.1 iframed editor and client-side media processing changes. + = 1.1.0 = * New: OwlStack Cloud connection (**Owlstack > Cloud**). Generate a revocable site token so the OwlStack Cloud dashboard can publish posts to this site without a WordPress username or Application Password. * New: Incoming content controls — always draft, always publish, or honor the requested status; configurable post author and post type. @@ -215,6 +219,9 @@ This plugin connects to external third-party services to publish your content. D == Upgrade Notice == += 1.1.1 = +Compatibility release for WordPress 7.1. No functional changes, safe to update. + = 1.1.0 = Adds an optional OwlStack Cloud connection. Generate a revocable site token under Owlstack > Cloud to let the Cloud dashboard publish to this site without a WordPress username or Application Password. Existing setups are unaffected and the feature stays inactive until you generate a token.