From 3b19b9f252cc53c5bb0fe7bcec745b6c89c7670f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Nov 2024 01:30:13 +0000 Subject: [PATCH] Add daily email for 2024-11-16 An interesting thing I spotted about the Override Node Options module --- source/_daily_emails/2024-11-16.md | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 source/_daily_emails/2024-11-16.md diff --git a/source/_daily_emails/2024-11-16.md b/source/_daily_emails/2024-11-16.md new file mode 100644 index 00000000..db93d873 --- /dev/null +++ b/source/_daily_emails/2024-11-16.md @@ -0,0 +1,42 @@ +--- +title: An interesting thing I spotted about the Override Node Options module +date: 2024-11-16 +permalink: daily/2024/11/16/an-interesting-thing-i-spotted-about-the-override-node-options-module +tags: + - software-development + - drupal + - php +cta: d7eol +snippet: | + Here's an interesting thing I spotted about the usage statistics for the Override Node Options Drupal module... +drupal_planet: true +--- + +Before [my remote talk for the Drupal London meetup][0], I'm updating the usage statistics for [the Override Node Options module][1] - one of the modules I maintain on Drupal.org. + +In my slides for DrupalCamp Belgium, I showed the usage figures from October 2023, which showed 38,096 installations and it being the 173rd most installed module. + +This week, the number of installations has slightly increased to 38,223. + +What's interesting is that whilst the number of installations has been consistent, there are a lot less Drupal 7 websites using the module and a lot more Drupal 8+ sites using it. + +## October 2023 + +- 5.x-1.x: 1 +- 6.x-1.x: 297 +- 7.x-1.x: 13,717 +- 8.x-2.x: 24,081 +- Total: 38,096 + +## November 2024 + +- 5.x-1.x: 4 +- 6.x-1.x: 202 +- 7.x-1.x: 10,429 +- 8.x-2.x: 27,588 +- Total: 38,223 + +Assuming these numbers are correct, this makes me feel very positive and happy about the adoption of newer versions of Drupal and that people are upgrading their D7 websites to Drupal 10 or 11. + +[0]: {{site.url}}/daily/2024/11/13/speaking-at-the-drupal-london-meetup +[1]: https://www.drupal.org/project/override_node_options