diff --git a/README.md b/README.md index 289185df..62c0cf89 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,8 @@ Automate fixing deprecated Drupal code. ## Status - - [![Packagist Version](https://img.shields.io/packagist/v/palantirnet/drupal-rector)](https://packagist.org/packages/palantirnet/drupal-rector) ![Functional test: Rector examples](https://img.shields.io/github/actions/workflow/status/palantirnet/drupal-rector/functional_test__rector_examples.yml?logo=github&label=Functional%20tests) ![Unit tests](https://img.shields.io/github/actions/workflow/status/palantirnet/drupal-rector/phpunit.yml?logo=github&label=Unit%20tests) ![PHPStan](https://img.shields.io/github/actions/workflow/status/palantirnet/drupal-rector/phpstan.yml?logo=github&label=PHPStan) -## Latest release - -[Version 0.18.0 for Drupal 8.x, 9.x and 10.x deprecations](https://github.com/palantirnet/drupal-rector/tree/0.18.0). - ### Release notes * The 0.18.0 and higher releases of drupal-rector will include Rector 0.18+. The upgrade path should be as simple as re-copying the configuration file. `cp vendor/palantirnet/drupal-rector/rector.php`.