From 5c8e500930a1211a72849c4c3720a8d52106d95f Mon Sep 17 00:00:00 2001 From: Marcin Orlowski Date: Mon, 6 May 2024 15:46:28 +0200 Subject: [PATCH] Updated compatibility log --- docs/CHANGES.md | 3 ++- docs/compatibility.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 99f05b4a..76dd4351 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -18,7 +18,8 @@ should be able to easily backport future new features to older versions rather e ## CHANGE LOG ## -* dev +* v11.0.0 (2023-02-20) + * **BACKWARD INCOMPATIBLE CHANGES** ([more info](compatibility.md)). * Added support for Laravel v11. * Corrected documentation (thanks to Ehsan Soleimanian) diff --git a/docs/compatibility.md b/docs/compatibility.md index 1ea67298..4d119b53 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -5,6 +5,7 @@ [« Documentation table of contents](README.md) * [Important incompatibile changes](#incompatibility-notes) + * [Changes in v11.*](#v11) * [Changes in v10.*](#v10) * [Changes in v9.4](#v94) * [Changes in v9.*](#v9) (up to v9.3) @@ -23,6 +24,10 @@ Backward (in)compatibility notes. Pay attention if you are upgrading. +## v11 ## + +* Requires Laravel 11.0+ and PHP 8.2+ + ## v10 ## * Requires Laravel 10.0+ and PHP 8.1+