Releases: dcooney/instant-images
Releases · dcooney/instant-images
6.0.0
5.3.1
- 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
- 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
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.
5.2.0.2
5.2.0.1
5.2.0
What's Changed
- Feature/mime types by @dcooney in #50
- Fix dependency array by @gregrickaby in #52
- Dependabots (March 2023) by @gregrickaby in #53
New Contributors
- @gregrickaby made their first contribution in #52
Full Changelog: 5.1.0.2...5.2.0
5.1.0.2
5.1.0.1
5.1.0
What's Changed
- NEW: Added Openverse support.
- NEW: Added Description field to save data into the Post Content WP field.
- NEW: Added mime type checker to make sure the file type is allowed before uploading.
- UPDATE: Better attribution handling.
- UPDATE: Various admin UI/UX tweaks and updated.