Skip to content

Releases: android-com-pl/wp-ai-alt-generator

v3.0.0

13 Dec 13:52

Choose a tag to compare

New

  • Added admin setting for a default user prompt used when no custom instructions are provided.
  • Updated the default system prompt.

Breaking changes (developers)

  • Migrated to the OpenAI Responses API.
  • Custom implementations using the following filters must be updated:
    • acpl/ai_alt_generator/api_request_body
    • acpl/ai_alt_generator/api_url

Full Changelog: v2.10.0...v3.0.0

v2.10.0

11 Dec 22:27

Choose a tag to compare

What's Changed

  • Added support for GPT-5.2
  • Fixed the “Detail level” setting not being applied to API requests

Full Changelog: v2.9.2...v2.10.0

v2.9.2

16 Nov 01:16

Choose a tag to compare

Forgot to update the plugin version in plugin files 🙈

Full Changelog: v2.9.1...v2.9.2

v2.9.1

16 Nov 00:34

Choose a tag to compare

v2.9.0

16 Nov 00:11

Choose a tag to compare

What's Changed

  • Added support for GPT-5.1

Full Changelog: v2.8.1...v2.9.0

v2.8.1

09 Aug 14:15

Choose a tag to compare

  • fix: Prevent media modal extension from unintentionally overriding other plugins' extensions

Full Changelog: v2.8.0...v2.8.1

v2.8.0

07 Aug 18:50

Choose a tag to compare

  • Added support for GPT-5 model family (gpt-5, gpt-5-mini, gpt-5-nano)
  • Changed default model from gpt-4.1-mini to gpt-5-mini

Full Changelog: v2.7.1...v2.8.0

v2.7.1

17 Apr 17:04

Choose a tag to compare

  • perf: improve useSelect performance in the Gallery Block Inspector Controls
  • fix: hide Gallery Block Inspector Controls when no images exist
  • fix: prevent API request abortion during alt text generation in gallery blocks

Full Changelog: v2.7.0...v2.7.1

v2.7.0

15 Apr 08:38

Choose a tag to compare

  • Added support for GPT-4.1 model family (gpt-4.1, gpt-4.1-mini, gpt-4.1-nano)
  • Changed default model from gpt-4o to gpt-4.1-mini

Full Changelog: v2.6.4...v2.7.0

v2.6.4

08 Apr 14:37

Choose a tag to compare

  • fix: set z-index to thead in the BulkGenerationTable to prevent content overlap on mobile
  • fix: handle the wrong structure in OpenAI API response
  • test with WordPress 6.8

Full Changelog: v2.6.3...v2.6.4