3.6.0
Added
- Support for Together AI as a Provider for Image Generation, allowing the generation of images using open source models hosted by Together AI (props @dkotter, @jeffpaul, @iamdharmesh via #976).
- Support for Stable Diffusion as a Provider for Image Generation, allowing the generation of images locally (props @dkotter, @jeffpaul, @iamdharmesh via #974).
- Auto-detection and reuse of existing Provider credentials when enabling Features (props @faisal-alvi, @dkotter, @jeffpaul via #947).
- "Number of suggestions" setting added to the Title Generation and Content Resizing Features when using Ollama (props @dkotter, @jeffpaul, @iamdharmesh via #977).
- Model selection dropdown in Gemini API and Grok(xAI) Providers (props @iamdharmesh, @dkotter via #981).
Changed
- Increase precision of our threshold settings to allow 2 decimal places, giving more fine-grained control over the threshold (props @MiguelAxcar, @dkotter via #967).
- Centralize remote HTTP via
safe_wp_remote_request()and route all providers through safe wrappers, while keeping existing timeouts and headers (props @MiguelAxcar, @psorensen, @sksaju, @dkotter via #972). - Request JSON structured output when using Ollama with the Title Generation and Content Resizing Features (props @dkotter, @iamdharmesh via #977).
Fixed
- Ensure our Chrome AI Provider still works on the latest version of Chrome Canary (props @dkotter, @faisal-alvi via #955).
- Ensure a Feature supports a Provider before we save that Provider with the Feature settings (props @faisal-alvi, @dkotter via #959).
- Replace remote
file_get_contents()(Ollama, CLI remote input) with HTTP API (props @MiguelAxcar, @dkotter via #972). - Restored "Classify Post" suggestion in Pre-Publish panel after regression (props @faisal-alvi, @iamdharmesh, @dkotter via #962).
- Ensure the Key Takeaways block renders properly on the front-end for non-logged in users (props @JeremyEnglert, @iamdharmesh, @dkotter via #984).
Security
- Bump
on-headersfrom 1.0.2 to 1.1.0 andcompressionfrom 1.7.4 to 1.8.1 (props @dependabot[bot], @dkotter via #961). - Bump
form-datafrom 4.0.0 to 4.0.4 (props @dependabot[bot], @dkotter via #963). - Bump
tmpfrom 0.2.3 to 0.2.5 and@inquirer/editorfrom 4.2.6 to 4.2.16 (props @dependabot[bot], @dkotter via #970).
Developer
- Changed how our hook documentation is built to use the new WP Hooks Documentor package (props @iamdharmesh, @dkotter, @jeffpaul via #966).
- Ensure error messages are properly logged when running the image WP-CLI command (props @dkotter, @faisal-alvi via #958).
- Update outdated node dependencies (props @dkotter, @faisal-alvi via #960).
- Add dedicated VIPCS workflow and README badge (props @MiguelAxcar, @dkotter via #972).
New Contributors
- @psorensen made their first contribution in #972
- @JeremyEnglert made their first contribution in #984
Full Changelog: 3.5.0...3.6.0
View closed items in the milestone.