All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.4 (2022-08-22)
- Update system config value after save
1.1.3 (2022-06-01)
- Update module to be compatible with Magento v2.4.4
1.1.2 (2022-04-12)
- Update that adds in internal analytics to assist with future product improvements
1.1.1 (2022-03-25)
- Reduce number of calls to
sources
endpoint - Show 100 sources on dropdown
- Added scrollbar to source dropdown
1.1.0 (2022-03-08)
- Dispaly 21 images per page by default
- HTML warning gets shown when saving image as template
- Admin product thumbnails are display the origin image (full size)
- update default parameter options to not include
crop
parameters
1.0.5 (2022-02-14)
- Undefined index: settings, addresses "Something went wrong while saving this configuration" error
- Unable to enable imgix module in admin configuration
- Remove
"minimum-stability": "dev"
from composer.json - Upgrade module version
1.0.0
to1.0.5
in module.xml
1.0.4 (2022-02-11)
- remove composer.lock
- update imgix/imgix-php to ^3.3.1
1.0.3 (2022-02-10)
- the use of helpers in templates is discouraged. Use ViewModel instead
- function's nesting level (7) exceeds 5; consider refactoring the function
1.0.2 (2022-02-09)
- unable to save system configuration if module is disabled
- admin catalog product view broken on first time installation
- add README with installation instructions
1.0.1 (2022-02-04)
- Remove extraneous
vendor
directory from project.
1.0.0 (2022-02-03)
Initial release includes:
- Ability to configure the extension with an imgix API key
- Ability to pre-configure image options for each of the three image sizes (small, large, default)
- A modal from which imgix images can be selected from and associated to products
- A modal from which imgix images can be selected from and associated to Pages/Blocks
- The ability to modify parameters for a specific image within Pages/Blocks