From 98e5da266ecdb90e924928f3e04d1c92544a23e7 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Wed, 12 Jul 2023 15:00:17 +0200 Subject: [PATCH] Update upgrade guide --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 800b0219..871c8de1 100644 --- a/README.md +++ b/README.md @@ -712,17 +712,16 @@ OpenStreetMap::make('Map') ## Upgrade Guide -This upgrade guide contains information on breaking changes in major releases of the package. +This upgrade guide provides information about the breaking changes to the package, now known as `vinkla/extended-acf`. If you are using version 12 or lower, simply replace the package name in your `composer.json` file and everything will continue to work as expected. -### 13 - -The package has been renamed to `vinkla/extended-acf`. If you're using version 12 or lower, you may simply change the package name in your `composer.json` file and everything will work as before. ```diff -"wordplate/acf": "^12.0", +"vinkla/extended-acf": "^12.0" ``` +### 13 + If you're upgrading to version 13, you'll also need to change your imports. The namespace has been changed to `Extended\ACF`. ```diff