File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog]
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.0.0] - 2024-04-01
10
+
11
+ - Version 2.0.0 rewrites most of the gem, without altering the API
12
+ - The gem no longer prepends code in ActionMailer
13
+ - Previews are now 100% supported in Rails, but will require a Notify API key
14
+ - The preview layout has been updated and uses the Tudor Crown
15
+ - This version fixes a bug that meant not all Rails preview functionality would
16
+ work
17
+ - This version fixes a bug that meant no Rails preview functionality would work
18
+ from version 7.1.0 onwards
19
+
9
20
## [ 1.2.0] - 2023-04-28
10
21
11
22
- Requiring Ruby 2.7.8
@@ -71,7 +82,10 @@ The format is based on [Keep a Changelog]
71
82
72
83
- Initial release
73
84
74
- [ unreleased ] : https://github.com/DFE-Digital/dfe-teachers-payment-service/compare/1.0.3...HEAD
85
+ [ unreleased ] : https://github.com/dxw/mail-notify/compare/2.0.0...HEAD
86
+ [ 2.0.0] : https://github.com/dxw/mail-notify/compare/1.2.0...2.0.0
87
+ [ 1.2.0] : https://github.com/dxw/mail-notify/compare/1.1.0...1.2.0
88
+ [ 1.1.0] : https://github.com/dxw/mail-notify/compare/1.0.5...1.1.0
75
89
[ 1.0.5 ] : https://github.com/dxw/mail-notify/compare/1.0.4...1.0.5
76
90
[ 1.0.4 ] : https://github.com/dxw/mail-notify/compare/1.0.3...1.0.4
77
91
[ 1.0.3 ] : https://github.com/dxw/mail-notify/compare/1.0.2...1.0.3
Original file line number Diff line number Diff line change 2
2
3
3
module Mail
4
4
module Notify
5
- VERSION = "1.2 .0"
5
+ VERSION = "2.0 .0"
6
6
end
7
7
end
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ require "mail/notify/version"
7
7
Gem ::Specification . new do |spec |
8
8
spec . name = "mail-notify"
9
9
spec . version = Mail ::Notify ::VERSION
10
- spec . authors = [ "Stuart Harrison" ]
10
+ spec . authors = [ "Stuart Harrison" , "Meyric Rawlings" ]
11
11
spec . email = [ "pezholio@gmail.com" ]
12
12
13
- spec . summary = "ActionMailer support for the GOV.UK Notify API "
13
+ spec . summary = "Rails plugin, send and preview email with GOV.UK Notify"
14
14
spec . homepage = "https://github.com/dxw/mail-notify"
15
15
spec . license = "MIT"
16
16
You can’t perform that action at this time.
0 commit comments