Skip to content

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

v2.6.3

13 Feb 13:45
Compare
Choose a tag to compare
  • fix: Replace plugin update hook with admin_init for more reliable upgrades. Previous approach using upgrader_process_complete hook wasn't reliable as it runs old plugin code during the update process

Full Changelog: v2.6.2...v2.6.3

v2.6.2

13 Feb 13:04
Compare
Choose a tag to compare
  • fix: upgrader hook name

Full Changelog: v2.6.1...v2.6.2

v2.6.1

13 Feb 12:36
Compare
Choose a tag to compare
  • fix: automatically update unsupported model to default one on plugin update
  • feat: add AI disclaimer message with info about potential mistakes

Full Changelog: v2.6.0...v2.6.1

v2.6.0

12 Feb 19:24
Compare
Choose a tag to compare

What's Changed

  • Improve system prompt with more detailed instructions for better image descriptions
  • Add structured output to prevent response parsing errors and improve error handling

Full Changelog: v2.5.1...v2.6.0

v2.5.1

v2.5.0

18 Sep 10:46
Compare
Choose a tag to compare

Added

  • New setting to select GPT model for generating alt text
  • Added gpt-4o-mini

Full Changelog: v2.4.0...v2.5.0

v2.4.0

18 Aug 18:50
Compare
Choose a tag to compare

Added

  • Bulk alternative text generation for gallery blocks
  • Custom prompt setting for alt text generation in image blocks
  • Option to save generated alt text in the media library when generating from the block editor

Changed

Compatibility

  • Minimum WordPress version: 6.6

Full Changelog: v2.3.1...v2.4.0

v2.3.0

09 Jul 22:58
Compare
Choose a tag to compare
  • Support for API key configuration via PHP constant. For example, you can add the following line to your wp-config.php file:
    define('ACPL_ALT_GENERATOR_OPENAI_API_KEY', 'your-api-key-here');
  • Test with WordPress 6.6

Full Changelog: v2.2.1...v2.3.0

v2.2.1 - GPT-4o

13 May 21:35
Compare
Choose a tag to compare

Full Changelog: v2.1.3...v2.2.1

v2.1.3

19 Apr 23:33
Compare
Choose a tag to compare
  • fixed a loading image data when more than 10 images are selected
  • fixed the display of a thumbnail of an image when the image is so small that there is no generated thumbnail
  • unnecessary files have been removed from the release build, as a result the plugin weighs 4x less

Full Changelog: v2.1.2...v2.1.3