Permalink
Browse files
Update docs and Changelog
- Loading branch information...
Showing
with
17 additions
and
5 deletions.
-
+10
−0
CHANGELOG.md
-
+3
−3
README.md
-
+4
−2
CUSTOMIZING-MERCURIUS.md → docs/customization.md
|
|
@@ -1,5 +1,15 @@ |
|
|
|
# CHANGELOG |
|
|
|
|
|
|
|
## [0.0.x] - 2018-11-04 |
|
|
|
- Feature #12 Broadcast User Status. |
|
|
|
- Added Events: |
|
|
|
* UserGoesActive |
|
|
|
* UserGoesInactive |
|
|
|
* UserStatusChanged |
|
|
|
- Fix ConversationRepository->recipients() to return a Collection. |
|
|
|
- Updated documentation. |
|
|
|
|
|
|
|
|
|
|
|
## [0.0.8] - 2018-10-31 |
|
|
|
- Updated documentation in general. |
|
|
|
- Added make SCSS + JS publishable. |
|
|
|
@@ -22,7 +22,7 @@ |
|
|
|
* [Demo](#demo) |
|
|
|
* [Requirements](#requirements) |
|
|
|
* [Installation](#installation) |
|
|
|
* [Customizing Mercurius](#customizing-mercurius) |
|
|
|
* [Customization](#customization) |
|
|
|
* [Roadmap](#roadmap) |
|
|
|
* [Support](#support) |
|
|
|
* [Contributing](#contributing) |
|
@@ -185,8 +185,8 @@ Password: `password` |
|
|
|
<br> |
|
|
|
|
|
|
|
|
|
|
|
## Customizing Mercurius |
|
|
|
Please see [Customizing-Mercurius](CUSTOMIZING-MERCURIUS.md) for more information. |
|
|
|
## Customization |
|
|
|
Please see [Customization](docs/customization.md) for more information. |
|
|
|
|
|
|
|
|
|
|
|
<br> |
|
|
|
|
@@ -1,8 +1,10 @@ |
|
|
|
<p align="center"> |
|
|
|
<img width="450px" src="docs/logo-mercurius.png" title="mercurius logo"> |
|
|
|
<a href="https://www.github.com/launcher-host/mercurius/"> |
|
|
|
<img width="450px" src="logo-mercurius.png" title="mercurius logo"> |
|
|
|
</a> |
|
|
|
</p> |
|
|
|
|
|
|
|
## Customizing Mercurius |
|
|
|
## Customization |
|
|
|
You can change several parts of Mercurius, like any other Laravel package. |
|
|
|
|
|
|
|
<br> |
|
|
0 comments on commit
faea413