Skip to main content

Changelog

All notable changes to MCP for WP are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.4]

🎉 Major Features

  • Documentation Overhaul: Migrated to Docusaurus, reorganized docs, and introduced a strategic, visual-first documentation approach.
  • Mermaid Diagram Support: Interactive, rendered diagrams throughout the docs for architecture, workflows, and data models.
  • Advanced Code Block UX: Copy buttons, container adaptation, and improved syntax highlighting for all code blocks.

✨ New Features

  • MermaidDiagram React Component: Custom component for rendering diagrams in MDX/Markdown.
  • Sidebar Navigation Enhancements: Emoji usage standardized for main folders, improved sidebar clarity.
  • Comprehensive Provider Docs: Deep dives for OpenAI, Claude, Gemini, Llama, Mistral, Cohere, and Qwen.

Improvements

  • Strategic Diagram Placement: Diagrams now clarify user journeys, architecture, and advanced topics.
  • User Stories & ROI: Added business-focused diagrams and case studies.
  • Accessibility: Improved color contrast, alt text, and responsive design for diagrams and code blocks.

🐛 Bug Fixes

  • Mermaid Rendering: All diagrams now render visually, not as code blocks.
  • Sidebar Emoji Consistency: Emojis only on main folders/categories.
  • Code Block Styling: Fixed border-radius and padding issues.

Documentation

  • Complete Provider Guides: Added detailed setup and configuration guides for OpenAI, Claude, Gemini, Llama, Mistral, Cohere, and Qwen
  • Strategic Diagrams: Implemented 8 key diagrams showing architecture, workflows, and data models
  • User Stories: Added comprehensive use case documentation with ROI analysis
  • API Reference: Complete REST API documentation with examples and error handling

[2.0.0]

🎉 Major Features

  • Multi-Provider Support: Gradual expansion to 7 major AI providers, each with unique configuration and documentation.
  • Advanced Tool Management: Enhanced creation, editing, and execution workflows.
  • Comprehensive Logging: Execution logs with filtering, search, and export.

✨ New Features

  • Provider Factory Pattern: Modular, extensible provider integration.
  • Advanced Schema Validation: Custom error messages and validation for tool schemas.
  • Rate Limiting: Configurable, per-user API rate limits.

Improvements

  • Performance: Optimized DB queries, caching, and API calls.
  • Admin UI: Modernized, more accessible interface.
  • Security: Strengthened authentication, authorization, and data protection.

🐛 Bug Fixes

  • Database Migration: Reliable upgrade path for major versions.
  • API Endpoints: Improved error handling and response consistency.

[1.5.0]

🎉 Major Features

  • Provider Expansion: Added Mistral and Cohere.
  • Tool Chaining: Output of one tool can be input to another.
  • Extensibility: More hooks and filters for custom integrations.

✨ New Features

  • Custom Provider Framework: Easier to add new providers.
  • Advanced Tool Configuration: Per-tool provider settings.

Improvements

  • Error Recovery: Automatic retries and better error messages.
  • Performance: Faster API calls and UI.

[1.2.0]

🎉 Major Features

  • Llama Integration: Support for Meta's Llama models, including self-hosting via Ollama.
  • Cloud Provider Support: Together AI and Replicate integrations.

✨ New Features

  • Advanced Parameters: Support for temperature, top_p, top_k, etc.

[1.0.0]

🎉 Major Features

  • Core Platform: WordPress plugin with admin UI, OpenAI integration, REST API, tool management, and logging.

[0.5.0]

🎉 Major Features

  • Claude Integration: Anthropic Claude support.
  • Security Framework: Rate limiting, capability checks, and API protection.

[0.3.0]

🎉 Major Features

  • Gemini Integration: Google Gemini support.
  • Performance Optimizations: Faster response times and resource usage.

[0.1.0]

🎉 Initial Release

  • Core Plugin: Basic WordPress plugin structure, OpenAI integration, tool system, admin interface, and REST API.

🔄 Migration Notes

Upgrading from 1.x to 2.0

  • Database Migration: Automatic script included.
  • Provider Configuration: Enhanced settings may require reconfiguration.
  • API Changes: Some endpoints updated.
  • Security: Review new features.

📊 Version History Summary

VersionMajor FeaturesBreaking Changes
2.0.4Docs overhaul, Mermaid diagramsNone
2.0.0Multi-provider, securityDB schema changes
1.5.0Mistral & Cohere, chainingProvider API changes
1.2.0Llama, self-hostingProvider config changes
1.0.0Core platform, OpenAIComplete rewrite
0.5.0Claude, securityAPI endpoint changes
0.3.0Gemini, performanceDB schema updates
0.1.0Initial releaseN/A

🤝 Contributing

See our Contributing Guide for details.

📞 Support


This changelog follows the Keep a Changelog format and adheres to Semantic Versioning.