Releases: DekodeInteraktiv/imageshop
Releases · DekodeInteraktiv/imageshop
Release 1.5.0
1.5.0 (2025-12-18)
- Media: Change the default setting for media uploads to not synchronize to Imageshop automatically, separating responsibilities.
- Media: Made WebP conversion the default value for new installations.
- Media: When deactivating the Imageshop integration, hide attachment references from the media library to create a better user experience.
- Media: Add filter options for media types to the media library screen.
- Media: Consistently display thumbnails for video files.
- Media: Keep showing previews of non-image media when viewing media details in the media library.
- Media Modal: Hide the media type filter from the modal inserter, as it is context aware and plays no role with the Imageshop plugin active.
- Onboarding: Add notice to onboarding flow about the potential conflicts multiple media management plugins can have with each other.
Release 1.4.0
1.4.0 (2025-11-28)
- Feature: Added support for SVG vector images.
- Bugfix: Fixed an issue where you might not get a status response when testing a new API key in the settings panel.
Release 1.3.3
1.3.3 (2025-10-08)
- Bugfix: Fixed an issue where filenames with multiple periods in them would get urlencoded to and be represented as a
+symbol, which would cause a 404 error for the images in question. - Enhancement: Trigger a flush of the Imageshop media permalinks when changing file formats to ensure a faster switch to the new format instead of waiting for caches to clear.
- Documentation: Introduced FAQ sections covering important information and warnings when combining media manipulation plugins.
Release 1.3.2
1.3.2 (2025-09-26)
- Bugfix: Improved handling of original images used by third party plugins, such as SEO ones.
- Enhancement: Extend the core filter support for larger dropdown menus, previously hiding the category selector.
Release 1.3.1
1.3.1 (2025-09-04)
- Bugfix: Fixed an issue where only the preview would load for newly uploaded images, and not the full resolution image.
- Bugfix: Fixed a bug where file extensions would not always be applied to generic files, only images.
- Feature: Added support for fetching audio files within the media library from Imageshop.
Release 1.3.0
1.3.0 (2025-08-26)
- Feature: Support generic files (such as PDF's or Office documents) in the media manager.
- Feature: Support for video embeds from Imageshop.
- Enhancement: Added a compatibility layer to support synchronised attributes between WooCommerce products when using Polylang.
- Maintenance: Changed the minimum required WordPress and PHP version to 6.2 and 7.0 respectively.
Release 1.2.0
1.2.0 (2025-06-27)
- Feature: Pretty permalinks for Imageshop media items. Your media will now have a reader-friendly name in the URL.
- Feature: WebP Support. The plugin will now automatically serve up WebP images if you've enabled it, head on over to the settings page to enable it.
- Feature: Disable uploads to Imageshop. If you ever wanted to keep your WordPress media separate, you can now disable the automatic uploads to Imageshop, and only use the plugin to quickly access and insert media from Imageshop.
- Feature: Consent documentation. The plugin will now show if consent is given by individuals in an image, and what platforms they've given consent for their likeness to be used on.
- Enhancement: Rights and expiration date fields will now always be visible, even if no information is available, to give a more consistent user interface.
- Enhancement: Visual overhaul of the Imageshop settings page and onboarding experience.
- Bugfix: Fixed an issue where images with unexpected data values would prevent further browsing through paginated content.
- Bugfix: Fixed a case where the visual alt-text for an image would show the description text when updating Imageshop details, and then revert to its intended value when refreshing the page.
Release 1.1.2
- Media filter: Ensure filters are always rendered after the error fixes in 1.1.1
- Settings: Fixed error preventing feedback messages from rendering.
- Onboarding: Removed import options form the onboarding wizard, the feature exists within the settings page, but removes potential confusion during setup.
- Compatibility: Properly flush caches when the plugin is uninstalled.
- Compatibility: Ensure the plugin is compatible with WordPress 6.8.
Release 1.1.1
- Media filer: Fix a fatal error when the available interfaces list is empty.
- Attachments: Import the new
AltTextattribute from the Imageshop API. - Translations: Updated when translations are loaded, to follow the best practice since WordPress 6.7
- General: Updated tested with attributes.
Full Changelog: 1.0.0...1.1.1
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.