From 17feb13ff5ff73523239fbcc6f52bc7d0fce499f Mon Sep 17 00:00:00 2001 From: Peter Dulacka Date: Mon, 24 Jul 2023 10:38:14 +0200 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 26 ++------------------------ changelogs/CHANGELOG-v3.1.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 24 deletions(-) create mode 100644 changelogs/CHANGELOG-v3.1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 366e48386..deb5e847f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,31 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] -### [Beam] - -- Added make commands `update-dev` and `update-prod` to update development and production environments respectively after new code is pulled. remp/remp#1281 -- Fixed broken settings pages. remp/remp#1284 - -### [Campaign] - -- Changed CSS for collapsible bar banner to fix collisions with iPhone system button. remp/remp#1280 -- Added make commands `update-dev` and `update-prod` to update development and production environments respectively after new code is pulled. remp/remp#1281 - -### [Mailer] - -- Fixed date filtering on the newsletter stats page. remp/remp#1231 -- Added make commands `update-dev` and `update-prod` to update development and production environments respectively after new code is pulled. remp/remp#1281 -- Added hermes handler to notify CRM about refreshing user's data. You can enable the feature in `config.local.neon` (see example file for reference). remp/web#2061 -- Fixed typo in the `package.json` definition for `moment-timezone` causing Yarn3 installation issues. [remp2020/mailer-module#2](https://github.com/remp2020/mailer-module/pull/2) -- Added new emit of `user-subscribed-variant` and `user-unsubscribed-variant` hermes event when user subscribe or unsubscribes from the mail type variant. remp/web#2061 -- Added `mail:unsubscribe-inactive-users` command to mailer module. remp/remp#1277 - -### [Sso] - -- Added make commands `update-dev` and `update-prod` to update development and production environments respectively after new code is pulled. remp/remp#1281 - ## Archive +- [v3.1](./changelogs/CHANGELOG-v3.1.md) - [v3.0](./changelogs/CHANGELOG-v3.0.md) - [v2.2](./changelogs/CHANGELOG-v2.2.md) - [v2.1](./changelogs/CHANGELOG-v2.1.md) @@ -49,4 +27,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p [Segments]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/segments [Tracker]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/tracker -[Unreleased]: https://github.com/remp2020/remp/compare/3.0.0...master +[Unreleased]: https://github.com/remp2020/remp/compare/3.1.0...master diff --git a/changelogs/CHANGELOG-v3.1.md b/changelogs/CHANGELOG-v3.1.md new file mode 100644 index 000000000..3a0cb54f5 --- /dev/null +++ b/changelogs/CHANGELOG-v3.1.md @@ -0,0 +1,36 @@ +## [3.1] - 2023-07-24 + +### [Beam] + +- Added make commands `update-dev` and `update-prod` to update development and production environments respectively after new code is pulled. remp/remp#1281 +- Fixed broken settings pages. remp/remp#1284 + +### [Campaign] + +- Changed CSS for collapsible bar banner to fix collisions with iPhone system button. remp/remp#1280 +- Added make commands `update-dev` and `update-prod` to update development and production environments respectively after new code is pulled. remp/remp#1281 + +### [Mailer] + +- Fixed date filtering on the newsletter stats page. remp/remp#1231 +- Added make commands `update-dev` and `update-prod` to update development and production environments respectively after new code is pulled. remp/remp#1281 +- Added hermes handler to notify CRM about refreshing user's data. You can enable the feature in `config.local.neon` (see `config.local.neon.example` file for reference). remp/web#2061 +- Fixed typo in the `package.json` definition for `moment-timezone` causing Yarn3 installation issues. [remp2020/mailer-module#2](https://github.com/remp2020/mailer-module/pull/2) +- Added new emit of `user-subscribed-variant` and `user-unsubscribed-variant` hermes event when user subscribe or unsubscribes from the mail type variant. remp/web#2061 +- Added `mail:unsubscribe-inactive-users` command to mailer module. remp/remp#1277 + +### [Sso] + +- Added make commands `update-dev` and `update-prod` to update development and production environments respectively after new code is pulled. remp/remp#1281 + +--- + +[3.1]: https://github.com/remp2020/remp/compare/3.0.0...3.1.0 + +[Beam]: https://github.com/remp2020/remp/tree/master/Beam +[Campaign]: https://github.com/remp2020/remp/tree/master/Campaign +[Mailer]: https://github.com/remp2020/remp/tree/master/Mailer +[Sso]: https://github.com/remp2020/remp/tree/master/Sso +[Segments]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/segments +[Tracker]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/tracker +