Plugin Directory

Changeset 3329840


Ignore:
Timestamp:
07/17/2025 04:03:46 PM (8 months ago)
Author:
alttextai
Message:

Version 1.10.4: Added Languages

Location:
alttext-ai/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • alttext-ai/trunk/README.txt

    r3321386 r3329840  
    66Requires at least: 4.7
    77Tested up to: 6.8
    8 Stable tag: 1.10.3
     8Stable tag: 1.10.4
    99WC requires at least: 3.3
    1010WC tested up to: 9.2.3
     
    6969
    7070== Changelog ==
     71
     72= 1.10.4 - 2025-07-17 =
     73* Added: You can now choose regional variants for English (American/British) and Portuguese (Brazil/Portugal). Visit Settings → AltText.ai to select your preferred variant.
     74
    7175= 1.10.3 - 2025-07-02 =
    7276* Added: Post type exclusion feature - Exclude images attached to specific post types from alt text generation
  • alttext-ai/trunk/atai.php

    r3321386 r3329840  
    1616 * Plugin URI:        https://alttext.ai/product
    1717 * Description:       Automatically generate image alt text with AltText.ai.
    18  * Version:           1.10.3
     18 * Version:           1.10.4
    1919 * Author:            AltText.ai
    2020 * Author URI:        https://alttext.ai
     
    3333 * Current plugin version.
    3434 */
    35 define( 'ATAI_VERSION', '1.10.3' );
     35define( 'ATAI_VERSION', '1.10.4' );
    3636
    3737/**
  • alttext-ai/trunk/changelog.txt

    r3321386 r3329840  
    11*** AltText.ai Changelog ***
     2
     32025-07-17 - version 1.10.4
     4* Added: You can now choose regional variants for English (American/British) and Portuguese (Brazil/Portugal). Visit Settings → AltText.ai to select your preferred variant.
    25
    362025-07-02 - version 1.10.3
  • alttext-ai/trunk/includes/class-atai-utility.php

    r3235671 r3329840  
    394394      "doi" => "Dogri",
    395395      "nl" => "Dutch",
    396       "en" => "English",
     396      "en" => "English (American)",
     397      "en-gb" => "English (British)",
    397398      "eo" => "Esperanto",
    398399      "et" => "Estonian",
     
    460461      "fa" => "Persian",
    461462      "pl" => "Polish",
    462       "pt" => "Portuguese",
     463      "pt" => "Portuguese (Brazil)",
     464      "pt-pt" => "Portuguese (Portugal)",
    463465      "pa" => "Punjabi",
    464466      "qu" => "Quechua",
Note: See TracChangeset for help on using the changeset viewer.