Playground Team Meeting Summary: August 22, 2025

Location: #playground Slack Channel

The WordPress Playground team held its regular meeting on August 22, 2025, to share project updates, highlight recent contributions, and discuss ongoing work.

Project Updates

  • Pull Requests: Since the last meeting, 31 pull requests have been closed, with several first-time contributors joining in. Special thanks to @mukesh27, @ravigadhiyawp, and @shailu25 for their first contributions. 🎉
  • Playground Contributor Badge: So far, 30 members have earned the Playground Contributor Badge. The most recent badge was awarded to @janw.oostendorp. If you have contributed in the past, please submit a request with the related PR link. A dedicated Contributor Badge page is now available.
  • Translations: Big thanks to @rollybueno, @shimotomoki, @aslamdoctor, and @nikunj8866 for their translation efforts in Japanese, Tagalog, and Gujarati.

Fixes and Improvements

Several important fixes were completed this week, including:

  • Corrupted zip download at the site editor export (#2531)
  • Customized bundle instructions in “Host Own Playground” docs (#2510)
  • Re-enabled and fixed native file locking test (#2505)
  • Documentation license URLs (#2483)

Thanks to @bpayton, @zaerl, @janjakes, and @josevarghese for their work on these items. 🚀

Documentation

  • Documentation assets were reorganized into a unique location to minimize duplication (#2521).
  • Updates were made to the Playground page (#2504), Blueprints page (#2524), and Translation instructions (#2534).
  • The Playground landing page has been refreshed with updated information. Feedback is welcome.

Contributor Updates

  • @rollybueno continued translation work on the Blueprints page, completing four pages with more in progress.
  • @nikunj8866 is reviewing the Gujarati translation and plans to contribute more soon.
  • @bpayton worked on improvements and fixes related to PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/preface.php. WASM and Playground CLICLI Command Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress., including the experimental multi-worker feature.
  • @beryldlg is working on French translations and reviewing previous work for updates.
  • @Fellyph focused on restructuring documentation, updating metaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. descriptions, and preparing a blog post about E2E testing with Playground.

Open Floor

  • The team discussed how to improve the translation process.
  • @aslamdoctor shared that he uses a structured prompt for preparing translations and will share it with the group.
  • Ideas were raised around documenting translation tips and exploring AI-assisted pre-reviews for translations.

For more information, join our #playground Slack Channel, and see you in our next chat, which is scheduled for September 12th.

Playground Team Meeting: August 08,2025

Location: #playground Slack Channel

The Playground team met on August 8, 2025, to discuss recent updates, ongoing work, and ideas for future improvements.

Announcements

  • New Contributor Badge – A new Playground Contributor badge is available. Contributors from the Playground or Blueprints repositories can request it via the contributor form. If you have contributed in the past, you’re encouraged to claim your badge.
  • Translations – Over 40 pages have been translated into Japanese, Tagalog, Portuguese, Gujarati, and Spanish in the last two weeks. Thanks to @shimomura tomoki, @rollybueno, and @nikunj8866 for their efforts.
  • Community Feedback – Appreciation was shared for everyone reporting issues and contributing to the project’s improvement.

New Features

  • PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/preface.php. Playground – A new PHP Playground is available at playground.wordpress.net/php-playground.html.
  • Debugging with Xdebug – Bridge DBGP session with CDP server (#2402) allows debugging via DevTools.
  • Query Monitor PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party Support – Added in #2415.
  • New Homepage – The Playground web instance now has a new homepage to better guide first-time visitors (#2412). Thanks to @zaerl for the work on this.
  • External Links Behavior – External URLs now open in a new tab by default (#2468).

Bug Fixes

Highlighted fixes from the past two weeks include:

  • Fallback to URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org-based file names when fetching remote ZIP files (#2470).
  • Fixed invalid filename “<7.4” on Windows (#2461).
  • Updated WordPress old version demo to 6.2.1 (#2460).
  • Fixed resolving mounted symlinks in secondary PHP instances (#2444).

What We’re Working On

  • @zieladam – Improving the WordPress importer, addressing Playground bug fixes, and enhancing SQLite/MySQLMySQL MySQL is a relational database management system. A database is a structured collection of data where content, configuration and other options are stored. https://www.mysql.com/. compatibility.
  • @zaerl – Working on locale-related issues and code cleanup.
  • @fellyph – Developed the Playground landing page blueprint, worked on badge documentation, cleaned and updated project documentation, and upgraded Docusaurus.
  • @rollybueno – Continuing Tagalog translations.

Open Floor Discussion

  • Playground for Testing – The team discussed how Playground could be used to support WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. testing and E2E test scenarios. Ideas included CLICLI Command Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress. commands to test plugins across multiple PHP and WordPress versions, and exploring integration with Playwright.
  • Playground CLI – Feedback was requested on the transition from wp-now to @wp-playground, including default behavior and flag usage.

For more information, join our #playground Slack Channel, and see you in our next chat, which is scheduled for August 22nd.

Playground Team Meeting: July 25,2025

Location: #playground Slack Channel

The bi-weekly WordPress Playground team meeting on July 25, 2025, focused on recent developments and project updates. A significant number of new features and improvements were announced. The meeting was held on the #playground channel at wordpress.slack.com. Several improvements were implemented on the WordPress Playground Project.

Key Highlights

  • Performance Improvements: OPCache is now enabled by default. This is a significant change that will significantly improve performance.
  • Xdebug Support: A lot of work has been done to improve Xdebug support, including a new —experimental-devtools option in the Playground CLICLI Command Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress. and a mock @php-wasm/xdebug-bridge package. #2411, #2408 and #2402.
  • Blueprint v2: The team is getting Blueprint v2 ready, with a focus on improving error messages and handling relative paths and Blueprints v2 support was added to Playground CLI via the --experimental-blueprints-v2-runner flag.
  • CLI Enhancements: New flags have been added to the Playground CLI, along with better error reporting.
  • PHP 8.3: PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/preface.php. 8.3 is now the default version for playground.wordpress.net and Playground CLI.
  • Localization: Translations have been added for Brazilian Portuguese and Japanese.
  • Contributor Badge: The team is discussing criteria for earning a contributor badge.

Recent Contributions

  • bpayton has been working on fixes for mounted symlinks in the CLI, multi-worker performance testing, and other small fixes.
  • zaerl will be working on a pull request to address issue #2124.
  • Fellyph Cintra is developing a new landing page for the web instance, documenting new features, and addressing PWA configuration issues.

For more information, join our #playground Slack Channel, and see you in our next chat, which is scheduled for August 8th.

#playground, #docs, #polyglots #summary