Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions owlstack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__));
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down
Loading