Releases: scandipwa/slider
Slider Upload fix
What's inside
- Fixed Slide Upload
Feature break-down
Fixed Slide Upload
Removed deprecated mime_content_type()
since it broke slider upload.
Removed locale-resolver
What's inside
- Locale resolver removed from dependencies
Feature break-down
Locale resolver removed from dependencies
It did break the application installation with the The default website isn't defined. Set the website and try again.
error.
One more config patch
Now the migrations won't run if the column was already created.
Persisted setup_module
Brought back the last available setup_module to fix being unable to update from a version with setup_module declared.
Brought setup_module back
In this release, the setup_module
was reverted back to module.xml
.
Exact module dependencies
What's inside
- Migration to exact module dependencies
- Bug fixes
Feature break-down
Migration to exact module dependencies
Reference to module magento/magento-base
of specific Magento 2 version got removed. Instead, dependencies onto specific Magento 2 modules was implemented. This affected etc/module.xml
and composer.json
file.
Bug fixes
- Patched comments in
.xml
files - Removed
author
andsupport
sections fromcomposer.json
in preparation for mono-repo setup
Removed image resize CLI
Removed image resize CLI command - will be replaced by automatic resize in upcoming versions. This patch fixes Magento 2.3.5 installation issues.
Cache identities for Slider
Implemented cache identities for Slider. Now it will auto-flush itself when needed.
Removed PHP <7.2 requirement
Community reported bug fix, not tested on PHP 7.3
Added the desktop and mobile image fields
Implemented image choice for desktop and mobile