Skip to content

Commit f1e873d

Browse files
authored
chore: build 1.0.0-rc8 for testing (#129)
Carries #127: the OAuth bearer resolver no longer fatals when another plugin fires determine_current_user during plugins_loaded — the failure that kept ChatGPT refused on a customer site for two weeks while the identical build worked elsewhere. Refs #127
1 parent acfe215 commit f1e873d

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-rc7",
3+
"version": "1.0.0-rc8",
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-rc7
6+
* Version: 1.0.0-rc8
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-rc7' );
21+
define( 'SADDLE_VERSION', '1.0.0-rc8' );
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)