- Added support for newer dev tools by upgrading support of php-parser v5
- Changed subscribed event for partial media loading
- Decorate sw_thumbnail_url to support imgproxy v3
- Add variable mediaUpdatedAt for paths to prevent caching
- Fix support for cloning product entity
- Add support for Shopware 6.6
- Add support for Shopware 6.5.6 with changed private methods
- Add unit and integration tests
- Changed Testbutton to show error text above the image
- Add support for plugins testimage coming from Shopware 6.4
- Add configuration within the plugin to activate its function explicit
- Add button to test the service with a sample image
- Adjust wordings and remove typos
- Add auto update of thumbnails after changing thumbnailSizes: no more need to run "media:generate-thumbnails"
- Add configuration to set maximum size for original image
- Add configuration to specify file extension which can be processed
- Remove configuration to toggle processing the original image
- Shopware 6.5 compatibility
- Add support to define ThumbnailPattern per SalesChannel
- ATTENTION: Removed lazysizes from this plugin! Please install dedicated plugin: FroshLazySizes
- catch error thrown when image has been specified wrong
- set values of width and height as ratio without calculation
- Set aspect-ratio with inline-css to reserve space of images which reduces Cumulative Layout Shift (CLS)
- Set class
frosh-proc
onto images managed by this plugin, use selectorimg.frosh-proc
to set specific css style - Add usage of variable
src
. Use this to determine an own placeholder image or preload image.
- Restrict configuration to "All Saleschannels"
- Fix problems from Shopware 6.4.10
- Implement own URL encoding
- Sort thumbnail sizes in code
- Set width of 100% to image elements width set alignment
- Remove url encoding for image paths
- Optimize url encoding for image paths to support imgproxy v3
- Fixes a problem with the retrieval of the micro data of the product images
- Output alt and title attributes for thumbnails if they were saved with the image in media
- Remove the use of height from the thumbnail sizes, as the automatic calculation of the necessary size does not make any direct reference to it
- Please remove the height from your template in the plugin settings
- Increase the calculated ratio to three digits
- Remove automatic room reservation due to compatibility problems. Usable now per variable fullWidth per sw_thumbnail.
- Fix error with images without dimensions
- Cleanup code
- Define blocks: thumbnail_utility and thumbnail_utility_img
- Reserve room in fullwidth cms elements to optimize CLS
- Fix thumbnail generation to not create files
- FEATURE Better support for SW6.4
- FEATURE Add support for SW6.4
- FEATURE Verwende automatische Erzeugung der Sizes für die Thumbnails
- FEATURE SEO Gebe auch leere attribute aus
- FEATURE Added Option to set max width of container
- BUGFIX Fix error when replacing media
- FEATURE Respect not given attributes in thumbnails
- FEATURE Thumbnails will be lazy loaded
- BUGFIX Fix thumbnail-variable, which occurs, when no thumbnail exists
- FEATURE Added Option to fix ThumbnailSizes for the gallery on product page
- FEATURE Thumbnails that are larger than the original image are no longer displayed, requested and delivered
- Fix mediaUrl in 6.3.0.0
- Compatibility to 6.3.0.0
- Option to improve thumbnail display in listings
- Fix wrong uploading of files
- Option to process original images
- Option to process SVGs, disabled by default
- Optimizing plugin config
- First release in store
- First release