Skip to content

Commit

Permalink
Update upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 19, 2023
1 parent 1ffa756 commit 7ed161d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7ed161d

Please sign in to comment.