This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
ReleaseNotes.txt
92 lines (82 loc) · 3.93 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<h3>Connect: AccountUpdate</h3>
<p class="Contributor">
Philipp Becker<br />
DNN-Connect<br />
http://dnn-connect.org
</p>
<hr/>
<div class="License">
<h3>Release Notes</h3>
<p class="Owner">
<b>Version 01.03.00</b>
</p>
<p>Major Release</p>
<ul>
<li>New: Add Messages to current view</li>
<li>New: Add Message to current user</li>
<li>New: New Checkboxlist control for profile properties</li>
<li>Fix: Deleted users not shown correctly</li>
<li>Fix: Module settings not saving correctly</li>
<li>New: Allow for showing last login date in grid</li>
<li>Enhancement: Performance tweak on sql scripts</li>
<li>New: autosuggest searchbox</li>
</ul>
<p><a href="https://github.com/DNN-Connect/UserAccountManagement/issues?q=milestone%3A01.03.00+is%3Aclosed" target="_blank">Full change log</a></p>
<p>Thanks to <a href="https://github.com/vmasanas" target="_blank">Vicenç Masanas</a> for contributing</p>
<p class="Owner">
<b>Version 01.02.02</b>
</p>
<p>Minor Release</p>
<ul>
<li>Moved license from BSD to GPLv2</li>
<li>FIX: Error with referenced RadTextBox (see https://github.com/DNN-Connect/UserAccountManagement/issues/7 )</li>
<li>Enhancement: Extend default template (see https://github.com/DNN-Connect/UserAccountManagement/issues/2 )</li>
<li>FIX to uninstall script (https://github.com/DNN-Connect/UserAccountManagement/issues/9)</li>
<li>FIX to profile update not working correctly (https://github.com/DNN-Connect/UserAccountManagement/issues/8)</li>
</ul>
<p class="Owner">
<b>Version 01.02.01</b>
</p>
<p>Minor Release</p>
<ul>
<li>FIX: Save Template & Exit does not exit (https://github.com/DNN-Connect/UserAccountRegistration/issues/5)</li>
<li>Added suport for bulk actions in grid (https://github.com/DNN-Connect/UserAccountManagement/issues/1) </li>
</ul>
<p class="Owner">
<b>Version 01.02.00</b>
</p>
<p>Extended Token Support & Fixes</p>
<h4>Changes</h4>
<ul>
<li>Change: When browsing a given role from within the tree, the grid now shows more details about the role membership, e.g. "In Role Since" column now shows the effectove date of the role membership and "status" shows the status of the role membership.</li>
<li>New: You can now change the status of a role membership right from the grid</li>
<li>New: You can now remove accounts from a given role right from the grid</li>
<li>Change: Excluded host accounts from the result</li>
<li>Change: Removed RAD menu from grid</li>
<li>Fix: Searched account no longer remains in session</li>
</ul>
<p class="Owner">
<b>Version 01.00.01</b>
</p>
<p>Service release. Mainly focused on better support for password management in newer dnn installations where password retrieval is disabled.</p>
<h4>Changes</h4>
<ul>
<li>New token in e-mail templates: [RESETLINK]</li>
<li>New token in forms: [PASSWORDCURRENT]; needed for setting a new password in the account update form</li>
</ul>
<p class="Owner">
<b>Version 01.00.00</b>
</p>
<p>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:</p>
<h4>Changes</h4>
<ul>
<li>Added template management view to simplify template management</li>
<li>Made sharing templates across module instances possible</li>
<li>Added tokens for letting users login from within the registration module</li>
<li>Changed notification e-mail setting to notification role. This will now send e-mails to all members of a given role on submitting the form</li>
<li>Made tokens compatible with the DNN form pattern</li>
<li>Added support for question and answer fields</li>
<li>Added support for changing usernames when registering through e-mail address is configured</li>
<li>Improved error handling</li>
</ul>
</div>