Plugin Directory

Changeset 3371120


Ignore:
Timestamp:
10/01/2025 01:17:10 PM (6 months ago)
Author:
andrejdivi
Message:

Update to version 1.2.4 from GitHub

Location:
alt-text-imagerr-ai
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • alt-text-imagerr-ai/tags/1.2.4/imagerr.php

    r3371087 r3371120  
    33 * Plugin Name: AI Image Alt Text Generator – Imagerr AI
    44 * Description: Generate alt text, titles, descriptions, and captions for your images automatically with AI.
    5  * Version: 1.2.3
     5 * Version: 1.2.4
    66 * Text Domain: alt-text-imagerr-ai
    77 * Domain Path: /languages
     
    2727
    2828// PHP Constant for plugin version.
    29 define( 'IMAGERR_VERSION', '1.2.3' );
     29define( 'IMAGERR_VERSION', '1.2.4' );
    3030
    3131// Delete dismissed notice option on plugin activation
     
    336336                        'update_with_imagerr' => esc_html__( 'Update with Imagerr', 'alt-text-imagerr-ai' ),
    337337                        'generating'          => esc_html__( 'Generating...', 'alt-text-imagerr-ai' ),
     338                        'image_updated' => esc_html__( '✅ Image updated', 'alt-text-imagerr-ai' )
    338339                    ),
    339340                )
  • alt-text-imagerr-ai/tags/1.2.4/readme.txt

    r3371087 r3371120  
    55Requires PHP: 5.2
    66Requires at least: 4.6
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88Tested up to: 6.8
    99License: GPLv2 or later
     
    7171
    7272== Changelog ==
     73= 1.2.4 =
     74* Fixed small issue introduced in 1.2.3
     75
    7376= 1.2.3 =
    7477* 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  
    33 * Plugin Name: AI Image Alt Text Generator – Imagerr AI
    44 * Description: Generate alt text, titles, descriptions, and captions for your images automatically with AI.
    5  * Version: 1.2.3
     5 * Version: 1.2.4
    66 * Text Domain: alt-text-imagerr-ai
    77 * Domain Path: /languages
     
    2727
    2828// PHP Constant for plugin version.
    29 define( 'IMAGERR_VERSION', '1.2.3' );
     29define( 'IMAGERR_VERSION', '1.2.4' );
    3030
    3131// Delete dismissed notice option on plugin activation
     
    336336                        'update_with_imagerr' => esc_html__( 'Update with Imagerr', 'alt-text-imagerr-ai' ),
    337337                        'generating'          => esc_html__( 'Generating...', 'alt-text-imagerr-ai' ),
     338                        'image_updated' => esc_html__( '✅ Image updated', 'alt-text-imagerr-ai' )
    338339                    ),
    339340                )
  • alt-text-imagerr-ai/trunk/readme.txt

    r3371087 r3371120  
    55Requires PHP: 5.2
    66Requires at least: 4.6
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88Tested up to: 6.8
    99License: GPLv2 or later
     
    7171
    7272== Changelog ==
     73= 1.2.4 =
     74* Fixed small issue introduced in 1.2.3
     75
    7376= 1.2.3 =
    7477* 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.