From 2636adc6c9c87f5432d579f5d722d8b8da9b6568 Mon Sep 17 00:00:00 2001 From: Alan Fuller Date: Thu, 7 Sep 2023 21:15:54 +0100 Subject: [PATCH] Update README.md Move upgrade notice for 3.0.0 to top --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 459adb0414..1034f873ca 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ +# Upgrade Notice + +> If you are upgrading from an older WordPressCS version to version 3.0.0, please read the [Upgrade guide for ruleset maintainers and end-users](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-3.0.0-for-ruleset-maintainers) first! + # WordPress Coding Standards for PHP_CodeSniffer @@ -66,7 +70,6 @@ As of WordPressCS 3.0.0, installation via Composer using the below instructions [Composer](https://getcomposer.org/) will automatically install the project dependencies and register the rulesets from WordPressCS and other external standards with PHP_CodeSniffer using the [Composer PHPCS plugin](https://github.com/PHPCSStandards/composer-installer). -> If you are upgrading from an older WordPressCS version to version 3.0.0, please read the [Upgrade guide for ruleset maintainers and end-users](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-3.0.0-for-ruleset-maintainers) first! ### Composer Project-based Installation