forked from collective/collective.pfg.signup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
55 lines (39 loc) · 924 Bytes
/
CHANGES.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
Changelog
=========
1.6 (Unreleased)
----------------
* Fix deprecation errors related to plone.app.controlpanel and Products.CMFPlone.
[b4oshany]
* Add email domain verification option.
[ivanteoh]
1.5 (2017-03-08)
----------------
* Fix aaData contains unicode.
[ivanteoh]
* Default to 'Administrators' when the TAL expression miss out the approval group.
[ivanteoh]
1.4 (2016-07-25)
----------------
* Use Plone 5 valid email regular expression.
[ivanteoh]
1.3 (2016-05-04)
----------------
* Change 'approval_group' to accept a list of groups instead of one group in
string.
[ivanteoh]
1.2 (2015-09-10)
----------------
* Remove unused JavaScript file.
[ivanteoh]
1.1 (2015-08-27)
----------------
* User management
[ivanteoh]
1.0 (2013-06-20)
----------------
* User sign up management
[davismr, ivanteoh, djay]
0.1 (2013-02-05)
----------------
* Initial implementation
[Pretaweb]