From 5281dd14935a2e4123e9d3300c632892f7a7261b Mon Sep 17 00:00:00 2001 From: Ali Hesari Date: Thu, 13 Aug 2026 15:11:16 +0200 Subject: [PATCH 1/2] docs(readme): declare compatibility with WordPress 7.1 Bumps Tested up to from 6.9 to 7.1 and records the 1.1.1 changelog and upgrade notice. The 7.1 iframed editor, client-side media processing, @wordpress/components and persistent toolbar changes do not touch any surface this plugin uses: the meta box is a classic side-context box rendered outside the canvas iframe, media handling is server-side, and the plugin ships no block editor JS. --- readme.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 029ce03..7a99e8a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ 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 +Tested up to: 7.1 Stable tag: 1.1.0 Requires PHP: 8.1 License: GPLv2 or later @@ -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. From 5d80629f88ab52a5dfeea3ab442110f826601b60 Mon Sep 17 00:00:00 2001 From: Ali Hesari Date: Thu, 13 Aug 2026 15:11:27 +0200 Subject: [PATCH 2/2] chore(release): bump version to 1.1.1 --- owlstack.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 7a99e8a..10824cd 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://owlstack.dev Tags: social media, auto publish, telegram, twitter, facebook Requires at least: 6.4 Tested up to: 7.1 -Stable tag: 1.1.0 +Stable tag: 1.1.1 Requires PHP: 8.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html