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 package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saddle",
"version": "1.0.0-rc3",
"version": "1.0.0-rc4",
"description": "Self-hosted MCP server for WordPress — admin UI build.",
"author": "PlugPress",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions saddle.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Saddle – Control Your Site with AI (MCP Server)
* Plugin URI: https://plugpress.co/saddle/
* 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.
* Version: 1.0.0-rc3
* Version: 1.0.0-rc4
* Requires at least: 6.9
* Requires PHP: 7.4
* Author: PlugPress
Expand All @@ -18,7 +18,7 @@

defined( 'ABSPATH' ) || exit;

define( 'SADDLE_VERSION', '1.0.0-rc3' );
define( 'SADDLE_VERSION', '1.0.0-rc4' );
define( 'SADDLE_FILE', __FILE__ );
define( 'SADDLE_DIR', plugin_dir_path( __FILE__ ) );
define( 'SADDLE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
Loading