Skip to content
Snippets Groups Projects
Commit 3859f742 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Merge branch 'master' into develop

parents f44e9e9a 23bb7ee3
No related branches found
No related tags found
No related merge requests found
# History
## 0.48.2, 2016-Dec-20
- Add button to refresh aouth services
- Fix download on electron
- Fix issue creating users with username from OAuth
- Fix message when username field not exists in OAuth data
- Fix OAuth global variable
## 0.48.1, 2016-Dec-13 - Now uses NodeJS 4.7.0
- Fix integration payload JSON.parse
......
......@@ -6,7 +6,7 @@
"keywords": ["meteor", "social", "community", "chat"],
"website": "https://rocket.chat",
"env": {
"BUILDPACK_URL": "https://github.com/RocketChat/heroku-buildpack-meteor.git",
"BUILDPACK_URL": "https://github.com/RocketChat/meteor-buildpack-horse.git",
"HEROKU_APP_NAME": {
"description": "Please re-enter your App Name from the top.",
"required": true
......
RocketChat.Migrations.add({
version: 71.1,
up: function() {
ServiceConfiguration.configurations.remove({});
}
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment