Releases: dcooney/instant-images
Releases · dcooney/instant-images
7.0.0
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
6.2.2
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 found
when 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_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' );
} );