Skip to content

Commit

Permalink
Updated module version to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh4 committed Nov 5, 2020
1 parent 80cb6a4 commit b9cd580
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2.0.4 - November 05, 2020
-----------------------
- Fix: Error thorwn if no lastEntry of conversation could be found
- Fix: Script error logged in case conversation message list not found

2.0.3 - November 05, 2020
-----------------------
- Fix #203: User deletion does not delete conversations created by this user
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Mail",
"description": "A private messaging system for direct communication",
"keywords": ["mail", "messaging", "communication"],
"version": "2.0.3",
"version": "2.0.4",
"humhub": {
"minVersion": "1.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "humhub-modules-mail",
"version": "2.0.0-beta.2",
"version": "2.0.4",
"description": "HumHub mail module",
"directories": {
"doc": "docs",
Expand Down

0 comments on commit b9cd580

Please sign in to comment.