diff --git a/public/img/blog/2024/12/nancy_lewis_colorado_river.jpg b/public/img/blog/2024/12/nancy_lewis_colorado_river.jpg new file mode 100644 index 00000000..6c57523c Binary files /dev/null and b/public/img/blog/2024/12/nancy_lewis_colorado_river.jpg differ diff --git a/src/content/blog/ddev-dec-2024-newsletter.md b/src/content/blog/ddev-dec-2024-newsletter.md new file mode 100644 index 00000000..83b39a95 --- /dev/null +++ b/src/content/blog/ddev-dec-2024-newsletter.md @@ -0,0 +1,48 @@ +--- +title: "DDEV December 2024 Newsletter" +pubDate: 2024-12-03 +#modifiedDate: 2024-09-06 +summary: DDEV November 2024 Newsletter +author: Randy Fay +featureImage: + src: /img/blog/2024/12/nancy_lewis_colorado_river.jpg + alt: Nancy Lewis painting of Colorado River near Palisade, Colorado + credit: Nancy Lewis painting of the Colorado River near Palisade, Colorado +categories: + - Community +--- + +**Hello DDEV Community!** It’s always a pleasure to reach out to you at the beginning of the month. Here are some updates for you. + +**DDEV v1.24.0** was released with lots of goodies, including PHP 8.4.1 with all extensions, as well as Xdebug. This is a major release with some deprecations and removals, please read the [release blog](release-v1.24.0-php8.4.md) and [release notes](https://github.com/ddev/ddev/releases/tag/v1.24.0). + +**TYPO3 Community Budget Ideas:** DDEV has posted a community budget idea for TYPO3's [community budget process](https://typo3.org/article/budget-2025-ideas-for-quarter-1-2025-published-vote-now). We'd like to improve DDEV's xhprof and xhgui even beyond where [@tyler36](https://github.com/tyler36) has already taken the [DDEV xhgui add-on](https://github.com/ddev/ddev-xhgui) and incorporate it into core. If you're a member of the TYPO3 association you've gotten an email about voting on this, please vote for the DDEV proposal! + +**DDEV Blogs and News** + +* [DDEV Usage Statistics](stats-on-ddev-usage-nov-2024.md) +* [Setting up a Windows Machine for DDEV](windows-ddev-setup.md) +* [Contributor Training: DDEV Analytics with Amplitude](https://ddev.com/blog/amplitude-ddev-analytics-contributor-training/) +* [DDEV Advisory Group Meeting](https://github.com/orgs/ddev/discussions/6682). These meetings happen every two months and you're always invited. The next one is Wednesday, January 8, 2025, and is the most important meeting of the year. We will review 2024 and plan for 2025. We'd love to have you [join us](https://www.meetup.com/ddev-events/events/303197425). + +**DDEV Notes from around the web** + +* Drupal lead Dries Buyteart posted [Installing Drupal CMS (or Drupal Starshot) using DDEV](https://dri.es/installing-drupal-cms-or-drupal-starshot-using-ddev). +* Drupal at your Fingertips contains loads of great DDEV advice, including how to set up Apache Solr, see [Drupal and Solr](https://www.drupalatyourfingertips.com/development#solr-and-ddev) (and lots of advice about other things including Xdebug). +* [SilverStripe and Elasticsearch with DDEV](https://firesphere.dev/articles/ddev-elasticsearch-and-silverstripe) +* [Xdebug, DDEV, WSL2 and corporate network restrictions](https://www.koehnlein.eu/en/blog/2024/ddev-wsl-xdebug/) +* [DDEV matomo add-on](https://www.linkedin.com/pulse/phase-2-week-3-whos-valery-lourie-nskjf/) + + +**Fully funding Maintainer Stas**: *We need your help and your organization's help! Let me know if you need help getting this into your 2025 budget!* Our key financial goal is to [fully fund @stasadev so he can work exclusively on DDEV](lets-fund-stas-maintainer.md). We’re about 30% of the way to that goal, but apparently due to market conditions, have been going backward in recent months. We need about $3700/month in increased pledges from organizations and individuals. See [Full information about supporting DDEV](https://github.com/sponsors/ddev). We’re happy to invoice you, happy to [do a call discussing this](https://cal.com/randyfay/30min), and would love it if you’d include DDEV in your 2025 budgeting process. (Our current status: We receive about $3000-$4000/month, spend about $4000/month. Bank balance is about $9,300, up from $9,000 last month.) + +**THANKS to all of you who are supporting DDEV’s path to sustainability** and who have gotten your organizations to do so. + +Want to keep up as the month goes along? Follow on +* [blog](https://ddev.com/blog/) +* [LinkedIn](https://www.linkedin.com/company/ddev-foundation) +* [Mastodon](https://fosstodon.org/@ddev) +* [Bluesky](https://bsky.app/profile/ddev.bsky.social) +* and join our community on [Discord](https://discord.gg/5wjP76mBJD) + +Happy December from Randy Fay, DDEV Project Lead. diff --git a/src/content/blog/release-v1.24.0-php8.4.md b/src/content/blog/release-v1.24.0-php8.4.md index 131ba02f..81fb47dd 100644 --- a/src/content/blog/release-v1.24.0-php8.4.md +++ b/src/content/blog/release-v1.24.0-php8.4.md @@ -41,7 +41,7 @@ Congratulations to **all of you and all contributors who made this happen**. It'
Do I have to change how I use the drupal project type?
If your project is actually a Drupal 11 project, there's no reason to make any changes. If your project is Drupal 8-10, you may want to change it to project type drupal10, for example although there's no meaningful difference in this release.
What if I want more locales than the ones provided by default?
-
The default locales installed in the web container for v1.24.0 are en_CA.UTF-8, en_US.UTF-8, en_GB.UTF-8, de_DE.UTF-8, de_AT.UTF-8, fr_CA.UTF-8, fr_FR.UTF-8, ja_JP.UTF-8, ru_RU.UTF-8. If you need other locales, all locales will be installed if you add locales-all to your webimage_extra_packages in .ddev/config.yaml For example, webimage_extra_packages: ["locales-all"]
+
The default locales installed in the web container for v1.24.0 are en_CA.UTF-8, en_US.UTF-8, en_GB.UTF-8, de_DE.UTF-8, de_AT.UTF-8, fr_CA.UTF-8, fr_FR.UTF-8, ja_JP.UTF-8, ru_RU.UTF-8. If you need other locales, all locales will be installed if you add locales-all to your webimage_extra_packages in .ddev/config.yaml For example, webimage_extra_packages: ["locales-all"]. (If you use other locales that you think should be added by default, we're happy to hear about them.)
What should I do after upgrading DDEV?
DDEV will already ask you to do a ddev poweroff, but consider doing a ddev config --update on your projects. This will auto-detect your project type and required PHP version. It may switch the drupal type to drupal10 or drupal11.