We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037bc8b commit d1cbb86Copy full SHA for d1cbb86
CHANGELOG.md
@@ -3,6 +3,11 @@
3
## Unreleased
4
5
6
+## Version 0.14.9
7
+## Fixed
8
+- Enabled translation of system strings on public forms.
9
+
10
11
## Version 0.14.8
12
## Added
13
- Campaigns with type `block` and `json_body` can now be created via the API. Implements #300 (thanks @dompie for suggesting)
mix.exs
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
def project do
[
app: :keila,
- version: "0.14.8",
+ version: "0.14.9",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
0 commit comments