Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski authored and sherwinski committed Apr 12, 2022
1 parent 8d2136d commit 8d82da5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.2](https://github.com/imgix/magento/compare/v1.1.1...v1.1.2) (2022-04-12)

- Update that adds in internal analytics to assist with future product improvements

## [1.1.1](https://github.com/imgix/magento/compare/v1.1.0...v1.1.1) (2022-03-25)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ php bin/magento cache:flush

# Configuration

Upon installation of the imgix extension, users will need to configure the extension with an imgix API key and parameter presets. From the storefront’s admin panel, select the **Stores** tab and select **Configuration** under the Settings section.
Upon installation of the imgix extension, users will need to configure the extension with an imgix API key and parameter presets. From the storefront’s admin panel, select the **Stores** tab and select **Configuration** under the Settings section.

![Initial configuration](https://assets.imgix.net/sdk/magento/01-configuration.png?pad=40&w=1520&mask-bg=E8F0F4&mask=corners&corner-radius=12&bg=E8F0F4&auto=compress,format)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "imgix/magento",
"description": "imgix extension to search and select product images within Magento 2",
"description": "imgix extension to search and select product images within Magento 2/Adobe Commerce",
"type": "magento2-module",
"version": "1.1.1",
"version": "1.1.2",
"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.1.1">
<module name="Imgix_Magento" setup_version="1.1.2">
<sequence>
<module name="Magento_Catalog"/>
<module name="Magento_Backend"/>
Expand Down

0 comments on commit 8d82da5

Please sign in to comment.