File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## Version 0.15.1
6
+
7
+ ## Added
8
+ - Button for creating new users as admin (thanks @pmareke and @hellehata )
9
+ - Contacts can now re-subscribe or update their data by submitting a form again
10
+ (thanks @lislegaard for suggesting)
11
+ - Honeypot fields to block bot subscriptions
12
+
13
+ ## Changed
14
+ - Limited ` first_name ` and ` last_name ` fields to 50 characters.
15
+ Implements #342 (thanks @lislegaard for suggesting)
16
+
17
+ ## Fixed
18
+ - Updated broken tzdata library. Fixes #336 . (thanks @VincentSC for reporting)
19
+ - Deletion of shared senders from the UI is now working.
20
+ Fixes #326 (thanks @bpivk for reporting)
21
+
22
+
5
23
## Version 0.15.0
6
24
7
25
## Added
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.15.0 " ,
7
+ version: "0.15.1 " ,
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