Bump version to 3.7.2

pull/19529/head
Diego Sampaio 5 years ago
parent cdccd9cf6e
commit dd3a609313
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 50
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 26
      HISTORY.md
  6. 2
      app/utils/rocketchat.info
  7. 2
      package-lock.json
  8. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.7.1
ENV RC_VERSION 3.7.2
MAINTAINER buildmaster@rocket.chat

@ -50289,6 +50289,56 @@
]
}
]
},
"3.7.2": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.18.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19525",
"title": "[FIX] Update Polyfills and fix directory in IE",
"userLogin": "MartinSchoeler",
"milestone": "3.7.2",
"contributors": [
"MartinSchoeler"
]
},
{
"pr": "19348",
"title": "[FIX] Admin not working on IE11",
"userLogin": "ggazzo",
"milestone": "3.7.2",
"contributors": [
"ggazzo",
"web-flow",
"dougfabris"
]
},
{
"pr": "19524",
"title": "[FIX] Channel creation not working on IE",
"userLogin": "MartinSchoeler",
"milestone": "3.7.2",
"contributors": [
"MartinSchoeler"
]
},
{
"pr": "19519",
"title": "[FIX] Custom Emojis PNGs on IE11",
"userLogin": "MartinSchoeler",
"milestone": "3.7.2",
"contributors": [
"MartinSchoeler"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.7.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.7.2/download/" -o rocket.chat.tgz
tar xf rocket.chat.tgz --strip 1

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 3.7.1
version: 3.7.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,4 +1,30 @@
# 3.7.2
`2020-11-13 · 4 🐛 · 3 👩💻👨💻`
### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.18.0`
### 🐛 Bug fixes
- Admin not working on IE11 ([#19348](https://github.com/RocketChat/Rocket.Chat/pull/19348))
- Channel creation not working on IE ([#19524](https://github.com/RocketChat/Rocket.Chat/pull/19524))
- Custom Emojis PNGs on IE11 ([#19519](https://github.com/RocketChat/Rocket.Chat/pull/19519))
- Update Polyfills and fix directory in IE ([#19525](https://github.com/RocketChat/Rocket.Chat/pull/19525))
### 👩💻👨💻 Core Team 🤓
- [@MartinSchoeler](https://github.com/MartinSchoeler)
- [@dougfabris](https://github.com/dougfabris)
- [@ggazzo](https://github.com/ggazzo)
# 3.7.1
`2020-10-09 · 6 🐛 · 5 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.7.1"
"version": "3.7.2"
}

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "3.7.1",
"version": "3.7.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.7.1",
"version": "3.7.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save