Plugin Directory

Changeset 3464784


Ignore:
Timestamp:
02/19/2026 06:38:30 AM (6 weeks ago)
Author:
autoaltai
Message:

bug fixing of alt text update from history page

Location:
autoaltai/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • autoaltai/trunk/autoaltai.php

    r3367142 r3464784  
    1212 * Plugin URI:        https://www.autoalt.ai/pricing/
    1313 * Description:       We’ve developed a powerful WordPress - WooCommerce plugin that uses advanced AI image analysis to automatically generate accurate alt text, image titles, captions, and descriptions. Built for SEO professionals and accessibility-focused users, it delivers exceptional flexibility and efficiency.
    14  * Version:           1.0.4
     14 * Version:           1.0.4.1
    1515 * Requires at least: 6.2
    1616 * Requires PHP:      7.2
     
    2727}
    2828
    29 define('AUTOALTAI_VERSION', '1.0.4');
     29define('AUTOALTAI_VERSION', '1.0.4.1');
    3030define('AUTOALTAI_PLUGIN_FILE', __FILE__);
    3131define('AUTOALTAI_DB_ASSET_TABLE', 'autoaltai_assets');
  • autoaltai/trunk/changelog.txt

    r3367142 r3464784  
    11*** Automatic Alt Text Generator for Images Changelog ***
     2
     3v1.0.4.1 - 24-09-2025
     4- Fixed an issue where alt text could not be updated correctly from the History page.
     5- Improved stability when saving updated alt text entries.
    26
    37v1.0.4 - 24-09-2025
Note: See TracChangeset for help on using the changeset viewer.