Changeset 3466888
- Timestamp:
- 02/22/2026 01:27:20 PM (2 weeks ago)
- Location:
- alttext-ai/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
atai.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alttext-ai/trunk/README.txt
r3466881 r3466888 6 6 Requires at least: 4.7 7 7 Tested up to: 6.9 8 Stable tag: 1.10.2 78 Stable tag: 1.10.28 9 9 WC requires at least: 3.3 10 10 WC tested up to: 10.1 … … 72 72 == Changelog == 73 73 74 = 1.10.2 7- 2026-02-22 =74 = 1.10.28 - 2026-02-22 = 75 75 * Fixed: Missing Elementor sync file that caused fatal error on plugin activation 76 76 -
alttext-ai/trunk/atai.php
r3466881 r3466888 16 16 * Plugin URI: https://alttext.ai/product 17 17 * Description: Automatically generate image alt text with AltText.ai. 18 * Version: 1.10.2 718 * Version: 1.10.28 19 19 * Author: AltText.ai 20 20 * Author URI: https://alttext.ai … … 34 34 * Current plugin version. 35 35 */ 36 define( 'ATAI_VERSION', '1.10.2 7' );36 define( 'ATAI_VERSION', '1.10.28' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.