From 53b4dde27b7fdcaddd6f114a061f7b54e2a090d4 Mon Sep 17 00:00:00 2001 From: peppertree Date: Fri, 27 Jun 2014 07:53:57 +0200 Subject: [PATCH] Changes in releasenotes and manifest Cleanup for 01.02.01 release --- Connect_AccountRegistration.dnn | 2 +- ReleaseNotes.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Connect_AccountRegistration.dnn b/Connect_AccountRegistration.dnn index ac35c76..52fc1be 100644 --- a/Connect_AccountRegistration.dnn +++ b/Connect_AccountRegistration.dnn @@ -1,6 +1,6 @@ - + Connect: AccountRegistration A community module that handles account registrations and login in DNN Images/icon_extensions.gif diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 0101686..344c862 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -8,6 +8,19 @@

Release Notes

+

+ Version 01.02.01

+

+

Minor Release

+
    +
  • Added setting for regular expresion on e-mail validation (https://github.com/DNN-Connect/UserAccountRegistration/issues/3)
  • +
  • Added setting for comparing lastname with firstname (https://github.com/DNN-Connect/UserAccountRegistration/issues/2)
  • +
  • Add support for re-captcha control. You may now add a token in the form [RECAPTCHA:Your_Public_Key:Your_Theme]. You can obtain your key pair from Google: https://www.google.com/recaptcha/admin#whyrecaptcha
  • +
  • Added setting for reCaptach private key. Needed for validation of challenge. +
  • FIX: Email Templates appended rather than overwritten (https://github.com/DNN-Connect/UserAccountRegistration/issues/4)
  • +
  • FIX: Save Template & Exit does not exit (https://github.com/DNN-Connect/UserAccountRegistration/issues/5)
  • +
+

Version 01.02.00