Skip to content

Commit d6ab76a

Browse files
committed
chore(release): 1.0.0-rc9
Bumps the four version sites that move for a release candidate; readme's Stable tag stays 1.0.0, because version_compare sorts an rc below the real release and an rc must never claim to be it. Carries, since rc8: the per-object read authorization sweep (#148), the unreachable denial_reason() duplicates (#151), the Saddle Violet re-brand and the flat rail (#153), and the notification 202 fix that a Codex tester hit on the adapter transport (#155). Refs #155
1 parent 9e92285 commit d6ab76a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

languages/saddle.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Saddle – Control Your Site with AI (MCP Server) 1.0.0-rc8\n"
5+
"Project-Id-Version: Saddle – Control Your Site with AI (MCP Server) 1.0.0-rc9\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/saddle\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2026-08-25T07:53:05+00:00\n"
12+
"POT-Creation-Date: 2026-08-25T07:55:24+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: saddle\n"

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