Releases: android-com-pl/wp-ai-alt-generator
Releases · android-com-pl/wp-ai-alt-generator
v2.6.3
v2.6.2
- fix: upgrader hook name
Full Changelog: v2.6.1...v2.6.2
v2.6.1
- 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
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
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