Skip to content

Commit eabf9b3

Browse files
committed
Release Keila 0.15.0
1 parent 72aab9b commit eabf9b3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# Changelog
22

33
## 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+
413
## 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)
616

717
## Fixed
818
- 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)
921

1022

1123
## Version 0.14.11

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
44
def project do
55
[
66
app: :keila,
7-
version: "0.14.11",
7+
version: "0.15.0",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)