diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index dc6a158..583af00 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -7,17 +7,18 @@
Release Notes
-
- Version 01.02.02
+ Version 01.02.02
Minor Release
- - Moved license from BSD to GPLv2
+ - moved license from BSD to GPLv2
+ - removed unneeded SPROCs
+ - interface specification should be Class, Assembly (https://github.com/DNN-Connect/UserAccountRegistration/issues/9)
+ - improvements to reCaptcha feedback messages (https://github.com/DNN-Connect/UserAccountRegistration/issues/6)
-
- Version 01.02.01
+ Version 01.02.01
Minor Release
@@ -28,9 +29,8 @@
- 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
+ Version 01.02.00
Extended Token Support
Changes
@@ -44,9 +44,8 @@
New control token: [CTL:ROLEMEMBERSHP:XXX:Pending] will do the same but will rather make the role membership pending.
New Setting: When adding users to a role through the modulesettings you can now set the status of that role membership
-
- Version 01.00.01
+ Version 01.00.01
Service release. Mainly focused on better support for password management in newer dnn installations where password retrieval is disabled.
Changes
@@ -54,9 +53,8 @@
New token in e-mail templates: [RESETLINK]
New token in forms: [PASSWORDCURRENT]; needed for setting a new password in the account update form
-
- Version 01.00.00
+ Version 01.00.00
Initial release of Account registration, login and update module. The formly module dnnWerk.Users has been separated into dedocated modules for registering and updating account. The main task for this release was to extract the actual modules from the original package. I do have improved the feature set in various ways though:
Changes