Skip to content

Commit f4506cb

Browse files
committed
DOC Add note about updated text and localisation key
1 parent 22df80d commit f4506cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/08_Changelogs/6.2.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ If your own code uses a `font-icon-*` CSS class, we recommend adding `aria-hidde
5252

5353
- [`Hierarchy::duplicateWithChildren()`](api:SilverStripe\ORM\Hierarchy\Hierarchy::duplicateWithChildren()) used to set new sort values for duplicated children - it now uses the sort values from the original records.
5454
- Fields returned from [`QueuedJobDescriptor::getCMSFields()`](api:Symbiote\QueuedJobs\DataObjects\QueuedJobDescriptor::getCMSFields()) have changed to improve the UX. If you were changing those fields (e.g. with a subclass or an extension implementing `updateCMSFields()`) you may need to adjust your code to account for these changes.
55+
- The text for [`GridFieldAddNewButton`](api:SilverStripe\Forms\GridField\GridFieldAddNewButton) has changed from "Add {record}" to "Add new {record}". It also uses a new localisation key: `SilverStripe\Forms\GridField\GridField.AddNew`.
5556

5657
## API changes
5758

0 commit comments

Comments
 (0)