Plugin Directory

Changeset 3358103


Ignore:
Timestamp:
09/08/2025 06:15:51 PM (7 months ago)
Author:
dbeja
Message:

Update to version 1.2.2 from GitHub

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

Legend:

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

    r3344794 r3358103  
    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.1
     5 * Version: 1.2.2
    66 * Text Domain: alt-text-imagerr-ai
    77 * Domain Path: /languages
     
    2727
    2828// PHP Constant for plugin version.
    29 define( 'IMAGERR_VERSION', '1.2.1' );
     29define( 'IMAGERR_VERSION', '1.2.2' );
    3030
    3131// Delete dismissed notice option on plugin activation
  • alt-text-imagerr-ai/tags/1.2.2/readme.txt

    r3344794 r3358103  
    55Requires PHP: 5.2
    66Requires at least: 4.6
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88Tested up to: 6.8
    99License: GPLv2 or later
     
    7171
    7272== Changelog ==
     73= 1.2.2 =
     74* Improved connection reliability with updated API endpoint.
     75
    7376= 1.2.1 =
    7477* Added link to plugin documentation on plugin settings page
  • alt-text-imagerr-ai/tags/1.2.2/src/Meta.php

    r3316326 r3358103  
    4242        $this->api_endpoint = defined( 'IMAGERR_API_ENDPOINT' )
    4343            ? IMAGERR_API_ENDPOINT
    44             : 'https://imagerr.ai/wp-json/imagerr/api/v1/';
     44            : 'https://license.imagerrai.com/';
    4545    }
    4646
  • alt-text-imagerr-ai/trunk/imagerr.php

    r3344794 r3358103  
    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.1
     5 * Version: 1.2.2
    66 * Text Domain: alt-text-imagerr-ai
    77 * Domain Path: /languages
     
    2727
    2828// PHP Constant for plugin version.
    29 define( 'IMAGERR_VERSION', '1.2.1' );
     29define( 'IMAGERR_VERSION', '1.2.2' );
    3030
    3131// Delete dismissed notice option on plugin activation
  • alt-text-imagerr-ai/trunk/readme.txt

    r3344794 r3358103  
    55Requires PHP: 5.2
    66Requires at least: 4.6
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88Tested up to: 6.8
    99License: GPLv2 or later
     
    7171
    7272== Changelog ==
     73= 1.2.2 =
     74* Improved connection reliability with updated API endpoint.
     75
    7376= 1.2.1 =
    7477* Added link to plugin documentation on plugin settings page
  • alt-text-imagerr-ai/trunk/src/Meta.php

    r3316326 r3358103  
    4242        $this->api_endpoint = defined( 'IMAGERR_API_ENDPOINT' )
    4343            ? IMAGERR_API_ENDPOINT
    44             : 'https://imagerr.ai/wp-json/imagerr/api/v1/';
     44            : 'https://license.imagerrai.com/';
    4545    }
    4646
Note: See TracChangeset for help on using the changeset viewer.