Releases: rtCamp/universal-openai-connector
Release list
v1.1.0
🚀 Release 1.1.0
Welcome to version 1.1.0 of the Universal OpenAI Connector! This release introduces dynamic endpoint routing, modernizes the admin settings UI and build architecture with TypeScript, enhances model metadata resolution and UI filtering, and keeps underlying dependencies up to date.
✨ Features & Enhancements
- Dynamic Endpoint Routing: Added filters for dynamic endpoint routing in the OpenAI connector. ([#60](#60))
- Model UI Filtering: Added
is_imageflag to models and improved UI filtering. ([#61](#61)) - Settings UI Modernization: Modernized the settings UI with improved design and alignment. ([#63](#63))
- Dynamic Model Resolution: Dynamically fetched and mapped models from the endpoint for metadata resolution. ([#81](#81))
🛠 Maintenance & Chores
- TypeScript Refactor: Refactored admin settings to TypeScript and modernized build configuration. ([#62](#62))
- Plugin URL Constant: Updated plugin URL constant definition to use
plugin_dir_url. ([#78](#78)) - Dependencies: Updated project dependencies and development tools. ([#79](#79))
- Release: Official 1.1.0 Release. ([#80](#80))
👤 Contributor
Full Changelog: 1.0.1...1.1.0
v1.0.1
🚀 Release 1.0.1
Welcome to version 1.0.1 of the Universal OpenAI Connector! This release introduces new features, resolves term generation bugs, and keeps underlying dependencies up to date.
✨ Features & Enhancements
- URL Presets: Added a URL preset selector to streamline configuration. ([#44](#44))
- Settings Optimization: Reorganized settings assets for a cleaner user experience. ([#44](#44))
- Version Bump: Updated version to 1.0.1 and enhanced the project changelog. ([#47](#47))
🐛 Bug Fixes
- Term Generation: Fixed term generation functionality and improved handling for different API response formats. ([#40](#40))
🛠 Maintenance & Chores
- Dependencies: Updated project dependencies across
composer.lockandpackage-lock.jsonto ensure security and stability. ([#48](#48)) - Release: Official 1.0.1 Release. ([#49](#49))
👤 Contributor
Full Changelog: 1.0.0...1.0.1
v1.0.0
Universal Open AI Connector v1.0.0
Release Date: April 30, 2026
Overview
This is the first beta release of the Universal Open AI Connector plugin, a powerful WordPress integration that enables seamless connectivity to OpenAI-compatible API endpoints. This plugin extends the WordPress AI Client with support for configurable endpoints, making it compatible with OpenAI, self-hosted Ollama instances, LM Studio, LocalAI, Mistral AI, Together AI, Groq, Fireworks AI, and any service that implements the OpenAI REST API format.
What's New
Core Features
-
OpenAI-Compatible Provider Registration — Registers as a provider with the WordPress AI Client, enabling AI capabilities throughout WordPress
-
Flexible API Endpoint Configuration — Point to OpenAI's official API, self-hosted solutions, or third-party services via a simple settings page
-
Automatic Model Discovery — Discover available models through the
/modelsendpoint with built-in caching (1-hour TTL) -
Text Generation Support
- Chat history and multi-turn conversations
- System instructions and prompt engineering
- JSON and structured output
- Function/tool calling capabilities
- Multimodal input (text and vision) for image-capable models
- Advanced generation options (temperature, top-p, max tokens, stop sequences, penalties)
-
Image Generation Support
- Output formats PNG
- Multiple aspect ratios (1:1, 3:2, 2:3, 7:4, 4:7)
- Inline or remote file delivery
- Extended timeout (300s) for slow backends
Changelog
1.0.0
- Initial beta release
- Core provider implementation for OpenAI-compatible endpoints
- Text generation with full feature support
- Image generation with configurable models
- Admin settings interface
- Automatic model discovery and caching
- Environment variable configuration support
- Developer filters for parameter customization
- Localhost HTTP request support
Thank you for testing the Universal Open AI Connector beta! Your feedback helps us build a robust, production-ready plugin.