diff options
-rw-r--r-- | CHANGES.md | 8 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,11 @@ +version 0.8 - RGSoC +------------------------------------------ + +* Support for invite codes. +* Support for braintree billing. +* Ability to remove and disable users. +* Localization fixes. + version 0.7.1 - localization ------------------------------------------ @@ -67,7 +67,9 @@ these instructions: ### Install system requirements - sudo apt-get install git ruby1.9.3 rubygems couchdb bundler + sudo apt install git ruby couchdb bundler + +Your actual requirements might differ if you are running an older OS that defaults to ruby 1.9. ### Download source |