Releases: android-com-pl/wp-ai-alt-generator
Releases · android-com-pl/wp-ai-alt-generator
v2.5.1
v2.5.0
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
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
- Updated dependencies. This version is built with the latest
@wordpress/scripts
, which requires WordPress 6.6 or higher. https://make.wordpress.org/core/2024/06/06/jsx-in-wordpress-6-6/
Compatibility
- Minimum WordPress version: 6.6
Full Changelog: v2.3.1...v2.4.0
v2.3.0
- 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
- 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
- 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
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
Full Changelog: v2.0.3...v2.1.0
v2.0.3
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.0
- Breaking: Updated hook names and option keys for compliance with WordPress Plugin guidelines.
- Updated plugin name and documentation.
- Plugin is now available in the wp.org plugin directory: https://wordpress.org/plugins/alt-text-generator-gpt-vision/
Full Changelog: v1.2.0...v2.0.0