AI Engine Pro - WordPress Plugin

AI Engine Pro - WordPress Plugin v3.7.1 Nulled

No permission to download
AI Engine Pro - WordPress Plugin v3.7.1 Nulled
= 3.7.1 (2026/08/14)
  • Add: WPML support in the MCP server, mirroring the Polylang tools.
  • Add: SEO section in the Modules tab, with robots.txt access for AI crawlers and live stats when SEO Engine is installed.
  • Update: MCP self-test now detects AI-crawler blocking, nested .htaccess files and www mismatches, and logs every OAuth authorize refusal.
  • Update: Internal errors are now hidden behind a filterable public message, and AI Forms no longer show provider errors to visitors.
  • Update: Shared dashboard synced with the new Board and the AI site analysis.
  • Fix: The mwai_mcp_mutate hook now fires on deletions, so cache purges hooked to it run.
AI Engine Pro - WordPress Plugin v3.7.0 Nulled
== Changelog ==

= 3.7.0 (2026/08/03) =
* Fix: Qdrant collections were always created with 1536 dimensions regardless of the embedding model, and default dimensions are now read from the right place.
* Update: Embedding dimensions are no longer locked for OpenAI-compatible models, as that size is only a guess.
* Fix: The MCP access level no longer restricts OAuth connections, and the setting is no longer hidden behind the bearer token.
* Fix: MCP connections no longer drop at random when the client refreshes its access token.
AI Engine Pro - WordPress Plugin v3.6.9 Nulled
== Changelog ==
= 3.6.9 (2026/08/01) =
* Fix: Crash when clicking quickly through discussions, and slow image checks writing into the wrong message.
* Fix: MCP token refresh being rejected on servers that pass Basic credentials to PHP instead of forwarding the header.
* Fix: Stored chat messages could run scripts when an admin opened a discussion.
AI Engine Pro - WordPress Plugin v3.6.7 Nulled
= v3.6.7
* Add: Workspace is officially launched on [iOS](https://apps.apple.com/app/workspace-for-wordpress/id6794717714).
* Update: OpenAI pricing for GPT-5.6 Terra and Luna following the July 30 cut, and corrected o3 which was priced 7.5x too high.
* Update: Removed the leftover mcp.js relay and its documentation, and corrected the MCP header comment that still mentioned SSE and OAuth.
* Add: getDiscussion() to the PHP API, to read a stored discussion without using $mwai_core.
AI Engine Pro - WordPress Plugin v3.6.7 Nulled
== Changelog ==

= 3.6.6 (2026/07/30) =
* Update: Minimum PHP version is now 8.1, declared in the plugin header so WordPress blocks activation on older versions.
* Fix: Push All no longer exhausts the memory limit on large sites; post content is now checked in chunks.
* Fix: Long Japanese and Chinese posts no longer produce empty content, which left their embeddings stale.
* Fix: Hardened the REST endpoints against client-supplied file paths and API keys, corrected the MCP OAuth route match and guest session cookie, and stopped the chatbot key reaching Editors.
* Fix: The mwai_mcp_callback filter now receives five arguments from both the Workspace and the MCP endpoint.
* Add: CSV and JSON export for the Query and MCP logs, honouring the active filters and sort.
* Fix: Chatbot input is no longer hidden behind the mobile keyboard in fullscreen, and shortcuts are now chips that don't inherit the site's button styles.
AI Engine Pro - WordPress Plugin v3.6.6 Nulled
== Changelog ==

= 3.6.6 (2026/07/30) =
* Update: Minimum PHP version is now 8.1, declared in the plugin header so WordPress blocks activation on older versions.
* Fix: Push All no longer exhausts the memory limit on large sites; post content is now checked in chunks.
* Fix: Long Japanese and Chinese posts no longer produce empty content, which left their embeddings stale.
* Fix: Hardened the REST endpoints against client-supplied file paths and API keys, corrected the MCP OAuth route match and guest session cookie, and stopped the chatbot key reaching Editors.
* Fix: The mwai_mcp_callback filter now receives five arguments from both the Workspace and the MCP endpoint.
* Add: CSV and JSON export for the Query and MCP logs, honouring the active filters and sort.
* Fix: Chatbot input is no longer hidden behind the mobile keyboard in fullscreen, and shortcuts are now chips that don't inherit the site's button styles.
AI Engine Pro - WordPress Plugin v3.6.5 Nulled
== Changelog ==

= 3.6.5 (2026/07/28) =
* Add: Elapsed time counter on the AI Forms submit button, matching the chatbot.
* Add: Note in the Sync panel that the Sync filters are shared by all environments.
* Fix: Three security issues reported by WPScan (key disclosure to editors, guessable guest sessions, audio transcription file read).
* Fix: Streaming requests now respect MWAI_SSL_VERIFY and verify TLS certificates (reported by Mohammed Abd Alrahman).
* Fix: Recurring tasks no longer stay parked after repeated failures, so discussions and logs cleanups run again.
* Fix: Administrator-equivalent accounts (custom roles with manage_options) are no longer refused at the MCP OAuth consent screen.
* Fix: A custom JavaScript filter that crashes no longer breaks the chatbot, and raw JavaScript errors are no longer shown to visitors.
* Fix: The embeddings environment Type field no longer shows "Select" for the Internal (WordPress DB) environment.
* Fix: The Web Search button now appears in the Workspace composer when pinned.
* Update: Push All now respects the Sync category and language filters, so it no longer seeds posts Sync would not maintain.
* Update: Workspace is now available to everyone; Knowledge, MCP Servers and Functions stay Pro.
* Update: Removed the unused module_addons and module_blocks option defaults.
AI Engine Pro - WordPress Plugin v3.6.3 Nulled
== Changelog ==

= 3.6.3 (2026/07/27) =
* Add: Workspace: a full-screen chat surface in wp-admin, with a model picker across all your environments, conversation history, folders, a prompt library, per-user themes, and edit-and-branch on any message. Available in the Pro, coming later in the Free.
* Add: The Workspace can generate and edit images, search the web with each provider's own search tool (OpenAI, Anthropic, Google, OpenRouter), and work on the site itself through the MCP tools, with an approval dialog before any site-changing tool runs.
* Add: QR-code pairing for the Workspace mobile companion app, with a revocable Application Password.
* Add: Internal (WordPress DB) vector environment that stores embeddings locally, now the default for new installs.
* Add: Discussions now show the tool calls and their parameters alongside the embeddings usage, and can be searched server-side by content and title.
* Add: Claude Opus 5.
* Fix: Public chat and form endpoints no longer trust client-supplied models, environments, instructions or messages, and internal errors are hidden from visitors; the stateful-response restore is now owner-scoped, so another user's chat ID can no longer resume their conversation.
* Fix: Content-aware chatbots no longer inject a post the visitor cannot read, so a client-supplied context ID can no longer leak draft or private content.
* Fix: Chatbot error and notice messages are sanitized before being rendered as HTML, and configuration errors are shown to editors only instead of being printed publicly.
* Fix: Function calling is more reliable: Claude no longer re-calls tools with the previous message's parameters, multi-round calls on stateless providers keep their feedback blocks instead of clearing them each round, and the Gemini 2.x models work again.
* Fix: Google model names and capability detection, so image, thinking and web-search models are recognised and preview variants are no longer ambiguous.
* Fix: OVH replies arriving empty, caused by an oversized max_tokens and a hijacked catalog fetch.
* Fix: Embeddings re-sync destroying a vector when the new content comes back empty, and guest file listing crashing with a 500.
* Fix: The usage-limit lock never firing on streaming chatbots, and the Discussions table spinning forever when opened in a background tab.
* Update: MCP server hardening: a failing tool now returns a readable error instead of killing the server for the client, and the tools list is capped at 500 results.
* Update: Settings Reset now asks you to type the site host and says plainly that it deletes the API keys, environments, chatbots and themes; more native browser dialogs were replaced with NekoModal across Discussions, Query Logs, Knowledge, Templates and Limits.
AI Engine Pro - WordPress Plugin v3.6.2 Nulled
== Changelog ==

= 3.6.2 (2026/07/16) =
* Fix: Fixed block editor paragraph spacing broken by the AI Copilot handler wrapper.
* Add: Note filtering support for the wp_get_comments MCP tool, allowing agents to read WordPress 6.9 editor Notes.
* Fix: Fixed the Anthropic engine dropping conversation history on function-call follow-up requests.
* Fix: Fixed duplicate embedding vectors for the same reference and environment, which left embeddings stuck at pending after a sync.
Decryption key:



== Changelog ==

= 3.6.1 (2026/07/13) =
* Fix: MCP user tools not enforcing proper capabilities, allowing Multisite site administrators to edit users beyond their reach. Hotfix. (Thanks to Charles Vosburgh for reporting.)
* Fix: MCP read tools corrupting block-JSON Unicode escapes by double-unslashing database content.
* Update: Native browser dialogs (alert/confirm/prompt) are now forbidden in code; NekoModal is used instead.

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu