Skip to content

Commit 7266fae

Browse files
authored
chore: build 1.0.0-rc5 for testing (#109)
Carries the OAuth scope fix from #108. Stable tag stays at 1.0.0 — it never moves for a release candidate, and version_compare sorts 1.0.0-rc5 below 1.0.0 so every rc install still upgrades cleanly onto the real release. Refs #107
1 parent 0c3b266 commit 7266fae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saddle",
3-
"version": "1.0.0-rc4",
3+
"version": "1.0.0-rc5",
44
"description": "Self-hosted MCP server for WordPress — admin UI build.",
55
"author": "PlugPress",
66
"license": "GPL-2.0-or-later",

saddle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Saddle – Control Your Site with AI (MCP Server)
44
* Plugin URI: https://plugpress.co/saddle/
55
* Description: Self-hosted MCP server for WordPress. Tiered, default-safe, approval-gated access to posts, pages, and media for AI agents — with no third-party credential custody.
6-
* Version: 1.0.0-rc4
6+
* Version: 1.0.0-rc5
77
* Requires at least: 6.9
88
* Requires PHP: 7.4
99
* Author: PlugPress
@@ -18,7 +18,7 @@
1818

1919
defined( 'ABSPATH' ) || exit;
2020

21-
define( 'SADDLE_VERSION', '1.0.0-rc4' );
21+
define( 'SADDLE_VERSION', '1.0.0-rc5' );
2222
define( 'SADDLE_FILE', __FILE__ );
2323
define( 'SADDLE_DIR', plugin_dir_path( __FILE__ ) );
2424
define( 'SADDLE_URL', plugin_dir_url( __FILE__ ) );

0 commit comments

Comments
 (0)