Changeset 3329840
- Timestamp:
- 07/17/2025 04:03:46 PM (8 months ago)
- Location:
- alttext-ai/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
atai.php (modified) (2 diffs)
-
changelog.txt (modified) (1 diff)
-
includes/class-atai-utility.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alttext-ai/trunk/README.txt
r3321386 r3329840 6 6 Requires at least: 4.7 7 7 Tested up to: 6.8 8 Stable tag: 1.10. 38 Stable tag: 1.10.4 9 9 WC requires at least: 3.3 10 10 WC tested up to: 9.2.3 … … 69 69 70 70 == 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 71 75 = 1.10.3 - 2025-07-02 = 72 76 * Added: Post type exclusion feature - Exclude images attached to specific post types from alt text generation -
alttext-ai/trunk/atai.php
r3321386 r3329840 16 16 * Plugin URI: https://alttext.ai/product 17 17 * Description: Automatically generate image alt text with AltText.ai. 18 * Version: 1.10. 318 * Version: 1.10.4 19 19 * Author: AltText.ai 20 20 * Author URI: https://alttext.ai … … 33 33 * Current plugin version. 34 34 */ 35 define( 'ATAI_VERSION', '1.10. 3' );35 define( 'ATAI_VERSION', '1.10.4' ); 36 36 37 37 /** -
alttext-ai/trunk/changelog.txt
r3321386 r3329840 1 1 *** AltText.ai Changelog *** 2 3 2025-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. 2 5 3 6 2025-07-02 - version 1.10.3 -
alttext-ai/trunk/includes/class-atai-utility.php
r3235671 r3329840 394 394 "doi" => "Dogri", 395 395 "nl" => "Dutch", 396 "en" => "English", 396 "en" => "English (American)", 397 "en-gb" => "English (British)", 397 398 "eo" => "Esperanto", 398 399 "et" => "Estonian", … … 460 461 "fa" => "Persian", 461 462 "pl" => "Polish", 462 "pt" => "Portuguese", 463 "pt" => "Portuguese (Brazil)", 464 "pt-pt" => "Portuguese (Portugal)", 463 465 "pa" => "Punjabi", 464 466 "qu" => "Quechua",
Note: See TracChangeset
for help on using the changeset viewer.