Skip to content

Commit 21e48dc

Browse files
authored
Merge pull request #9 from arunbasillal/branch-3.3
Branch 3.3
2 parents d23baf5 + 27f09fa commit 21e48dc

5 files changed

+29
-10
lines changed

admin/iaff_image-attributes-from-filename-admin-setup.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,9 @@ function iaff_custom_attribute_tags() {
401401
'filename' => __( 'Image filename', 'auto-image-attributes-from-filename-with-bulk-updater' ),
402402
'posttitle' => __( 'Title of the post, page or product where the image is used', 'auto-image-attributes-from-filename-with-bulk-updater' ),
403403
'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' ),
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' ),
406407
);
407408

408409
/**

admin/iaff_image-attributes-from-filename-admin-ui-render.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ function iaff_custom_attribute_tags_ui_render( $data_attribute ) {
922922
<li>
923923
<button type="button"
924924
class="button button-secondary"
925-
data-attribute="<? echo $data_attribute; ?>"
925+
data-attribute="<?php echo $data_attribute; ?>"
926926
title ="<?php echo esc_attr( $explanation ); ?>"
927927
aria-label="<?php echo esc_attr( $explanation ); ?>">
928928
<?php echo '%' . $tag . '%'; ?>

iaff_image-attributes-from-filename.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 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.
66
* Author: Arun Basil Lal
77
* Author URI: https://imageattributespro.com/?utm_source=plugin-header&utm_medium=author-uri
8-
* Version: 3.2
8+
* Version: 3.3
99
* Text Domain: auto-image-attributes-from-filename-with-bulk-updater
1010
* Domain Path: /languages
1111
* License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -67,7 +67,7 @@
6767
* @since 1.3
6868
*/
6969
if ( ! defined( 'IAFF_VERSION_NUM' ) ) {
70-
define( 'IAFF_VERSION_NUM', '3.2' );
70+
define( 'IAFF_VERSION_NUM', '3.3' );
7171
}
7272

7373
/**

languages/image-attributes-from-filename.pot renamed to languages/auto-image-attributes-from-filename-with-bulk-updater.pot

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Auto Image Attributes From Filename With Bulk Updater 3.1\n"
5+
"Project-Id-Version: Auto Image Attributes From Filename With Bulk Updater 3.3\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-image-attributes-from-filename-with-bulk-updater\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2022-04-27T10:13:18+00:00\n"
12+
"POT-Creation-Date: 2022-11-10T06:08:21+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.6.0\n"
1515
"X-Domain: auto-image-attributes-from-filename-with-bulk-updater\n"
@@ -122,11 +122,15 @@ msgid "Site Title defined in WordPress General Settings"
122122
msgstr ""
123123

124124
#: admin/iaff_image-attributes-from-filename-admin-setup.php:404
125-
msgid "Post or Product Category"
125+
msgid "Post or product Category"
126126
msgstr ""
127127

128128
#: admin/iaff_image-attributes-from-filename-admin-setup.php:405
129-
msgid "Post or Product Tag"
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"
130134
msgstr ""
131135

132136
#: admin/iaff_image-attributes-from-filename-admin-ui-render.php:50

readme.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: arunbasillal
33
Donate link: https://imageattributespro.com/?utm_source=wordpress.org&utm_medium=donate-link
44
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
55
Requires at least: 3.5.0
6-
Tested up to: 6.0
6+
Tested up to: 6.1
77
Stable tag: trunk
88
License: GPLv2 or later
99
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
149149

150150
== Changelog ==
151151

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+
152159
= 3.2 =
153160
* Date: 27.April.2022.
154161
* Tested with WordPress 5.9.3.
@@ -232,6 +239,13 @@ I am glad to hear that! You can either [upgrade to pro](https://imageattributesp
232239

233240
== Upgrade Notice ==
234241

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+
235249
= 3.2 =
236250
* Date: 27.April.2022.
237251
* Tested with WordPress 5.9.3.

0 commit comments

Comments
 (0)