Releases: DekodeInteraktiv/imageshop
Releases · DekodeInteraktiv/imageshop
Release 1.1.0
- Search: Ignore image mime-types when the image is served by Imageshop, these are always valid and checked by the Imageshop API.
- Attachments: Improve the SQL query for fallback handling to be more performant in the database lookups it performs.
- Attachments: Avoid duplicating the srcset generation if it already exists.
- Attachments: Introduce a new advanced setting allowing site administrators to disable the srcset calculations on media-heavy sites that may not always be compatible with WordPress' media handling.
Release 1.1.0-beta1
== Changelog ==
= 1.1.0 (TBD) =
- Performance improvements
- Skip loading srcset within wp-admin for faster editor loading
- Skip potential duplicate srcset value settings
- Add additional layers before resolving to use fallback mechanics to find media IDs
Release 1.0.4
1.0.4 (2023-09-05)
- Attachments: Fix a race condition where a 0x0 pixel image size could be generated if the image was being processsed by third party code during the upload process.
Release 1.0.3
== Changelog ==
= 1.0.3 (2023-08-14) =
- Attachments: Improve the identification of original images to generate the appropriate media sizes
Release 1.0.2
== Changelog ==
= 1.0.2 (2023-07-20) =
- Imageshpo API: Add secondary declaration for media interfaces to improve support during the upload procedure.
Release 1.0.1
== Changelog ==
= 1.0.1 (2023-07-19) =
- Attachments: Fall back to local images if the Imageshop API response fails for any reason.
- Attachments: Add support for image sizes defined in an array, and not by a pre-registered slug.
1.0.0
What's Changed
- Media filter: Use numeration for categories to avoid filter reordering on CategoryID's.
- Media library: Add a note about image sizes.
- Attachments: Fix an issue where 0x0 pixel image sizes would be needlessly generated.
- Attachments: Avoid repetative fallback actions when the domain for an attachment does not match the site URL.
- Attachments: Add dynamic generation of media captions.
- Attachments: Ensure mime-types match image media before attempting to generate image variations.
Full Changelog: 0.1.0...1.0.0
Release 0.1.0
== Changelog =
= 0.1.0 (2023-03-24) =
- Introduced additional metadata displays in the media modal
- Added opportunity to update the metadata of media items directly from the WordPress media modal
- Added class-names for identifying and targeting specific media items in the front-end markup of images.
- Improved image dimension detection when generating image sizes (fixes cases where the primary image was not identified, and images may have been generated with a 1px width and height)
- Improved the onboarding flow with better explanations of what importing media to Imageshop involves, and guiding the user more actively.
Release 0.0.8
== Changelog ==
= 0.0.8 (2023-02-21) =
- Added backwards compatibility check when generating
preloaded_url
links for psotmeta. - Added fallback handler for generating srcset when
attachment_id
is passed as0
when called outside the main loop.
= 0.0.7 (2023-01-31) =
- Added fallback handling if an API key is changed, to allow old images to render still.
- Added alternative to manually change the Imageshop lookup language when filtering media results.
- Added translation wrappers for labels used within the media modal.
- Improved the API settings screen to flush data when an existing API key is modified.
- Improved handling of site languages to determine default Imageshop lookup languages.
= 0.0.6 (2022-12-05) =
- Initial release
Release 0.0.7
== Changelog ==
= 0.0.7 (2023-01-31) =
- Added fallback handling if an API key is changed, to allow old images to render still.
- Added alternative to manually change the Imageshop lookup language when filtering media results.
- Added translation wrappers for labels used within the media modal.
- Improved the API settings screen to flush data when an existing API key is modified.
- Improved handling of site languages to determine default Imageshop lookup languages.
= 0.0.6 (2022-12-05) =
- Initial release