Skip to content

Releases: dcooney/instant-images

7.0.0

22 Nov 20:13
Compare
Choose a tag to compare

7.0.0 - November 22, 2024

NEW: Added Giphy integration!
NEW: Added Image Size functionality to Instant Images settings.
NEW: Added required functionality to add image size with the Extended add-on.
FIX: Fixed potential issue with image file extensions being incorrect for png and jpeg files.
FIX: Fixed issue with Extended add-on search history and indexing ID searches.
FIX: Fixed issue with new WooCommerce product screens throwing JS errors and causing the page to load as a white screen.
UPDATE: Updated Unsplash image filters as their API was updated recently.
UPDATE: Updated all plugin NPM dependencies and packages.
UPDATE: Various UI and UX improvements.

6.2.3

08 Nov 19:04
Compare
Choose a tag to compare

Version bump

6.2.2

08 Nov 19:01
Compare
Choose a tag to compare

Removed .wp-block styles in Instant Images CSS

6.2.1

07 Nov 19:00
Compare
Choose a tag to compare

Version bump

6.2.0

07 Nov 18:50
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Tagging 6.0.0