Changeset 3371120
- Timestamp:
- 10/01/2025 01:17:10 PM (6 months ago)
- Location:
- alt-text-imagerr-ai
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.4 (copied) (copied from alt-text-imagerr-ai/trunk)
-
tags/1.2.4/imagerr.php (modified) (3 diffs)
-
tags/1.2.4/readme.txt (modified) (2 diffs)
-
trunk/imagerr.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alt-text-imagerr-ai/tags/1.2.4/imagerr.php
r3371087 r3371120 3 3 * Plugin Name: AI Image Alt Text Generator – Imagerr AI 4 4 * Description: Generate alt text, titles, descriptions, and captions for your images automatically with AI. 5 * Version: 1.2. 35 * Version: 1.2.4 6 6 * Text Domain: alt-text-imagerr-ai 7 7 * Domain Path: /languages … … 27 27 28 28 // PHP Constant for plugin version. 29 define( 'IMAGERR_VERSION', '1.2. 3' );29 define( 'IMAGERR_VERSION', '1.2.4' ); 30 30 31 31 // Delete dismissed notice option on plugin activation … … 336 336 'update_with_imagerr' => esc_html__( 'Update with Imagerr', 'alt-text-imagerr-ai' ), 337 337 'generating' => esc_html__( 'Generating...', 'alt-text-imagerr-ai' ), 338 'image_updated' => esc_html__( '✅ Image updated', 'alt-text-imagerr-ai' ) 338 339 ), 339 340 ) -
alt-text-imagerr-ai/tags/1.2.4/readme.txt
r3371087 r3371120 5 5 Requires PHP: 5.2 6 6 Requires at least: 4.6 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 Tested up to: 6.8 9 9 License: GPLv2 or later … … 71 71 72 72 == Changelog == 73 = 1.2.4 = 74 * Fixed small issue introduced in 1.2.3 75 73 76 = 1.2.3 = 74 77 * Fixed issue where success and error messages were not displaying after generating image metadata in media library -
alt-text-imagerr-ai/trunk/imagerr.php
r3371087 r3371120 3 3 * Plugin Name: AI Image Alt Text Generator – Imagerr AI 4 4 * Description: Generate alt text, titles, descriptions, and captions for your images automatically with AI. 5 * Version: 1.2. 35 * Version: 1.2.4 6 6 * Text Domain: alt-text-imagerr-ai 7 7 * Domain Path: /languages … … 27 27 28 28 // PHP Constant for plugin version. 29 define( 'IMAGERR_VERSION', '1.2. 3' );29 define( 'IMAGERR_VERSION', '1.2.4' ); 30 30 31 31 // Delete dismissed notice option on plugin activation … … 336 336 'update_with_imagerr' => esc_html__( 'Update with Imagerr', 'alt-text-imagerr-ai' ), 337 337 'generating' => esc_html__( 'Generating...', 'alt-text-imagerr-ai' ), 338 'image_updated' => esc_html__( '✅ Image updated', 'alt-text-imagerr-ai' ) 338 339 ), 339 340 ) -
alt-text-imagerr-ai/trunk/readme.txt
r3371087 r3371120 5 5 Requires PHP: 5.2 6 6 Requires at least: 4.6 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 Tested up to: 6.8 9 9 License: GPLv2 or later … … 71 71 72 72 == Changelog == 73 = 1.2.4 = 74 * Fixed small issue introduced in 1.2.3 75 73 76 = 1.2.3 = 74 77 * Fixed issue where success and error messages were not displaying after generating image metadata in media library
Note: See TracChangeset
for help on using the changeset viewer.