Skip to content

Releases: arunbasillal/Auto-Image-Attributes-From-Filename-With-Bulk-Updater

2.1

02 Jul 08:01
a40bff6
Compare
Choose a tag to compare
2.1

= 2.1 =

  • Date: 02.July.2021
  • Enhancement: Compatibility with Image Attributes Pro v2.0.

2.0

18 Jun 03:46
37396d6
Compare
Choose a tag to compare
2.0
  • Date: 18.June.2021
  • Tested with WordPress 5.7.2.
  • UI Enhancement: Changed order of General Settings to match the order in Media Library.
  • UI Enhancement: Changed the word attached to uploaded in If image is not attached to a post, image filename will be used instead for better clarity.
  • I18n: More strings are now translation ready, thanks to @alexclassroom.

1.6

06 Jan 17:40
Compare
Choose a tag to compare
1.6

= 1.6 =

  • Date: 06.January.2019
  • Tested with WordPress 5.0.2.
  • Enhancement: Improved bulk updater warning and inline documentation.
  • Bug Fix: Fixed a bug that ignored the setting for inserting image title into the post HTML.

1.5

06 May 13:01
dbb17b6
Compare
Choose a tag to compare
1.5

= 1.5 =

  • Date: 06.May.2018
  • Enhancement: Changed text domain from abl_iaff_td to auto-image-attributes-from-filename-with-bulk-updater to make the plugin translation ready in translate.wordpress.org.
  • Enhancement: Code improvements.
  • Enhancement: Added an activation notice with link to the settings page for better on-boarding experience.

1.4

06 May 06:25
Compare
Choose a tag to compare
1.4

= 1.4 =

  • Date: 22.November.2017
  • NEW: Global switch to enable or disable the plugin.
  • NEW: Test button.
  • NEW: Stop Bulk Updater button.
  • NEW: Support tab.
  • Improvement: Changed source of filename from guid to wp_get_attachment_url() to prevent conflicts with other plugins. GUID was being replaced by other plugins. Thanks to @Niresh12495 for bringing this up.
  • Impreovement: Added checks to check if attachment is image before processing.
  • FIX: Added boolval() function for backwards compatibility with servers with PHP older than PHP 5.5.
  • Added preview of premium options that ship with Image Attributes Pro
  • UI Improvements.
  • Code improvements.

1.3

06 May 06:23
Compare
Choose a tag to compare
1.3

= 1.3 =

  • Date: 17.August.2017
  • Improved the architecture of the plugin laying foundation for future updates. Utilizing my starter plugin framework
  • Bug fix: For images that had EXIF data, EXIF data was used instead of filename. Props to @mathieupellegrin for reporting this.
  • NEW: Added option to Insert Image Title into HTML. WordPress stopped including image titles since 3.5. Code from Restore Image Title plugin was used.
  • NEW: Remove full stops ( . ) from filename.
  • NEW: Remove commas ( , ) from filename.
  • NEW: Remove all numbers ( 0-9 ) from filename.
  • NEW: Added a warning and user confirmation before while clicking "Run Bulk Updater" button to prevent accidental clicks.
  • UI Improvement: Cleaned up the interface and moved the Bulk Updater to its own tab.
  • UI Improvement: Bulk updater log is now displayed in a neat box instead of just printing the results on the page.
  • Parts of the code was updated for more efficiency and faster processing.
  • Tested on WordPress 4.8.1. Result = pass.

1.2

06 May 06:22
Compare
Choose a tag to compare
1.2

= 1.2 =

  • Date: 15.July.2017
  • Added: Character filter options. Plugin now removes hyphens and underscores.
  • Bug Fix: Minor bug fix.

1.1

06 May 06:20
Compare
Choose a tag to compare
1.1

= 1.1 =

  • Date: 4.July.2017
  • Added: Options to choose individual image attributes for NEW uploads.

1.0

06 May 06:18
Compare
Choose a tag to compare
1.0

= 1.0 =

  • Date: 4.July.2017
  • First release of the plugin.