diff options
author | elijah <elijah@riseup.net> | 2016-02-15 10:42:33 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-02-15 10:42:33 -0800 |
commit | 15b9ae55d6eb39127b03ead4c50ca619f686b789 (patch) | |
tree | 4dfa9007e779df84f06c083636a330172184bfce /CHANGES.md | |
parent | b7063e410d2466ef63df60bcf789b52f6ca85d6b (diff) |
updated changes file
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -1,10 +1,20 @@ -version 0.8 - RGSoC +version 0.8 - email and RGSoC ------------------------------------------ -* Support for invite codes. -* Support for braintree billing. -* Ability to remove and disable users. -* Localization fixes. +This release focused on getting all the features needed for a complete +email provider and merging in the work done by Rails Girls Summer of +Code. + +* Support for invite codes: admins can require that new + users present an invite code. If required, the invite code + cannot be bypassed and is incorporated in the Secure Remote + Password negotiation. (thanks ankonym, ayajaff). +* Support for customer account billing, including subscriptions. + (thanks claucece, EvyW). +* Ability to remove, disable, and re-enable users. + (thanks EvyW). +* Many localization fixes. +* Many bug fixes. version 0.7.1 - localization ------------------------------------------ |