Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/backend/upgrading/version-specific-migration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ upgrade-zodb-to-python3
upgrade-to-60
upgrade-to-61
upgrade-to-62
upgrade-to-63
migrate-to-volto
```
16 changes: 16 additions & 0 deletions docs/backend/upgrading/version-specific-migration/upgrade-to-63.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
myst:
html_meta:
"description": "How to upgrade to Plone 6.3"
"property=og:description": "How to upgrade to Plone 6.3"
"property=og:title": "How to upgrade to Plone 6.3"
"keywords": "Upgrade, Plone 6"
---

(backend-upgrade-plone-v63-label)=

# Upgrade Plone 6.2 to 6.3

Plone 6.3 has seen the following major changes.
Some may require changes in your setup.

1 change: 1 addition & 0 deletions docs/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Plone has several components, each of which have their own upgrade guides:

For Plone 6 the most relevant guides are:

- {doc}`../backend/upgrading/version-specific-migration/upgrade-to-63`
- {doc}`../backend/upgrading/version-specific-migration/upgrade-to-62`
- {doc}`../backend/upgrading/version-specific-migration/upgrade-to-61`
- {doc}`../backend/upgrading/version-specific-migration/upgrade-to-60`
Expand Down