AI Alt Text
Version 1.3.0
April 3, 2025
Added
- Added ability to generate alt text directly from the asset dropdown menu in the Control Panel
Changed
- Improved error handling and user feedback during alt text generation
- Enhanced queuing process with clearer messages for existing jobs
Fixed
- Fixed typo in AiAltText.php for proper UI updates after queuing actions
- Fixed variable references in GenerateAiAltText.php for existing job detection
- Fixed event handling for asset actions in the Control Panel
Version 1.2.1
April 2, 2025
Fixed
- Fixed issue where private remote assets contents could not be retrieved to generate base64 payload
Changed
- Updated documentation with clearer model capabilities, prompt structure, and image detail options
Version 1.2.0
April 1, 2025
Added
- Adding feature for supporting generating alts for multi sites.
- Enhanced README.md with improved clarity on plugin usage and configuration
Version 1.1.0
March 31, 2025
Added
- Adding feature for supporting using field handles within the plugin's prompt setting value
Version 1.0.8
March 31, 2025
Fixed
- Fixed issue where plugin would save the result to an Asset's translatable alt text field for every Craft Site
Version 1.0.7
March 28, 2025
Changed
- Updated support to include Craft CMS v5.0.0 after testing
- Updated support to include php 8.2 after testing
- Updated README.md with improved documentation
- Updated composer.json with improved package requirements
Version 1.0.6
March 28, 2025
Fixed
- Fixed issue with queue job checking not properly detecting existing jobs
- Fixed error handling for duplicate job processing
- Fixed job description format for better job tracking
- Fixed error messages to be more descriptive and include asset IDs
Version 1.0.5
March 28, 2025
Fixed
- Fixed issue with image format validation not properly handling non-accepted formats
- Fixed image dimension validation to only transform when exceeding OpenAI's limits
- Fixed error handling for image format conversion
- Fixed validation for asset file system access
Version 1.0.4
March 25, 2025
Fixed
- Fixed issue with image format conversion not being applied correctly
- Fixed image dimension handling to only resize when exceeding OpenAI's limits
- Fixed base64 encoding for local file system access
- Fixed error handling for file system operations
Version 1.0.3
March 24, 2025
Fixed
- Fixed issue with base64 encoding for local file system access
- Fixed error handling for file system operations
- Fixed validation for asset file system access
Version 1.0.2
March 24, 2025
Fixed
- Fixed issue with URL accessibility checking
- Fixed error handling for remote URL access
- Fixed validation for public URL access
Version 1.0.1
March 24, 2025
Fixed
- Fixed issue with image format validation
- Fixed error handling for unsupported image formats
- Fixed validation for asset kind checking
Version 1.0.0
March 23, 2025
Added
- Initial release
- AI-powered alt text generation using OpenAI's GPT-4 Vision model
- Bulk processing of multiple images
- Queue integration for background processing
- Customizable settings for prompt and model selection
- Accessibility-focused alt text generation
- Detailed logging and error reporting
Changed
- None (initial release)
Fixed
- None (initial release)