Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version number and readme for 1.0.3 #16

Merged
merged 1 commit into from
Mar 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Compatibility
- Magento >= 2.1.6
- Dotdigitalgroup Email >= 2.5.4

## V1.0.3

###### Improvements
- We've added support for Magento 2.3.1

## V1.0.2

###### Improvements
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": "dotmailer/dotmailer-magento2-extension-enterprise",
"description": "dotmailer integration for magento 2 enterprise",
"type": "magento2-module",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"repositories": [
{
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="Dotdigitalgroup_Enterprise" setup_version="1.0.2">
<module name="Dotdigitalgroup_Enterprise" setup_version="1.0.3">
<sequence>
<module name="Dotdigitalgroup_Email"/>
<module name="Magento_CustomerSegment"/>
Expand Down