File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+
6
+ ## Version 0.14.6
7
+
5
8
## Added
6
9
- Added PATCH and POST API endpoints for updating just the data field of a
7
10
contact
8
11
9
12
## Fixed
10
13
- Liquid tags are now correctly rendered in layout blocks in the Block Editor
14
+ (thanks @dompie for reporting)
15
+ - Fixed bug that caused "starts with" and "ends with" to be inverted in
16
+ segment editor (thanks @dompie for reporting)
11
17
12
18
13
19
## Version 0.14.5
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.5 " ,
7
+ version: "0.14.6 " ,
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