forked from ryenski/radiant-comments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
36 lines (26 loc) · 1.38 KB
/
CHANGELOG
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
= Git
* Added accept.png icon and rake task to copy it. [[email protected]]
= 0.0.5
* Pluralized the `comments` tag so that it does not conflict with the standard Radiant `comment` tag. [[email protected]]
* Added posting confirmation support. [[email protected]]
* Added validation support. [[email protected]]
* Allow disabling of input filters. [[email protected]]
* Updated to work with Radiant 0.6.7. [[email protected]]
= 0.0.4
* Added additional options and formatting to admin interface [rch]
* Added comment approval options [rch]
* Comments must now be approved before they will show up [rch]
= 0.0.3
* Changed dependency from admin_parts to shards. [hcf]
* Added the snippets to a migration, so that the users no longer have to do this manually. [hcf]
* Changed filter_id from integer to string to make it similar to radiant core. [hcf]
* Removed the 'Comments' tab, and moved the functionality to the 'Pages' tab instead using shards. [hcf]
* Added support for filters in comments, through the comment:filter_box_tag tag. [hcf]
* Simplified the comment snippets. [hcf]
= 0.0.2
* Added Akismet support.
* Added admin tools for moderating comments.
* Added destroy dependency to Page#Comments association.
* Added no_login_required to CommentsController. Comment should no longer force login when posted.
= 0.0.1
* Basic comment functionality in place