From 217e98b7e394210a3e2329db562c10dfe2fe3aa4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 15 Oct 2022 17:24:18 +0100 Subject: [PATCH] docs(daily-email): add 2022-10-11 --- website/src/daily-emails/2022-10-11.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 website/src/daily-emails/2022-10-11.md diff --git a/website/src/daily-emails/2022-10-11.md b/website/src/daily-emails/2022-10-11.md new file mode 100644 index 00000000..8773951b --- /dev/null +++ b/website/src/daily-emails/2022-10-11.md @@ -0,0 +1,18 @@ +--- +title: Not long until Drupal 10 +pubDate: "2022-10-11" +permalink: archive/2022/10/11/not-long-until-drupal-10 +tags: [drupal, php] +--- + +I was surprised to see this week that it’s only two months until Drupal 10 is released (14th December 2022). + +I’m starting a new Drupal development project in December so will be looking to get that on Drupal 10 as soon as possible. + +From the client’s perspective, getting their new project on Drupal 10 and them not needing to upgrade from D9 in the future is a big plus, even if the code differences between D9 and D10 are not that big - similar to Drupal 8 and 9. + +As a module maintainer, it’s been great to again see issues being created with automated Drupal 10 compatibility patches - thanks to Rector. + +It’s great to see these regular updates and new versions of Drupal, but also for the PHP language, with PHP 7 being end-of-life next month. + +It’s a big difference compared to the long-term releases that we had for Drupal 6 and 7, and PHP 5, but one that I definitely prefer.