From 7ed161d60cfce2661a038292039e8e84692eb8f6 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Thu, 19 Oct 2023 08:56:46 +0200 Subject: [PATCH] Update upgrade guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a0e51b3..0e836fa8 100644 --- a/README.md +++ b/README.md @@ -922,14 +922,14 @@ Changelog: [`11.0.0...12.0.0`](https://github.com/vinkla/extended-acf/compare/11 +Text::make('Organization Number') // organization_number ``` -2\. The field previously known as `Radio` has been renamed to `RadioButton` to align with the plugin's naming convention. +2\. The `Radio` field has been renamed to `RadioButton`. ```diff -Radio::make('Color') +RadioButton::make('Color') ``` -3\. The field previously known as `Wysiwyg` has been renamed to `WysiwygEditor`. +3\. The `Wysiwyg` field has been renamed to `WysiwygEditor`. ```diff -Wysiwyg::make('Text')