From 71fd89e6477c84089b2edf84d320367e8ad54368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brala?= Date: Sat, 25 Nov 2023 16:46:39 +0100 Subject: [PATCH] Remove latest release from readme, unneeded maintainance, its already shows in the shields. (#270) --- README.md | 6 ------ 1 file changed, 6 deletions(-) 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`.