Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski authored and sherwinski committed Mar 9, 2022
1 parent 3fdbf96 commit c7750bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0](https://github.com/imgix/magento/compare/v1.0.5...v1.0.6) (2022-03-08)

### Feat

- Dispaly 21 images per page by default

### Fixes

- HTML warning gets shown when saving image as template
- Admin product thumbnails are display the origin image (full size)
- update default param options to not include `crop` parameters

## [1.0.5](https://github.com/imgix/magento/compare/v1.0.4...v1.0.5) (2022-02-14)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "imgix/magento",
"description": "imgix extension to search and select product images within Magento 2",
"type": "magento2-module",
"version": "1.0.5",
"version": "1.1.0",
"license": "BSD-2-Clause",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Imgix_Magento" setup_version="1.0.5">
<module name="Imgix_Magento" setup_version="1.1.0">
<sequence>
<module name="Magento_Catalog"/>
<module name="Magento_Backend"/>
Expand Down

0 comments on commit c7750bf

Please sign in to comment.