Plugin Directory

Changeset 3389503


Ignore:
Timestamp:
11/04/2025 09:23:22 AM (4 months ago)
Author:
wpmessiah
Message:

fix some minor issues

Location:
ai-image-alt-text-generator-for-wp
Files:
353 added
3 edited

Legend:

Unmodified
Added
Removed
  • ai-image-alt-text-generator-for-wp/trunk/README.txt

    r3378099 r3389503  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.8
     6Stable tag: 1.1.9
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    189189Fixed heavy loading time on the History page
    190190Fixed issue with the Free plan display on the dashboard
     191
     192= 1.1.9 - 4 November 2025 =
     193Fix: some minor issues
     194Improved performance
  • ai-image-alt-text-generator-for-wp/trunk/boomdevs-ai-image-alt-text-generator.php

    r3378099 r3389503  
    1919 * Plugin URI:        https://aialttextgenerator.com/
    2020 * Description:       Effortlessly generate descriptive alt text for images using AI within your WordPress website.
    21  * Version:           1.1.8
     21 * Version:           1.1.9
    2222 * Author:            WP Messiah
    2323 * Author URI:        https://wpmessiah.com/
     
    4040
    4141
    42 define('BDAIATG_AI_IMAGE_ALT_TEXT_GENERATOR_VERSION', '1.1.8');
     42define('BDAIATG_AI_IMAGE_ALT_TEXT_GENERATOR_VERSION', '1.1.9');
    4343define('BDAIATG_AI_IMAGE_ALT_TEXT_GENERATOR_PATH', plugin_dir_path(__FILE__));
    4444define('BDAIATG_AI_IMAGE_ALT_TEXT_GENERATOR_URL', plugin_dir_url(__FILE__));
  • ai-image-alt-text-generator-for-wp/trunk/includes/class-boomdevs-ai-image-alt-text-generator.php

    r3378099 r3389503  
    7373            $this->version = BDAIATG_AI_IMAGE_ALT_TEXT_GENERATOR_VERSION;
    7474        } else {
    75             $this->version = '1.1.8';
     75            $this->version = '1.1.9';
    7676        }
    7777        $this->plugin_name = 'ai-image-alt-text-generator-for-wp';
Note: See TracChangeset for help on using the changeset viewer.