From 457c6268715ced495173e3610273c85bb806c2f6 Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 5 Jun 2025 19:23:11 +0300 Subject: [PATCH 1/4] small typos Signed-off-by: arhimede --- docs/book/v6/installation/test-the-installation.md | 2 +- docs/book/v6/upgrading/UPGRADE-6.0.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/book/v6/installation/test-the-installation.md b/docs/book/v6/installation/test-the-installation.md index 31823fa..5e50501 100644 --- a/docs/book/v6/installation/test-the-installation.md +++ b/docs/book/v6/installation/test-the-installation.md @@ -2,7 +2,7 @@ Sending a GET request to the [home page](http://0.0.0.0:8080/) should output the following message: -> {"message": "Dotkernel API version 5"} +> {"message": "Dotkernel API version 6.0"} ## Old way of doing things, using PHP built-in server diff --git a/docs/book/v6/upgrading/UPGRADE-6.0.md b/docs/book/v6/upgrading/UPGRADE-6.0.md index 1c49710..b23ace6 100644 --- a/docs/book/v6/upgrading/UPGRADE-6.0.md +++ b/docs/book/v6/upgrading/UPGRADE-6.0.md @@ -1,5 +1,9 @@ # 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) @@ -20,3 +24,4 @@ * Replaced `Twig` with custom templating solution [https://github.com/dotkernel/api/pull/419](https://github.com/dotkernel/api/pull/419) * Increased `PHPStan` level to 8 [https://github.com/dotkernel/api/pull/421](https://github.com/dotkernel/api/pull/421) * Split the `/security/token` endpoint into two separate endpoints [https://github.com/dotkernel/api/pull/423](https://github.com/dotkernel/api/pull/423) + From 55d74c21f575b236a5e648abcb1858d692f5d5fc Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 5 Jun 2025 19:25:39 +0300 Subject: [PATCH 2/4] small typos Signed-off-by: arhimede --- docs/book/v6/upgrading/UPGRADE-6.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/book/v6/upgrading/UPGRADE-6.0.md b/docs/book/v6/upgrading/UPGRADE-6.0.md index b23ace6..ce30aff 100644 --- a/docs/book/v6/upgrading/UPGRADE-6.0.md +++ b/docs/book/v6/upgrading/UPGRADE-6.0.md @@ -3,7 +3,6 @@ > 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) From a57a29f36484f21f5eebe5191b04341184f9f3db Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 5 Jun 2025 19:27:19 +0300 Subject: [PATCH 3/4] small typos Signed-off-by: arhimede --- docs/book/v6/upgrading/UPGRADE-6.0.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/book/v6/upgrading/UPGRADE-6.0.md b/docs/book/v6/upgrading/UPGRADE-6.0.md index ce30aff..903547f 100644 --- a/docs/book/v6/upgrading/UPGRADE-6.0.md +++ b/docs/book/v6/upgrading/UPGRADE-6.0.md @@ -2,7 +2,6 @@ > 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) @@ -23,4 +22,3 @@ * Replaced `Twig` with custom templating solution [https://github.com/dotkernel/api/pull/419](https://github.com/dotkernel/api/pull/419) * Increased `PHPStan` level to 8 [https://github.com/dotkernel/api/pull/421](https://github.com/dotkernel/api/pull/421) * Split the `/security/token` endpoint into two separate endpoints [https://github.com/dotkernel/api/pull/423](https://github.com/dotkernel/api/pull/423) - From adfd4fdbde364188c386ae6feccf5e73f48fbc6f Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 5 Jun 2025 19:31:54 +0300 Subject: [PATCH 4/4] small typos Signed-off-by: arhimede --- docs/book/v6/installation/test-the-installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/book/v6/installation/test-the-installation.md b/docs/book/v6/installation/test-the-installation.md index 5e50501..d819e21 100644 --- a/docs/book/v6/installation/test-the-installation.md +++ b/docs/book/v6/installation/test-the-installation.md @@ -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 6.0"} +```json +{"message": "Dotkernel API version 6.0"} +``` ## Old way of doing things, using PHP built-in server