Releases: dcooney/instant-images
Releases · dcooney/instant-images
6.2.1
6.2.0
6.1.2
6.1.1
6.1.0
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 foundwhen there were results. - UPDATE: Various UI/UX updates throughout the app.
6.0.1
6.0.1 - November 8, 2023
- FIX: Fixed issue with
admin_footer_texthook incorrectly echoing data in the WP admin. - UPDATE: Various code, UX and UI updates throughout the app.
- UPDATE: Updates
Requires at leastversion 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
5.3.1
- UPDATE: Updated default user role to
manage_optionson the Instant Images settings page. - NEW: Added new
instant_images_settings_user_rolehook 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
- 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
createRootfunction 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
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.