From 9e9833e83ae37333c6d76c600ecf6587b5dd06ac Mon Sep 17 00:00:00 2001 From: Corey Taylor Date: Tue, 23 Jan 2024 23:01:16 -0600 Subject: [PATCH] Rename 5.1 upgrade guide to migration guide --- en/appendices.rst | 2 +- .../{5-1-upgrade-guide.rst => 5-1-migration-guide.rst} | 4 ++-- en/appendices/migration-guides.rst | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) rename en/appendices/{5-1-upgrade-guide.rst => 5-1-migration-guide.rst} (98%) diff --git a/en/appendices.rst b/en/appendices.rst index 1897e9bc4f..903e6f29da 100644 --- a/en/appendices.rst +++ b/en/appendices.rst @@ -12,7 +12,7 @@ introduced in each version and the migration path between versions. appendices/5-0-upgrade-guide appendices/5-0-migration-guide - appendices/5-1-upgrade-guide + appendices/5-1-migration-guide Backwards Compatibility Shimming ================================ diff --git a/en/appendices/5-1-upgrade-guide.rst b/en/appendices/5-1-migration-guide.rst similarity index 98% rename from en/appendices/5-1-upgrade-guide.rst rename to en/appendices/5-1-migration-guide.rst index 1e13781932..12a65dd4f8 100644 --- a/en/appendices/5-1-upgrade-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -1,5 +1,5 @@ -5.1 Upgrade Guide -################# +5.1 Migration Guide +################### The 5.1.0 release is a backwards compatible with 5.0. It adds new functionality and introduces new deprecations. Any functionality deprecated in 5.x will be diff --git a/en/appendices/migration-guides.rst b/en/appendices/migration-guides.rst index e7a9c98dc2..d371baf803 100644 --- a/en/appendices/migration-guides.rst +++ b/en/appendices/migration-guides.rst @@ -9,4 +9,5 @@ each version and the migration path between 4.x and 5.x. ./5-0-upgrade-guide ./5-0-migration-guide + ./5-1-migration-guide ./phpunit10