PluginProbe
Auto Alt Text / 2.5.2
Auto Alt Text v2.5.2
3.0.3 2.8.2 1.3.1 1.3.2 2.0.0 2.1.0 2.1.1 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.7.0 2.8.0 2.8.1 All 28 releases
← All changes | auto-alt-text.php +11 -11 2.5.02.5.2 View file →
@@ -1,18 +1,18 @@
1 1 <?php
2 2
3 3 /**
4 - * Plugin Name: Auto Alt Text
5 - * Description: This plugin allows you to automatically generate an Alt Text for images uploaded into the media library via AI..
6 - * Version: 2.5.0
7 - * Author: Valerio Monti
8 - * Author URI: https://www.vmweb.it
9 - * Text Domain: auto-alt-text
10 - * Domain Path: /languages
11 - * License: GPL v3
12 - * Requires PHP: 7.4
13 - * Requires WP: 6.0
14 - * Namespace: AATXT
4 + * Plugin Name: Auto Alt Text
5 + * Description: This plugin allows you to automatically generate an Alt Text for images uploaded into the media library via AI..
6 + * Version: 2.5.2
7 + * Author: Valerio Monti
8 + * Author URI: https://www.vmweb.it
9 + * Text Domain: auto-alt-text
10 + * Domain Path: /languages
11 + * License: GPL v3
12 + * Requires PHP: 7.4
13 + * Requires WP: 6.0
14 + * Namespace: AATXT
15 15 */
16 16
17 17 use AATXT\App\Setup;
18 18