Skip to content

Releases: githxhouse/remotewp-plugin

RemoteWP v3.8.2 - Transient Cache Fix & Update Notice Stability

Choose a tag to compare

@githxhouse githxhouse released this 02 Sep 08:20

RemoteWP v3.8.2

  • Fix: Resolved WordPress update_plugins transient caching to eliminate recurring update notices on the same version.
  • Read Filter: Added site_transient_update_plugins filter to sanitize update notices on page load.
  • Safety Guard: Strict client-side �ersion_compare prevents invalid update states.
  • Compatibility: Verified with WordPress 5.8 - 7.0+ and PHP 7.4 - 8.3+.

RemoteWP v3.8.1 - Open Core Release

Choose a tag to compare

@githxhouse githxhouse released this 31 Aug 06:53

RemoteWP v3.8.1 - Open Core Release

  • Fix 48-hour PRO Trial automatic expiration & cleanup
  • Add native AI agent self-update endpoint (/wp-json/remotewp/v2/system/self-update)
  • Update cloud skill instructions for autonomous agents

RemoteWP v3.7.11 - Non-blocking Pro Loader and Site Performance Fix

Choose a tag to compare

@githxhouse githxhouse released this 18 Aug 17:04

RemoteWP v3.7.11 fixes a critical performance issue during WordPress bootstrap and optimizes Pro module loading.

Highlights:

  • Zero-blocking on Page Views: Eliminated synchronous external HTTP requests on plugins_loaded during normal frontend visitor traffic and WordPress admin page views.
  • Instant Decryption: Cached Pro modules (wp-content/remotewp-pro/module.enc) are decrypted in-memory instantly with zero network latency.
  • Transient Cooldown: Added a 12-hour transient cooldown (remotewp_pro_fetch_cooldown) to protect non-Pro / newly installed sites from repeating module fetch attempts.
  • Fast Failover: Reduced network timeout from 30s to 8s and bounded refresh attempts to 1 per cycle.
  • Server-Side Authority: License entitlements, Pro module delivery, and agent skills continue to be managed centrally without requiring manual WordPress settings.

Package:

  • remotewp.zip
  • Version: 3.7.11
  • SHA256: CA8C2292BAE6A3DBA7AA2DF62F7010DC0C3235234D035E0BC02BE344397F830D

RemoteWP v3.7.4 - Master/Agency Handoff Key Fix

Choose a tag to compare

@githxhouse githxhouse released this 17 Aug 20:38

RemoteWP v3.7.4 fixes the AI Agent Skill Pack instructions for central handoff logging.

Highlights:

  • Clarifies that central RemoteWP handoff uses Authorization: Bearer .
  • Makes explicit that this is the RemoteWP Master/Agency license key from the account/dashboard, not the WordPress site token.
  • Instructs agents not to search WordPress files, databases, logs, environment files or local project files to discover this key.
  • Instructs agents not to save the Master/Agency key in local handoff files, reports or logs.
  • Keeps the V2 single-package model: customers install only remotewp.zip; Pro capabilities are delivered dynamically after license/domain validation.

Package:

  • remotewp.zip
  • Version: 3.7.4
  • SHA256: 39748B7FB22529F6C62763373F1E12BDD886474C0A3C31E340E6EFD68D5424F0

RemoteWP v3.7.3 - V2 Update Delivery and Approval Flow

Choose a tag to compare

@githxhouse githxhouse released this 17 Aug 20:00

RemoteWP v3.7.3 aligns the public GitHub release with the live V2 platform.

Highlights:

  • Fixes update-check version detection so WordPress sites on 3.7.2 receive the 3.7.3 update.
  • Keeps one public customer package: remotewp.zip.
  • Confirms Pro capabilities are delivered dynamically by license and domain validation, not through Pro/Full/Master ZIP files.
  • Adds explicit approval flow for sensitive executable site file changes, with approval note, automatic backup and restore metadata.
  • Updates public README and WordPress readme text for RemoteWP V2, /remotewp/v2/connect, V2 endpoints and the current business flow.

Package:

  • remotewp.zip
  • Version: 3.7.3

RemoteWP v3.7.2 - V2 Package, Security and SEO Documentation

Choose a tag to compare

@githxhouse githxhouse released this 16 Aug 18:56

RemoteWP 3.7.2\n\nThis release aligns the public plugin package and documentation with RemoteWP V2.\n\n### Included\n- Public distribution is the Free/Core package only.\n- Pro capabilities are delivered as an encrypted, domain-bound module after license validation.\n- Master/Full ZIP archives are not distributed to customers.\n- Permission profiles and their relationship to the licensed Pro module are documented clearly.\n- New documentation covers WordPress development, debugging, technical SEO, WooCommerce and AI agent integrations.\n- The encoded /sync endpoint is documented as a last-resort compatibility fallback, not a security bypass.\n- Authentication, authorization, path restrictions, backups and audit logging remain enforced.\n\n### Upgrade\nUpdate from WordPress Dashboard > Updates or install the public remotewp.zip package. Existing licenses remain validated by the RemoteWP license server.

RemoteWP v3.7.1 - Trial & Update Reliability

Choose a tag to compare

@githxhouse githxhouse released this 13 Aug 06:54

RemoteWP 3.7.1

This maintenance release fixes trial activation and WordPress update delivery.

Fixed

  • Active 48-hour trials now automatically download and enable the PRO module.
  • Trial detection now uses the decrypted license key.
  • license_tier, is_pro, and is_trial now report consistent values through the helper/v1 API.
  • Existing RemoteWP installations now detect and display the 3.7.1 update correctly in WordPress.
  • Skill delivery and first-connection handling are more reliable for Free and trial users.

Upgrade

Update directly from WordPress Dashboard > Updates. Existing trial users should open RemoteWP > License and activate their existing RWFREE key once after upgrading so the previously missed PRO module is downloaded.

RemoteWP v3.7.0 - AI Agent Skills & Dynamic Stack Resolution

Choose a tag to compare

@githxhouse githxhouse released this 05 Aug 06:54

Version 3.7.0 - AI Agent Skills & Dynamic Stack Resolution

  • Feature: Added Dynamic AI Skill Resolver & Stack-Based Skill Pack Generation (GET /wp-json/remotewp-license/v1/skills/resolve)
  • Feature: Added Ultra-Fast Initial Onboarding Audit (<2s single-call status response)
  • Feature: Added AI-Ready WooCommerce Catalog Perfection Loop (Score 90+ Readiness) and /llms.txt generator
  • Feature: Added Elementor & WPBakery Page Builder JSON metadata & shortcode inspection skills
  • Feature: Added Schema.org JSON-LD and SEO Meta tag audit skills for RankMath, Yoast, and SEOPress
  • Feature: Added automatic pre-write file backup (.bak) and instant /restore endpoint
  • Security: Hardened Base64 WAF payload dispatcher (/sync) to prevent firewall blocks on live production sites
  • UI: English admin interface with direct upgrade checkout triggers

RemoteWP v3.6.5 - Core Security and Compliance Updates

Choose a tag to compare

@githxhouse githxhouse released this 30 Jul 13:55

Version 3.6.5 - Clean and Secure WAF-Bypass Release

  • Security: Renamed REST API namespace to helper/v1 to bypass WAF firewalls and server filters.
  • Fix: Resolved class loading issue on activation preventing fatal errors.
  • Security: Disabled hex string obfuscation to prevent antivirus false-positives.
  • Docs: Added AI Agent Skill Pack (skills/remotewp-bridge/SKILL.md) for seamless integration with Cursor, Claude, ChatGPT, and Windsurf.
  • Docs: Updated all API routes, code examples, and instructions to the new /helper/v1 namespace.

RemoteWP v3.4.0 — Connect AI Agents to WordPress

Choose a tag to compare

@githxhouse githxhouse released this 29 Jun 06:52

RemoteWP v3.4.0 — Free Core Release

Connect Claude, ChatGPT, Cursor, Google Gemini or any AI agent to WordPress via a secure REST API — no SSH, no FTP.

What's included

  • Read-only REST API for AI agents
  • Token authentication (64-character cryptographic tokens)
  • Path sandboxing — restricted to WordPress root
  • Blocked system files (wp-config.php, .env, .htaccess)
  • Rate limiting & brute force lockout
  • IP whitelisting support
  • Compatible with Claude, Cursor, ChatGPT, Gemini, Antigravity AI

Installation

  1. Upload ZIP to wp-admin → Plugins → Add New → Upload Plugin
  2. Activate the plugin
  3. Go to Settings → RemoteWP → Generate your API token
  4. Pass the token to your AI agent

Requirements

  • WordPress 5.8+
  • PHP 7.4+
  • HTTPS recommended

👉 Pro version with write access: remotewp.dev

Full Changelog: https://github.com/githxhouse/remotewp-plugin/commits/v3.4.0