Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rootpd committed Jul 24, 2023
1 parent 9ed614b commit 17feb13
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 24 deletions.
26 changes: 2 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
36 changes: 36 additions & 0 deletions changelogs/CHANGELOG-v3.1.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 17feb13

Please sign in to comment.