Changeset 3358103
- Timestamp:
- 09/08/2025 06:15:51 PM (7 months ago)
- Location:
- alt-text-imagerr-ai
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.2 (copied) (copied from alt-text-imagerr-ai/trunk)
-
tags/1.2.2/imagerr.php (modified) (2 diffs)
-
tags/1.2.2/readme.txt (modified) (2 diffs)
-
tags/1.2.2/src/Meta.php (modified) (1 diff)
-
trunk/imagerr.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alt-text-imagerr-ai/tags/1.2.2/imagerr.php
r3344794 r3358103 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. 15 * Version: 1.2.2 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. 1' );29 define( 'IMAGERR_VERSION', '1.2.2' ); 30 30 31 31 // Delete dismissed notice option on plugin activation -
alt-text-imagerr-ai/tags/1.2.2/readme.txt
r3344794 r3358103 5 5 Requires PHP: 5.2 6 6 Requires at least: 4.6 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 Tested up to: 6.8 9 9 License: GPLv2 or later … … 71 71 72 72 == Changelog == 73 = 1.2.2 = 74 * Improved connection reliability with updated API endpoint. 75 73 76 = 1.2.1 = 74 77 * Added link to plugin documentation on plugin settings page -
alt-text-imagerr-ai/tags/1.2.2/src/Meta.php
r3316326 r3358103 42 42 $this->api_endpoint = defined( 'IMAGERR_API_ENDPOINT' ) 43 43 ? IMAGERR_API_ENDPOINT 44 : 'https:// imagerr.ai/wp-json/imagerr/api/v1/';44 : 'https://license.imagerrai.com/'; 45 45 } 46 46 -
alt-text-imagerr-ai/trunk/imagerr.php
r3344794 r3358103 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. 15 * Version: 1.2.2 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. 1' );29 define( 'IMAGERR_VERSION', '1.2.2' ); 30 30 31 31 // Delete dismissed notice option on plugin activation -
alt-text-imagerr-ai/trunk/readme.txt
r3344794 r3358103 5 5 Requires PHP: 5.2 6 6 Requires at least: 4.6 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 Tested up to: 6.8 9 9 License: GPLv2 or later … … 71 71 72 72 == Changelog == 73 = 1.2.2 = 74 * Improved connection reliability with updated API endpoint. 75 73 76 = 1.2.1 = 74 77 * Added link to plugin documentation on plugin settings page -
alt-text-imagerr-ai/trunk/src/Meta.php
r3316326 r3358103 42 42 $this->api_endpoint = defined( 'IMAGERR_API_ENDPOINT' ) 43 43 ? IMAGERR_API_ENDPOINT 44 : 'https:// imagerr.ai/wp-json/imagerr/api/v1/';44 : 'https://license.imagerrai.com/'; 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.