Skip to content

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

v2.5.1

22 Sep 15:42
Compare
Choose a tag to compare

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
  • Plugin now uses the GPT-4o model, which is 2x faster and 2x cheaper. More: https://openai.com/index/hello-gpt-4o/
  • The additional prompt field now has an adjustable height, allowing the user to enter a longer prompt.

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

v2.1.0 - bulk alt text generation

19 Apr 19:33
Compare
Choose a tag to compare

What's Changed

  • Bulk alt text generation: Currently available in the media library. This feature will be added to the gallery block in a future release
  • Use latest gpt-4-turbo model
  • Improve system prompt

Features planned for future releases: https://github.com/orgs/android-com-pl/projects/6

Screenshots

bulk-alt-text-generation


Full Changelog: v2.0.3...v2.1.0

v2.0.3

24 Jan 15:06
Compare
Choose a tag to compare

v2.0.2

22 Jan 22:18
Compare
Choose a tag to compare

v2.0.0

21 Jan 17:39
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v2.0.0