From 47c36b0c6ddebac7c5979896d94b6303bd9d6e72 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 5 Jul 2021 16:05:49 +0000 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6fb5f8..d6dfe3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Sendportal Core +## 2.0.2 - 2021-07-05 + +- Self-host CSS and JS assets ([#144](https://github.com/mettle/sendportal-core/pull/144)) +- Handle merge content and subject when subscriber first name or last name are null ([#143](https://github.com/mettle/sendportal-core/pull/143)) +- Add german translation ([#140](https://github.com/mettle/sendportal-core/pull/140)) +- PHP 8: Bug fix for str_ireplace - empty values ([#133](https://github.com/mettle/sendportal-core/pull/133)) +- Update GitHub workflow for PHP CS Fixer v3 ([#130](https://github.com/mettle/sendportal-core/pull/130)) +- Add matrix strategy to cover all supported php versions ([#127](https://github.com/mettle/sendportal-core/pull/127)) +- Tag Pagination ([#126](https://github.com/mettle/sendportal-core/pull/126)) +- Keep query string for subscribers pagination ([#122](https://github.com/mettle/sendportal-core/pull/122)) +- Support PHP 8 ([#120](https://github.com/mettle/sendportal-core/pull/120)) +- Update dependencies + ## 2.0.1 - 2021-03-08 - Message subject tags ([#114](https://github.com/mettle/sendportal-core/pull/114)) From a26ed2e1abd0b4439cdffbbfd15f4edf06e83a08 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 5 Jul 2021 16:12:41 +0000 Subject: [PATCH 2/3] Document 2.0.2 release --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6dfe3d6..b7d2f4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Sendportal Core -## 2.0.2 - 2021-07-05 - +## 2.0.3 - 2021-07-05 - Self-host CSS and JS assets ([#144](https://github.com/mettle/sendportal-core/pull/144)) - Handle merge content and subject when subscriber first name or last name are null ([#143](https://github.com/mettle/sendportal-core/pull/143)) - Add german translation ([#140](https://github.com/mettle/sendportal-core/pull/140)) - PHP 8: Bug fix for str_ireplace - empty values ([#133](https://github.com/mettle/sendportal-core/pull/133)) - Update GitHub workflow for PHP CS Fixer v3 ([#130](https://github.com/mettle/sendportal-core/pull/130)) + +## 2.0.2 - 2021-04-30 - Add matrix strategy to cover all supported php versions ([#127](https://github.com/mettle/sendportal-core/pull/127)) - Tag Pagination ([#126](https://github.com/mettle/sendportal-core/pull/126)) - Keep query string for subscribers pagination ([#122](https://github.com/mettle/sendportal-core/pull/122)) @@ -14,7 +15,6 @@ - Update dependencies ## 2.0.1 - 2021-03-08 - - Message subject tags ([#114](https://github.com/mettle/sendportal-core/pull/114)) - Add SMTP driver ([#112](https://github.com/mettle/sendportal-core/pull/112)) - Split campaigns index ([#111](https://github.com/mettle/sendportal-core/pull/111)) @@ -23,16 +23,13 @@ - Fix table prefixing in raw query ([#107](https://github.com/mettle/sendportal-core/pull/107)) ## 2.0.0 - 2021-02-08 - - Allow Core to be installed as a package in an existing project ([#85](https://github.com/mettle/sendportal-core/pull/85)) - Bump Laravel to v8 ([#103](https://github.com/mettle/sendportal-core/pull/103)) ## 1.0.10 - 2020-10-15 - - Resolve invalid message issue ([#87](https://github.com/mettle/sendportal-core/pull/87)) ## 1.0.9 - 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)) From b57df5c4b04a65a7de71fb5ffbfe9efb2c1223b5 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 5 Jul 2021 16:16:05 +0000 Subject: [PATCH 3/3] Update dependencies --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d2f4a8..76fff7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Add german translation ([#140](https://github.com/mettle/sendportal-core/pull/140)) - PHP 8: Bug fix for str_ireplace - empty values ([#133](https://github.com/mettle/sendportal-core/pull/133)) - Update GitHub workflow for PHP CS Fixer v3 ([#130](https://github.com/mettle/sendportal-core/pull/130)) +- Update dependencies ## 2.0.2 - 2021-04-30 - Add matrix strategy to cover all supported php versions ([#127](https://github.com/mettle/sendportal-core/pull/127))