diff --git a/CHANGES.md b/CHANGES.md index 5974fa81d..effefde37 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 5.0.1 (Unreleased) +## 5.0.1 (2019-08-14) - Add a new GUI for moderator actions. You can trigger it by entering `/modtools` in a MUC. - Reconnect if the server doesn't respond to a `ping` within 10 seconds. diff --git a/COPYRIGHT b/COPYRIGHT index fd8e3dcf4..a155385e1 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,7 +2,7 @@ * * An XMPP chat client that runs in the browser. * - * Version: 5.0.0 + * Version: 5.0.1 * * Copyright: JC Brand 2013-2018 * Except for 3rd party dependencies. diff --git a/Makefile b/Makefile index a4ad2e619..99c0c0d21 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ serve_bg: stamp-npm ######################################################################## ## Translation machinery -GETTEXT = xgettext --language="JavaScript" --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot dist/converse-no-dependencies.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=5.0.0 -c +GETTEXT = xgettext --language="JavaScript" --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot dist/converse-no-dependencies.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=5.0.1 -c .PHONY: pot pot: dist/converse-no-dependencies-es2015.js diff --git a/RELEASE.md b/RELEASE.md index 559403366..04c39d246 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,7 +6,7 @@ 4. Do a `git diff` to check if things look sane. 5. Do a quick manual test with the `dist` files (via `index.html`) 6. `git commit -am "New release 5.0.0"` -7. `git tag -s v5.0.0 +7. `git tag -s v5.0.1 8. Run `git push && git push --tags` 9. Update https://conversejs.org 10. Create `5.0.0` directory for the CDN. @@ -17,4 +17,4 @@ * Do the same for the root dir 11. Run `npm publish && cd src/headless/ && npm publish` 12. Update the repository on weblate -13. Decide on next release number and run `make postrelease VERSION=5.0.1` +13. Decide on next release number and run `make postrelease VERSION=5.0.2` diff --git a/demo/anonymous.html b/demo/anonymous.html index 9071bd709..7d89a7d24 100644 --- a/demo/anonymous.html +++ b/demo/anonymous.html @@ -9,13 +9,13 @@ - - + + - - + + diff --git a/demo/embedded.html b/demo/embedded.html index eaf089821..352bc948b 100644 --- a/demo/embedded.html +++ b/demo/embedded.html @@ -9,12 +9,12 @@ - + - - + +