From bd30188486efa5117f8a0cceb944ad66826dbde6 Mon Sep 17 00:00:00 2001 From: Ali Hesari Date: Wed, 12 Aug 2026 20:05:48 +0200 Subject: [PATCH] docs(readme): add the missing 1.0.1 changelog and upgrade notices for 1.1.0 The changelog jumped from 1.1.0 straight to 1.0.0, skipping the version currently served on WordPress.org. 1.0.1 shipped without an entry of its own, so this backfills it from the commits in that release. Also adds Upgrade Notice entries for 1.0.1 and 1.1.0. WordPress.org shows the Upgrade Notice on the plugins screen when an update is available, and 1.1.0 introduces the Cloud site token, which existing installs should understand before updating. PHPCS and the 48 unit tests pass. --- readme.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/readme.txt b/readme.txt index 75bfe83..150ee75 100644 --- a/readme.txt +++ b/readme.txt @@ -190,6 +190,15 @@ This plugin connects to external third-party services to publish your content. D * New: REST endpoints under `owlstack/v1/cloud` for site info, post creation, image upload, and removal of Cloud-created posts. Token-authenticated; only a SHA-256 hash of the token is stored. * The plugin makes no outbound calls to OwlStack Cloud; the feature is inactive until a token is generated. += 1.0.1 = +* Improved settings update feedback on the platform settings pages. +* Hardened input sanitization in options handling and settings registration. +* Added a third-party services section listing the terms and privacy policies of every supported platform. +* Added platform documentation links and clearer setup guidance in settings. +* Post body handling now falls back to the excerpt or trimmed content. +* Telegram: platform-specific post transformations, plus placeholders and hints on the username fields. +* Corrected author information in the plugin header. + = 1.0.0 = * Initial public release. * Support for 11 platforms: Telegram, X (Twitter), Facebook, Instagram, LinkedIn, Discord, Pinterest, Reddit, Slack, Tumblr, and WhatsApp. @@ -204,5 +213,11 @@ This plugin connects to external third-party services to publish your content. D == Upgrade Notice == += 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. + += 1.0.1 = +Maintenance release. Stronger input sanitization, clearer setup guidance, and Telegram formatting improvements. + = 1.0.0 = Initial release. Configure your platform credentials under Owlstack > Settings after activation.