From 8c5f4a9d0431c98e9a01172ad6c094a3282671d5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 20 Feb 2023 12:21:21 +0000 Subject: [PATCH] daily-email: add 2023-02-18 --- website/src/daily-emails/2023-02-18.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 website/src/daily-emails/2023-02-18.md diff --git a/website/src/daily-emails/2023-02-18.md b/website/src/daily-emails/2023-02-18.md new file mode 100644 index 000000000..001f6f147 --- /dev/null +++ b/website/src/daily-emails/2023-02-18.md @@ -0,0 +1,18 @@ +--- +title: > + Creating a Drupal 10 compatible version of Override Node Options +pubDate: 2023-02-18 +permalink: > + archive/2023/02/18/drupal-10-version-of-override-node-options +tags: + - drupal + - open-source +--- + +Today, I reviewed [the issue and merge request](https://www.drupal.org/project/override_node_options/issues/3269901) to make the [Override Node Options](https://www.drupal.org/project/override_node_options) module compatible with Drupal 10. + +It's a small patch that mainly affects the module's test suite so has a low risk of breaking the functionality of the module. + +As well as the automated tests, I've done some manual testing with the patch applied on both Drupal 9.5 and 10. + +The project page shows the module is currently used on over 34,000 sites including 18,565 Drupal 8 and 9 websites on the 8.x-2.x branch. Hopefully this number will continue to increase once the Drupal 10 version is released.