Changeset 3464784
- Timestamp:
- 02/19/2026 06:38:30 AM (6 weeks ago)
- Location:
- autoaltai/trunk
- Files:
-
- 2 edited
-
autoaltai.php (modified) (2 diffs)
-
changelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autoaltai/trunk/autoaltai.php
r3367142 r3464784 12 12 * Plugin URI: https://www.autoalt.ai/pricing/ 13 13 * Description: We’ve developed a powerful WordPress - WooCommerce plugin that uses advanced AI image analysis to automatically generate accurate alt text, image titles, captions, and descriptions. Built for SEO professionals and accessibility-focused users, it delivers exceptional flexibility and efficiency. 14 * Version: 1.0.4 14 * Version: 1.0.4.1 15 15 * Requires at least: 6.2 16 16 * Requires PHP: 7.2 … … 27 27 } 28 28 29 define('AUTOALTAI_VERSION', '1.0.4 ');29 define('AUTOALTAI_VERSION', '1.0.4.1'); 30 30 define('AUTOALTAI_PLUGIN_FILE', __FILE__); 31 31 define('AUTOALTAI_DB_ASSET_TABLE', 'autoaltai_assets'); -
autoaltai/trunk/changelog.txt
r3367142 r3464784 1 1 *** Automatic Alt Text Generator for Images Changelog *** 2 3 v1.0.4.1 - 24-09-2025 4 - Fixed an issue where alt text could not be updated correctly from the History page. 5 - Improved stability when saving updated alt text entries. 2 6 3 7 v1.0.4 - 24-09-2025
Note: See TracChangeset
for help on using the changeset viewer.