From 05068d9fc2bd9dc267d284fd24e8968fea56851e Mon Sep 17 00:00:00 2001 From: Vincent Garnier Date: Sat, 18 Mar 2023 23:53:09 +0100 Subject: [PATCH] prepare 2.0.0 --- CHANGELOG.md | 3 ++- UPGRADE.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f23be..b094f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ CHANGELOG ========= -2.0.0 (2023-03-xx) +2.0.0 (2023-03-18) ------------------ - Removed support for PHP prior to 8.0 - Removed support for Laravel prior to 8.0 +- Use at least `forxer/gravatar` 4.0 - Renamed `forxer\LaravelGravatar\` namespace to `LaravelGravatar\` diff --git a/UPGRADE.md b/UPGRADE.md index f2e8965..cad6ef3 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -4,7 +4,7 @@ UPGRADE From 1.x to 2.x --------------- -This package now requires at least **PHP 8** and **Laravel 8**, your project must correspond to this prerequisite. +This package now requires at least **PHP 8** and **Laravel 8**, your project must correspond to this prerequisites. Namespaces have been renamed from `forxer\LaravelGravatar\` to `LaravelGravatar\` :