Skip to content

Commit

Permalink
Merged PR 38297: 1.7.0 pre-release
Browse files Browse the repository at this point in the history
Release notes
Version bump **1.61** > **1.7.0**

Related work items: #179118
  • Loading branch information
pvpcookie authored and simon-letch committed Jul 4, 2022
1 parent 6722bbd commit 90a7722
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE.md)

## Requirements
- This module requires the `Dotdigitalgroup_Email` module v4.17.0+
- This module requires the `Dotdigitalgroup_Email` module v4.18.0+

## Activation
- This module is included in our core extension. Please refer to [these instructions](https://github.com/dotmailer/dotmailer-magento2-extension#installation) to install via the Magento Marketplace.
Expand All @@ -12,6 +12,11 @@

## Changelog

### 1.7.0

##### Improvements
- Our connector now supports all internal (staging) API endpoints, to facilitate QA.

### 1.6.1

##### Improvements
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dotdigital/dotdigital-magento2-extension-chat",
"description": "Dotdigital for Magento 2: Chat module",
"type": "magento2-module",
"version": "1.6.1",
"version": "1.7.0",
"license": "MIT",
"repositories": [
{
Expand All @@ -15,7 +15,7 @@
},
"require": {
"php": "^7.2||^8.0",
"dotdigital/dotdigital-magento2-extension": "^4.17.0",
"dotdigital/dotdigital-magento2-extension": "^4.18.0",
"magento/framework": ">=101 <104",
"magento/module-config": ">=100 <103",
"magento/module-backend": ">=100 <103",
Expand Down

0 comments on commit 90a7722

Please sign in to comment.