File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+
5
+ ## Version 0.15.0
6
+
7
+ ## Added
8
+ - Support for MJML campaigns.
9
+ - Forms can now be configured to redirect users after successful submission and when double opt-in
10
+ is required.
11
+ - Forms can now be configured with a custom message when double opt-in is required
12
+
4
13
## Improved
5
- - New email scheduler and rate limiter with significantly improved performance
14
+ - New email scheduler and rate limiter with significantly improved performance. (thanks @dompie
15
+ for supporting the development of this feature)
6
16
7
17
## Fixed
8
18
- Show correct state while campaign is being prepared for sending on stats page
19
+ - Marking custom checkboxes as * required* actually requires users to check them now.
20
+ Fixes #328 . (thanks @cyberwuulf for reporting)
9
21
10
22
11
23
## Version 0.14.11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Keila.MixProject do
4
4
def project do
5
5
[
6
6
app: :keila ,
7
- version: "0.14.11 " ,
7
+ version: "0.15.0 " ,
8
8
elixir: "~> 1.15" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
compilers: [ :phoenix ] ++ Mix . compilers ( ) ,
You can’t perform that action at this time.
0 commit comments