From 558fa7666e644f546835d2b014ca9377efdf0a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Jensen?= Date: Tue, 9 Jul 2024 07:56:48 +0200 Subject: [PATCH] Additional documentation --- docs/Changelog.md | 1 + docs/Contributing.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 437e486..231e257 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,7 @@ * Server `setMaxConnections(int|null)` (@sirn-se) * Server `shutdown()` orderly close server (@sirn-se) * `phrity/net-uri v2.1` for URI decoding (@sirn-se) + * Public class synopsis added to documentation (@sirn-se) ### `3.0.0` diff --git a/docs/Contributing.md b/docs/Contributing.md index 6aa7b85..438325f 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -24,8 +24,8 @@ Base your patch on corresponding version branch, and target that version branch | Version | Branch | PHP | Status | | --- | --- | --- | --- | -| [`3.1`](https://github.com/sirn-se/websocket-php/tree/3.1.0) | `v3.1-main` | `^8.1` | Under development | -| [`3.0`](https://github.com/sirn-se/websocket-php/tree/3.0.0) | `v3.0-main` | `^8.1` | Current version | +| [`3.1`](https://github.com/sirn-se/websocket-php/tree/3.1.0) | `v3.1-main` | `^8.1` | Current version | +| [`3.0`](https://github.com/sirn-se/websocket-php/tree/3.0.0) | `v3.0-main` | `^8.1` | Bug fixes only | | [`2.2`](https://github.com/sirn-se/websocket-php/tree/2.2.0) | `v2.2-main` | `^8.0` | Bug fixes only | | [`2.1`](https://github.com/sirn-se/websocket-php/tree/2.1.0) | - | `^8.0` | Not supported | | [`2.0`](https://github.com/sirn-se/websocket-php/tree/2.0.0) | - | `^8.0` | Not supported |