From 5074cc34a97cc4007e5b5c2cff2dead0eb4f9224 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 Apr 2024 22:23:22 +0100 Subject: [PATCH] Add daily email for 2024-04-12 Drupal Rector and the Project Update Bot --- source/_daily_emails/2024-04-12.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 source/_daily_emails/2024-04-12.md diff --git a/source/_daily_emails/2024-04-12.md b/source/_daily_emails/2024-04-12.md new file mode 100644 index 00000000..76f36937 --- /dev/null +++ b/source/_daily_emails/2024-04-12.md @@ -0,0 +1,24 @@ +--- +title: Drupal Rector and the Project Update Bot +date: 2024-04-12 +permalink: archive/2024/04/12/drupal-rector-and-the-project-update-bot +tags: + - software-development + - drupal + - php +cta: d7eol +snippet: | + How do I know the SpeakerDeck Field module still works on Drupal 10 and 11? +--- + +[In Wednesday's email][wednesday], I said I was resurrecting the Speakerdeck Field module, and the same version works on Drupal 8, 9, 10 and 11. + +How do I know this? + +One of my favourite PHP libraries is Rector - a tool for upgrading code to the newest versions of PHP or, in this case, Drupal using Drupal Rector. + +It runs automatically on modules, including Speakerdeck Field, via the Project Upgrade Bot and generates a set of updates to apply. + +CI pipelines with GitLab CI and a reliable test suite make it much easier to upgrade modules to the latest Drupal version and ensure they still work. + +[wednesday]: {{site.url}}/archive/2024/04/10/resurrecting-the-speakerdeck-field-module