Skip to content

Commit

Permalink
Merge pull request #84 from mettle/feature/changelog
Browse files Browse the repository at this point in the history
Feature/changelog
  • Loading branch information
JonoB authored Oct 9, 2020
2 parents c2f483a + d6bd1aa commit 78c15a0
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# Sendportal Core

## 1.0.8 - 2020-10-09

- Set Subscriber unsubscribed_at via API ([#83](https://github.com/mettle/sendportal-core/pull/83))
- Adjust quota service ([#82](https://github.com/mettle/sendportal-core/pull/82))
- Ensure template names are unique ([#81](https://github.com/mettle/sendportal-core/pull/81))
- Gitignore php_cs.cache ([#80](https://github.com/mettle/sendportal-core/pull/80))
- Validate imported subscribers ([#79](https://github.com/mettle/sendportal-core/pull/79))
- Added ability to delete draft messages ([#78](https://github.com/mettle/sendportal-core/pull/78))
- Fix campaign count formatting ([#77](https://github.com/mettle/sendportal-core/pull/77))
- Make password hidden in setup command ([#76](https://github.com/mettle/sendportal-core/pull/76))
- Filter subscribers by segment ([#75](https://github.com/mettle/sendportal-core/pull/75))
- Move ping route to controller ([#73](https://github.com/mettle/sendportal-core/pull/73))
- Default campaigns to send to all ([#71](https://github.com/mettle/sendportal-core/pull/71))
- Validate segments when creating a campaign ([#70](https://github.com/mettle/sendportal-core/pull/70))
- Add GUI setup process ([#68](https://github.com/mettle/sendportal-core/pull/68))
- Clean up template deletion ([#67](https://github.com/mettle/sendportal-core/pull/67))
- Add ability to cancel campaigns ([#66](https://github.com/mettle/sendportal-core/pull/66))
- Add backslash to language files ([#65](https://github.com/mettle/sendportal-core/pull/65))

## 1.0.7 - 2020-08-14

- Add ability to test an e-mail service ([#62](https://github.com/mettle/sendportal-core/pull/62))
- Fix behaviour that removed subscribers on segment update ([#61](https://github.com/mettle/sendportal-core/pull/61))
- Add ability to delete a subscriber ([#60](https://github.com/mettle/sendportal-core/pull/60))
- Fix behaviour that removed subscribers on segment update ([#61](https://github.com/mettle/sendportal-core/pull/61))
- Add ability to test an e-mail service ([#62](https://github.com/mettle/sendportal-core/pull/62))

## 1.0.6 - 2020-08-07

Expand Down

0 comments on commit 78c15a0

Please sign in to comment.