Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/book/v6/installation/test-the-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Sending a GET request to the [home page](http://0.0.0.0:8080/) should output the following message:

> {"message": "Dotkernel API version 5"}
```json
{"message": "Dotkernel API version 6.0"}
```

## Old way of doing things, using PHP built-in server

Expand Down
2 changes: 2 additions & 0 deletions docs/book/v6/upgrading/UPGRADE-6.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Upgrading from 5.x to 6.0

> You can find a complete list in [Changelog](https://github.com/dotkernel/api/blob/6.0/CHANGELOG.md)

* Move common logic to Core module [https://github.com/dotkernel/api/pull/358](https://github.com/dotkernel/api/pull/358)
* Refactored Handlers [https://github.com/dotkernel/api/pull/385](https://github.com/dotkernel/api/pull/385)
* Inject `InputFilters` in handlers [https://github.com/dotkernel/api/pull/389](https://github.com/dotkernel/api/pull/389)
Expand Down