Skip to content

Commit bfa7f8d

Browse files
committed
Release Keila 0.14.0
1 parent ca0e6f5 commit bfa7f8d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
## Unreleased
44

5+
6+
## Version 0.14.0
7+
8+
Custom signup form fields + contacts search 🔎
9+
510
### Added
6-
- Added ability to add custom fields to contact signup forms. Implements #135
11+
- Custom fields (text, checkbox, dropdown, tags, numbers) can now be added to
12+
contact signup forms. Implements #135
13+
- Search and sorting on contacts page
714
- Added buttons for inserting images, links, and buttons to plain Markdown
815
editor. Fixes #255 (thanks @lukaprincic for suggesting)
916

@@ -16,6 +23,7 @@
1623
is set to "active" are imported. Fixes #253 (thanks @VZsI for reporting)
1724
- Live preview in plain Markdown editor no longer disappears when switching to
1825
rich editor and back.
26+
- Fixed error when saving a contact with JSON data and a constraint error
1927

2028

2129
## Version 0.13.1

mix.exs

Lines changed: 1 addition & 1 deletion
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.13.1",
7+
version: "0.14.0",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)