All Versions
6
Latest Version
Avg Release Cycle
214 days
Latest Release
2051 days ago
Changelog History
Changelog History
-
v3.0.0
August 13, 2019 -
v2.3.0 Changes
July 02, 2018 -
v2.2.1 Changes
August 06, 2017๐ This release includes an update of dependencies and other minor changes.
-
v2.1.1 Changes
October 08, 2016๐ง Configuration can now accept any of the following:
Standard variables:
config :recaptcha, public_key: "some public key string", secret: "some private string"
Environment variable at compile time:
config :recaptcha, public_key: System.get_env("RECAPTCHA_PUBLIC_KEY"), secret: System.get_env("RECAPTCHA_PRIVATE_KEY")
Environment variable at runtime:
config :recaptcha, public_key: {:system, "RECPATCHA_PUBLIC_KEY"}, secret: {:system, "RECAPTCHA_PRIVATE_KEY"}
๐ฑ Thanks to @kennyballou for the addition ๐
-
v2.0.1 Changes
September 07, 2016๐ Support for Poison 1.5 added to the mix dependency list.
-
v2.0 Changes
September 05, 2016๐ A rewritten API. See the README and code documentation for details.