Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO) - Version 3.3

Version Description

  • Date: 10.November.2022.
  • Tested with WordPress 6.1.
  • Enhancement: Compatibility with Image Attributes Pro version 3.2. Check what's new in 3.2.
  • Bug Fix: Fixed a UI issue where the buttons for Custom Attribute Tags were not working in certain cases.
  • I18n: Plugin is translated to Polish thanks to Robert from RobertLajka.pl.
Download this release

Release Info

Developer arunbasillal
Plugin Icon 128x128 Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO)
Version 3.3
Comparing to
See all releases

Code changes from version 3.2 to 3.3

admin/iaff_image-attributes-from-filename-admin-setup.php CHANGED
@@ -401,8 +401,9 @@ function iaff_custom_attribute_tags() {
401
  'filename' => __( 'Image filename', 'auto-image-attributes-from-filename-with-bulk-updater' ),
402
  'posttitle' => __( 'Title of the post, page or product where the image is used', 'auto-image-attributes-from-filename-with-bulk-updater' ),
403
  'sitetitle' => __( 'Site Title defined in WordPress General Settings', 'auto-image-attributes-from-filename-with-bulk-updater' ),
404
- 'category' => __( 'Post or Product Category', 'auto-image-attributes-from-filename-with-bulk-updater' ),
405
- 'tag' => __( 'Post or Product Tag', 'auto-image-attributes-from-filename-with-bulk-updater' ),
 
406
  );
407
 
408
  /**
401
  'filename' => __( 'Image filename', 'auto-image-attributes-from-filename-with-bulk-updater' ),
402
  'posttitle' => __( 'Title of the post, page or product where the image is used', 'auto-image-attributes-from-filename-with-bulk-updater' ),
403
  'sitetitle' => __( 'Site Title defined in WordPress General Settings', 'auto-image-attributes-from-filename-with-bulk-updater' ),
404
+ 'category' => __( 'Post or product Category', 'auto-image-attributes-from-filename-with-bulk-updater' ),
405
+ 'tag' => __( 'Post or product Tag', 'auto-image-attributes-from-filename-with-bulk-updater' ),
406
+ 'excerpt' => __( 'Excerpt or product short description', 'auto-image-attributes-from-filename-with-bulk-updater' ),
407
  );
408
 
409
  /**
admin/iaff_image-attributes-from-filename-admin-ui-render.php CHANGED
@@ -922,7 +922,7 @@ function iaff_custom_attribute_tags_ui_render( $data_attribute ) {
922
  <li>
923
  <button type="button"
924
  class="button button-secondary"
925
- data-attribute="<? echo $data_attribute; ?>"
926
  title ="<?php echo esc_attr( $explanation ); ?>"
927
  aria-label="<?php echo esc_attr( $explanation ); ?>">
928
  <?php echo '%' . $tag . '%'; ?>
922
  <li>
923
  <button type="button"
924
  class="button button-secondary"
925
+ data-attribute="<?php echo $data_attribute; ?>"
926
  title ="<?php echo esc_attr( $explanation ); ?>"
927
  aria-label="<?php echo esc_attr( $explanation ); ?>">
928
  <?php echo '%' . $tag . '%'; ?>
iaff_image-attributes-from-filename.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Automatically Add Image Title, Image Caption, Description And Alt Text From Image Filename. Since this plugin includes a bulk updater this can update both existing images in the Media Library and new images.
6
  * Author: Arun Basil Lal
7
  * Author URI: https://imageattributespro.com/?utm_source=plugin-header&utm_medium=author-uri
8
- * Version: 3.2
9
  * Text Domain: auto-image-attributes-from-filename-with-bulk-updater
10
  * Domain Path: /languages
11
  * License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -67,7 +67,7 @@ if ( ! defined( 'IAFF_IMAGE_ATTRIBUTES_FROM_FILENAME_URL' ) ) {
67
  * @since 1.3
68
  */
69
  if ( ! defined( 'IAFF_VERSION_NUM' ) ) {
70
- define( 'IAFF_VERSION_NUM', '3.2' );
71
  }
72
 
73
  /**
5
  * Description: Automatically Add Image Title, Image Caption, Description And Alt Text From Image Filename. Since this plugin includes a bulk updater this can update both existing images in the Media Library and new images.
6
  * Author: Arun Basil Lal
7
  * Author URI: https://imageattributespro.com/?utm_source=plugin-header&utm_medium=author-uri
8
+ * Version: 3.3
9
  * Text Domain: auto-image-attributes-from-filename-with-bulk-updater
10
  * Domain Path: /languages
11
  * License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
67
  * @since 1.3
68
  */
69
  if ( ! defined( 'IAFF_VERSION_NUM' ) ) {
70
+ define( 'IAFF_VERSION_NUM', '3.3' );
71
  }
72
 
73
  /**
languages/{image-attributes-from-filename.pot → auto-image-attributes-from-filename-with-bulk-updater.pot} RENAMED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Auto Image Attributes From Filename With Bulk Updater 3.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-image-attributes-from-filename-with-bulk-updater\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-04-27T10:13:18+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: auto-image-attributes-from-filename-with-bulk-updater\n"
@@ -122,11 +122,15 @@ msgid "Site Title defined in WordPress General Settings"
122
  msgstr ""
123
 
124
  #: admin/iaff_image-attributes-from-filename-admin-setup.php:404
125
- msgid "Post or Product Category"
126
  msgstr ""
127
 
128
  #: admin/iaff_image-attributes-from-filename-admin-setup.php:405
129
- msgid "Post or Product Tag"
 
 
 
 
130
  msgstr ""
131
 
132
  #: admin/iaff_image-attributes-from-filename-admin-ui-render.php:50
2
  # This file is distributed under the GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Auto Image Attributes From Filename With Bulk Updater 3.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-image-attributes-from-filename-with-bulk-updater\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-11-10T06:08:21+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: auto-image-attributes-from-filename-with-bulk-updater\n"
122
  msgstr ""
123
 
124
  #: admin/iaff_image-attributes-from-filename-admin-setup.php:404
125
+ msgid "Post or product Category"
126
  msgstr ""
127
 
128
  #: admin/iaff_image-attributes-from-filename-admin-setup.php:405
129
+ msgid "Post or product Tag"
130
+ msgstr ""
131
+
132
+ #: admin/iaff_image-attributes-from-filename-admin-setup.php:406
133
+ msgid "Excerpt or product short description"
134
  msgstr ""
135
 
136
  #: admin/iaff_image-attributes-from-filename-admin-ui-render.php:50
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: arunbasillal
3
  Donate link: https://imageattributespro.com/?utm_source=wordpress.org&utm_medium=donate-link
4
  Tags: image title, image caption, image description, alt text, bulk edit images, bulk rename images, auto image attributes, auto image alt text, remove underscores, image seo
5
  Requires at least: 3.5.0
6
- Tested up to: 5.9.3
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -149,6 +149,13 @@ I am glad to hear that! You can either [upgrade to pro](https://imageattributesp
149
 
150
  == Changelog ==
151
 
 
 
 
 
 
 
 
152
  = 3.2 =
153
  * Date: 27.April.2022.
154
  * Tested with WordPress 5.9.3.
@@ -232,6 +239,13 @@ I am glad to hear that! You can either [upgrade to pro](https://imageattributesp
232
 
233
  == Upgrade Notice ==
234
 
 
 
 
 
 
 
 
235
  = 3.2 =
236
  * Date: 27.April.2022.
237
  * Tested with WordPress 5.9.3.
3
  Donate link: https://imageattributespro.com/?utm_source=wordpress.org&utm_medium=donate-link
4
  Tags: image title, image caption, image description, alt text, bulk edit images, bulk rename images, auto image attributes, auto image alt text, remove underscores, image seo
5
  Requires at least: 3.5.0
6
+ Tested up to: 6.1
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
149
 
150
  == Changelog ==
151
 
152
+ = 3.3 =
153
+ * Date: 10.November.2022.
154
+ * Tested with WordPress 6.1.
155
+ * Enhancement: Compatibility with Image Attributes Pro version 3.2. [Check what's new in 3.2](https://imageattributespro.com/changelog/?utm_source=wordpress.org&utm_medium=changelog).
156
+ * Bug Fix: Fixed a UI issue where the buttons for Custom Attribute Tags were not working in certain cases.
157
+ * I18n: Plugin is translated to Polish thanks to Robert from [RobertLajka.pl](https://robertlajka.pl/).
158
+
159
  = 3.2 =
160
  * Date: 27.April.2022.
161
  * Tested with WordPress 5.9.3.
239
 
240
  == Upgrade Notice ==
241
 
242
+ = 3.3 =
243
+ * Date: 10.November.2022.
244
+ * Tested with WordPress 6.1.
245
+ * Enhancement: Compatibility with Image Attributes Pro version 3.2. [Check what's new in 3.2](https://imageattributespro.com/changelog/?utm_source=wordpress.org&utm_medium=changelog).
246
+ * Bug Fix: Fixed a UI issue where the buttons for Custom Attribute Tags were not working in certain cases.
247
+ * I18n: Plugin is translated to Polish thanks to Robert from [RobertLajka.pl](https://robertlajka.pl/).
248
+
249
  = 3.2 =
250
  * Date: 27.April.2022.
251
  * Tested with WordPress 5.9.3.