Skip to content

Releases: dcooney/instant-images

6.2.1

07 Nov 19:00

Choose a tag to compare

Version bump

6.2.0

07 Nov 18:50

Choose a tag to compare

6.2.0 - November 8, 2024

  • NEW: Added support for Extended add-on feature to maintain the current search term when switching providers.
  • UPDATE: WordPress 6.7 compatibility updates.
  • UPDATE: Various UI/UX updates throughout the app.
  • UPDATE: Dependency updates.

6.1.2

15 Apr 12:44

Choose a tag to compare

6.1.2 - April 15, 2024

  • FIX: Fixed issue with Openverse search not working due to plugin error.
  • UPDATE: WordPress 6.5 compatibility updates.

6.1.1

25 Jan 20:52

Choose a tag to compare

6.1.1 - January 25, 2024

  • FIX: Various security patches.
  • FIX: Fixed issue with permissions for accessing Instant Images settings.

6.1.0

13 Nov 19:28

Choose a tag to compare

6.1.0 - November 13, 2023

  • NEW: Adding localization for all image provider filters.
  • FIX: Fixed issue with CSS classname conflict with other plugins.
  • FIX: Fixed issue with search results saying 0 Results found when there were results.
  • UPDATE: Various UI/UX updates throughout the app.

6.0.1

08 Nov 20:49

Choose a tag to compare

6.0.1 - November 8, 2023

  • FIX: Fixed issue with admin_footer_text hook incorrectly echoing data in the WP admin.
  • UPDATE: Various code, UX and UI updates throughout the app.
  • UPDATE: Updates Requires at least version to 5.0 as plugin relies on Gutenberg editor scripts.
  • NEW: Added hook for modifying the image attribution text.
add_filter( 'instant_images_attribution', function() {
	return __( 'This <a href="{image_url}">photo</a> is by <a href="{user_url}">{username}</a> and available for free on <a href="{provider_url}">{provider}</a>', 'framework' );
} );

6.0.0

21 Jun 03:05
54e200b

Choose a tag to compare

Tagging 6.0.0

5.3.1

12 May 19:00
1a67ab1

Choose a tag to compare

  • UPDATE: Updated default user role to manage_options on the Instant Images settings page.
  • NEW: Added new instant_images_settings_user_role hook to adjust the user role for the Instant Images settings page.
  • FIX: Adding fix for error on Site Editor screen when using a FSE theme.

5.3.0

08 May 13:39
cf26240

Choose a tag to compare

  • NEW - Added new standalone Instant Images settings page and added new settings fields.
  • NEW - Added initial support for the upcoming Instant Images Pro plugin.
  • FIX - Fixed issue with missing createRoot function in WP < 6.2 that would cause Instant Images to fail to load.
  • UPDATE - General styling and UI updates throughout the app.

5.2.1

20 Apr 14:35
6593b9f

Choose a tag to compare

What's Changed

  • UPDATE: Adds sessionStorage for storing API results in browser session to reduce proxy usage and API requests. Session data is stored for 1 hour.
  • UPDATE: Cleans up Openverse sources to include WordPress, Flickr, Nasa, SpaceX, and Wikimedia only.
  • UPDATE: Updates security check to match on expected URLs before an upload is processed.
  • FIX: Removes StockSnap from Openverse as images are being blocked on upload to the media library.
  • UPDATE: Various code cleanup and tweaks.