Changelog
=========

2.0.0b1 (2013-12-18)
--------------------

Plone 4.3 compatibility and public release

- Hide default Plone send to form
- AJAX form and search
- Now provided configuration from control panel
- Granular security
- Captcha protection

1.3.3 (2010-08-17)
------------------

- added z3c.autoinclude [keul]

1.3.2 (2010-04-29)
------------------

- Added the search into title and id of groups [mirco]

1.3.1 (2010-04-15)
------------------

- First release on RedTurtle pypi [keul]

1.3.0
-----

- Removed (broken) translations, so all now is back to standard Plone i18n.
- Now send link from content type like File, send and url to 'xxx/view'.
- Users in the the user listing table are now sortable.
- Changed the user visualization from "userid (fullname)" to "fullname (userid)".

1.2.3
-----

- Fixed validator calls: only call validate_sendto when clicking on Send.
- Fixed a non working use of "add myself to CC".

1.2.2
-----

- Enabled the groups specific search
- Integration with the site_properties.many_users and site_properties.many_groups.

1.2.1
-----

- Problem with non manager members.

1.2.0
-----

- Fixed bug that make the send_to form impossible to use for member that can't access the
  listGroups method of the portal_groups tool.
- Added the "Add myself to the recipients list" feature.
- Removed the old getMemberOfGroup script.

1.1.0
-----

- Fixed some issues with old portal_status_message approach not working on Plone 3.
- Mail to multiple recipients are now a single mail with users in CC.
- Added the BCC feature.

1.0.0
-----

- Initial release

