Alt Text Generator
Version 5.2.0
October 24, 2024
Added
- Added a new model type called "Terse"
- Added the ability to change the field where the alt text is saved. This is changed via settings. At the moment this lists Plain Text fields on asset field layouts. Please get in contact if there are other fields that should be listed here.
- Added a new utility function to queue all images to be resynced. This can be helpful when changing the field the alt text is to be saved
- Added ability to use a Craft image preview url rather than the main image url to send to alttext.ai. This allows alt text generation on larger images as well images that don't have a public url. With thanks to (john-henry)[https://github.com/dispositiontools/craft-alt-text-generator/issues/4]
- Increased the size of image that can be sent to 16MB as per the updated API.
Version 5.1.1
July 1, 2024
Fixed
- An issue where the queue all function was incorrectly counting the number of added assets fixing (Issue #6)[https://github.com/dispositiontools/craft-alt-text-generator/issues/6] with thanks to (@sgtpenguin)[https://github.com/sgtpenguin]
Version 5.1.0
June 30, 2024
Alttext.ai have removed the ability to request a human review. This option has now been removed from the plugin.
Added
- A queue all report which shows which elements were added via the utility.
- The option to resubmit a image to Alttext.ai through the queue all utility.
- Queue job logging to see if there are any issues when requesting alt text from alttext.ai.
Removed
- Alttext.ai have removed the ability to request a human review. This option has now been removed from the plugin.
Version 5.0.1
May 6, 2024
Fixed
- Update to the element action javascript that was causing a problem with when selecting elements
Version 5.0.0
May 4, 2024
Fixed
- An issue that stopped people trying out the API with a trial alttext.ai account
- Fixed an issue where errors where not being correctly stored and not shown
- Changed the default setting for using async to false so that most people get the results immediately
Added
- Craft CMS 5 compatability
- The ability to resubmit an image to alttext.ai
- A new setting to give the ability to choose from the different (language models)[https://alttext.ai/docs/webui/account/#style-and-level-of-detail]
- A new setting to allow you to choose the language the alttext.ai returns
- The ability to edit the alt text before syncing to an asset
Version 1.0.5
January 20, 2024
Fixed
- Fixed an issue where webhook responses were being saved as a json dump in webroot.
Version 1.0.4
November 9, 2023
Fixed
- Fixed an error that occurred when calling the alttext.ai account details when there wasn't an active subscription (for instance when in a free trial, or using it in Pay as you go mode). Fixing (Issue #2)[https://github.com/dispositiontools/craft-alt-text-generator/issues/2]
Version 1.0.3
October 26, 2023
Added
- Added some error checking for when API keys are incorrect or are no longer active
- Updated some caching of API credits
Version 1.0.2
October 18, 2023
Fixed
- Queuing all images from the utility
Version 1.0.1
October 15, 2023
Added
- Some error checking when the API key is missing
Version 1.0.0
October 14, 2023
Initial release of Disposition Tools Alt Text Generator
- Generate image alt text with alttext.ai
- Queue all images without alt text
- Use it fully automatically or with a review process
- Automatically generate for new images
- Queue images from asset element page with element actions