Skip to content

Commit

Permalink
Version bump to 3.2 and pre-release checks
Browse files Browse the repository at this point in the history
  • Loading branch information
arunbasillal committed Apr 27, 2022
1 parent 648e24e commit ddbb5d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions iaff_image-attributes-from-filename.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 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.
* Author: Arun Basil Lal
* Author URI: https://imageattributespro.com/?utm_source=plugin-header&utm_medium=author-uri
* Version: 3.1
* Version: 3.2
* Text Domain: auto-image-attributes-from-filename-with-bulk-updater
* Domain Path: /languages
* License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Expand Down Expand Up @@ -67,7 +67,7 @@
* @since 1.3
*/
if ( ! defined( 'IAFF_VERSION_NUM' ) ) {
define( 'IAFF_VERSION_NUM', '3.1' );
define( 'IAFF_VERSION_NUM', '3.2' );
}

/**
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: arunbasillal
Donate link: https://imageattributespro.com/?utm_source=wordpress.org&utm_medium=donate-link
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
Requires at least: 3.5.0
Tested up to: 5.9.2
Tested up to: 5.9.3
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -149,8 +149,8 @@ I am glad to hear that! You can either [upgrade to pro](https://imageattributesp

== Changelog ==

= 3.1 =
* Date:
= 3.2 =
* Date: 27.April.2022.
* Tested with WordPress 5.9.3.
* Enhancement: Log message for `Skip Image` button now specifies which image is skipped and links to the `Edit Media` page for that image.

Expand Down Expand Up @@ -232,6 +232,11 @@ I am glad to hear that! You can either [upgrade to pro](https://imageattributesp

== Upgrade Notice ==

= 3.2 =
* Date: 27.April.2022.
* Tested with WordPress 5.9.3.
* Enhancement: Log message for `Skip Image` button now specifies which image is skipped and links to the `Edit Media` page for that image.

= 3.1 =
* Date: 24.March.2022.
* Tested with WordPress 5.9.2.
Expand Down

0 comments on commit ddbb5d4

Please sign in to comment.