Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC Enable deprecations for linkfield v3 #270

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/en/09_migrating/00_upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ summary: A guide for migrating from older versions of silverstripe/linkfield
# Upgrading from older versions

> [!NOTE]
> If your site is running Silverstripe CMS 4.x, update your constraint for `silverstripe/linkfield` to `^3.0.0-beta1` and upgrade to CMS 5 first.
> If your site is running Silverstripe CMS 4.x, update your constraint for `silverstripe/linkfield` to the latest available version of linkfield v3 and upgrade to CMS 5 first.
GuySartorelli marked this conversation as resolved.
Show resolved Hide resolved
> There should be no additional steps required for upgrading from linkfield 2.x to linkfield 3.x.
> Once you have finished upgrading to CMS 5, return to this guide and continue the linkfield upgrade.
Expand All @@ -28,6 +28,10 @@ This guide will help you update to the latest version of `silverstripe/linkfield
> We strongly recommend taking a backup of your database before doing anything else.
> This will ensure you have a known state to revert to in case anything goes wrong.
### Resolve deprecation warnings

Enable [deprecation warnings](https://docs.silverstripe.org/en/upgrading/deprecations/) and resolve any deprecation warnings that are related to `silverstripe/linkfield`. When you have resolved all deprecation warnings, you can disable the deprecation warnings.

### Update your dependencies

Update your composer dependency for `silverstripe/linkfield` to `^4`
Expand Down
Loading