Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiagoebizmarts committed Sep 13, 2019
1 parent 446203a commit 37026f7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 13 deletions.
49 changes: 39 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
# Changelog
## [1.1.17](https://github.com/mailchimp/mc-magento/releases/tag/1.1.17) - 2019-07-04
## [1.1.18](https://github.com/mailchimp/mc-magento/releases/tag/1.1.18) - 2019-09-13
**Fixed**
- Currency discrepancy in order confirmation email [\#982](https://github.com/mailchimp/mc-magento/issues/982)
- Fix subscription confirmation email when "Subscribe all customers to the newsletter" is enabled [\#978](https://github.com/mailchimp/mc-magento/issues/978)
- Errors saved in mailchimp_sync_ecommerce_data table may not set the sync_modified value to 0 [\#976](https://github.com/mailchimp/mc-magento/issues/976)
- Fix for infinite sync of modified orders containing only unsupported products [\#970](https://github.com/mailchimp/mc-magento/issues/970)
- Promo codes unexpectedly deleted from Mailchimp [\#967](https://github.com/mailchimp/mc-magento/issues/967)
- Unknown column 'at_special_from_date_default.value' in 'on clause' [\#964](https://github.com/mailchimp/mc-magento/issues/964)
- Remove error message when resend an item with error [\#963](https://github.com/mailchimp/mc-magento/issues/963)
- Customer and subscriber with same email sent to mailchimp with different id [\#952](https://github.com/mailchimp/mc-magento/issues/952)
- getLastRealOrder() doesn't exist [\#946](https://github.com/mailchimp/mc-magento/issues/946)
- Product resend internal problem [\#1066](https://github.com/mailchimp/mc-magento/issues/1066)
- Notice: Undefined index: NOT SENT in app/code/community/Ebizmarts/MailChimp/Helper/Data.php [\#1050](https://github.com/mailchimp/mc-magento/issues/1050)
- Use empty function correctly [\#1039](https://github.com/mailchimp/mc-magento/issues/1039)
- Fix for bug preventing carts from synchronising [\#1029](https://github.com/mailchimp/mc-magento/issues/1029)
- Problems when resending Ecommerce Data [\#1024](https://github.com/mailchimp/mc-magento/issues/1024)
- PHP notice when MC API call fails [\#1021](https://github.com/mailchimp/mc-magento/issues/1021)
- Cannot resend Ecommerce data from particular scope [\#1017](https://github.com/mailchimp/mc-magento/issues/1017)
- Handle json_encode errors correctly [\#1010](https://github.com/mailchimp/mc-magento/issues/1010)

**Changed**
- Fix for re-using synch batch models causing batch responses to not be processed [\#1057](https://github.com/mailchimp/mc-magento/issues/1057)
- Apply MEQP1 code standar [\#1055](https://github.com/mailchimp/mc-magento/issues/1055)
- Validate API key field at Mailchimp configuration [\#1052](https://github.com/mailchimp/mc-magento/issues/1052)
- Add Invalid API Key message when adding a new Mailchimp Store [\#1045](https://github.com/mailchimp/mc-magento/issues/1045)
- Remove redundant system config and template file [\#1043](https://github.com/mailchimp/mc-magento/pull/1043)
- Stop flagging Customers as modified after an order is made. [\#1027](https://github.com/mailchimp/mc-magento/issues/1027)
- Improve batch behavior [\#1025](https://github.com/mailchimp/mc-magento/issues/1025)
- Serialize/Unserialize deprecated - MEQP [\#1019](https://github.com/mailchimp/mc-magento/issues/1019)
- Improve performance when resetting errors [\#975](https://github.com/mailchimp/mc-magento/issues/975)
- Maximum # Merge fields in MC [\#957](https://github.com/mailchimp/mc-magento/issues/957)
- How can we clean the table mailchimp_ecommerce_sync_data [\#897](https://github.com/mailchimp/mc-magento/issues/897)
- Certain Merge fields not transferred [\#425](https://github.com/mailchimp/mc-magento/issues/425)

## [1.1.17](https://github.com/mailchimp/mc-magento/releases/tag/1.1.17) - 2019-07-23
**Changed**
- Avoid sending Subscriber via cron job when setting "Use Magento Emails" enabled. [\#996](https://github.com/mailchimp/mc-magento/issues/996)
- Rename delete customer account option [\#992](https://github.com/mailchimp/mc-magento/issues/992)
- Coding standards fix [\#989](https://github.com/mailchimp/mc-magento/pull/989)
- Change "List" appearances to "Audience" [\#977](https://github.com/mailchimp/mc-magento/issues/977)
- Encrypt sensitive data [\#955](https://github.com/mailchimp/mc-magento/issues/955)
- Improve logging [\#947](https://github.com/mailchimp/mc-magento/pull/947)
Expand All @@ -21,6 +38,18 @@
- Add some js in the admin to avoid save before continue [\#649](https://github.com/mailchimp/mc-magento/issues/649)
- Get guest information from orders made with the same email address [\#545](https://github.com/mailchimp/mc-magento/issues/545)

**Fixed**
- Error subscribing customer from backend. [\#990](https://github.com/mailchimp/mc-magento/issues/990)
- Currency discrepancy in order confirmation email [\#982](https://github.com/mailchimp/mc-magento/issues/982)
- Fix subscription confirmation email when "Subscribe all customers to the newsletter" is enabled [\#978](https://github.com/mailchimp/mc-magento/issues/978)
- Errors saved in mailchimp_sync_ecommerce_data table may not set the sync_modified value to 0 [\#976](https://github.com/mailchimp/mc-magento/issues/976)
- Fix for infinite sync of modified orders containing only unsupported products [\#970](https://github.com/mailchimp/mc-magento/issues/970)
- Promo codes unexpectedly deleted from Mailchimp [\#967](https://github.com/mailchimp/mc-magento/issues/967)
- Unknown column 'at_special_from_date_default.value' in 'on clause' [\#964](https://github.com/mailchimp/mc-magento/issues/964)
- Remove error message when resend an item with error [\#963](https://github.com/mailchimp/mc-magento/issues/963)
- Customer and subscriber with same email sent to mailchimp with different id [\#952](https://github.com/mailchimp/mc-magento/issues/952)
- getLastRealOrder() doesn't exist [\#946](https://github.com/mailchimp/mc-magento/issues/946)

## [1.1.16](https://github.com/mailchimp/mc-magento/releases/tag/1.1.16) - 2019-04-30
**Fixed**
- Error syncing order with disabled product [\#943](https://github.com/mailchimp/mc-magento/issues/943)
Expand Down
5 changes: 2 additions & 3 deletions app/code/community/Ebizmarts/MailChimp/etc/config.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>

<config>
<modules>
<Ebizmarts_MailChimp>
<version>1.1.17</version>
<version>1.1.18</version>
</Ebizmarts_MailChimp>
<Ebizmarts_Mandrill>
<version>1.1.17</version>
<version>1.1.18</version>
</Ebizmarts_Mandrill>
</modules>
<global>
Expand Down

0 comments on commit 37026f7

Please sign in to comment.