Hosting Team Meeting Agenda 2025-11-19

Next Meeting

The next meetings will be in the #hosting channel on Wednesday, November 19, 2025 at 0900 UTC and Wednesday, November 19, 2025 at 1800 UTC. Hope to see you there!

Agenda

WordPress News

  • WordPress 6.9 Release CandidateRelease Candidate A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. 2 is out
  • WP 6.9 highlights for hosts
  • GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ 22.0 is out
  • Call for Developers: WordPress Events Tooling Improvements
  • 2026 Global Partner Program Announcement

HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team

  • Host Tests
  • Tickets/PRs

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

Props to @crixu, @zunaid321 & @chaion07 for helping with the agenda for today’s meeting!

#agenda, #hosting-community, #meetings, #weekly-hosting-chat

Hosting Team Meeting Agenda 2025-11-12

Next Meeting

The next meetings will be in the #hosting-community channel on Wednesday, November 12, 2025 at 0900 UTC and Wednesday, November 12, 2025 at 1800 UTC. Hope to see you then!

Agenda

WordPress News

  • WordPress 6.9 Release CandidateRelease Candidate A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. 1 is out
  • WordPress 6.9 Release Candidate Phase
  • Abilities APIAPI An Application Programming Interface (API) is a computing interface that defines interactions between multiple software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc. in WordPress 6.9

HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team

The following tickets needs to be checked/reviewed:

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

Props to @crixu, @amykamala, @zunaid321 & @chaion07 for preparing with the agenda for today’s meeting!

#agenda, #meetings, #weekly-hosting-chat

Hosting Team Meeting Agenda 2025-11-4

Next Meeting

The next meetings will be in the #hosting-community channel on Wednesday, November 4, 2025 at 0900 UTC and Wednesday, November 4, 2025 at 1800 UTC. Hope to see you then!

Agenda

WordPress News

  • WordPress 6.9 BetaBeta Beta is the software development phase following alpha. A Beta phase generally begins when the software is feature complete but likely to contain a number of known or unknown bugs. Software in the beta phase will generally have many more bugs in it than completed software, speed or performance issues, and may still cause crashes or data loss. The focus of beta testing is reducing impacts to users, often incorporating usability testing. 3 is out (as of 11/4)
  • Test Scrub Schedule for WordPress 6.9
  • Help Test WP 6.9
  • WP A11yAccessibility Accessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both “direct access” (i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) Docs update October 2025
  • Monthly Education Buzz Report – October 2025
  • The 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 or can be cost-based plugin from a third-party. Check Plugin now creates automatic security reports after each plugin update
  • Nominations Call for the themes team representatives: 2026 Edition

HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team

  • Team RepTeam Rep A Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts. nominations

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

Props to @crixu, @amykamala, @zunaid321 & @chaion07 for preparing with the agenda for today’s meeting!

#agenda, #meetings, #weekly-hosting-chat

WCEU 2025: Recap for the Hosting Table

Thanks again to everyone who made their way to Basel and joined us at the HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Table. This post offers a summary of what we accomplished during our time together.

Roundtable Discussion

We started with a roundtable focused on encouraging more hosting companies to run the hosting test suite. With the number of active hosts reporting steadily decreasing, the conversation felt both urgent and valuable. The group included experienced contributors and first-time participants, which sparked a rich exchange of ideas.

Two main priorities surfaced:

  1. Showing clear value to hosting providers
  2. Reducing the friction caused by NodeJS requirements, since many hosts focus mainly on PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response.

Making the Benefits Clear

Everyone agreed that contributing to the WordPress ecosystem has value. Still, we recognized the need to better communicate the practical benefits for hosts. One idea was to increase visibility for participating providers. If you have ideas to build on this, we welcome them.

Tackling the NodeJS Challenge

We spent time understanding the barriers caused by NodeJS and discussed how the build process could be made more accessible. The group looked at how NodeJS is used today and brainstormed ways to simplify or eliminate that dependency.

Improving the Hosting Test Suite

After the discussion, we got to work on areas we believed could have the biggest impact.

Clarifying the Role of NodeJS

We reviewed the test suite code to understand how NodeJS fits into the current setup. The next step will be to clearly document this dependency so contributors and hosts know what is required and where we might streamline it.

Exploring Practical Solutions

Prebuilt Artifacts

We discussed the option of sharing prebuilt artifacts through a central location. This would allow hosts to skip local builds entirely and work with a shared version of the test suite. It would make testing more consistent and easier to adopt.

Another option involved using GitHubGitHub GitHub is a website that offers online implementation of git repositories that can can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. Actions to handle the NodeJS tasks remotely, while letting hosts run the PHP unit tests locally. A proof of concept for this is available here: PHPUnit Test Runner PR #245

Nightly Builds

We also explored using nightly builds. This could simplify things by reducing the need for constant local builds, while still covering the majority of testing needs. We discussed two approaches: relying entirely on nightly builds or using static files from those builds and applying only the coreCore Core is the set of software required to run WordPress. The Core Team builds WordPress. changes. Even if tests are not based on the very latest commit, we believe this method would be effective.

A PR is in progress to support this idea: PHPUnit Test Runner PR #246

Pull Requests from the Day

In addition to the work on the test suite, several contributions were made across WordPress repositories:

Opened PRs:

Reviewed PRs:

Thank you again to everyone who contributed, asked questions, and shared ideas. Your participation strengthens the WordPress community and helps improve the tools we all rely on.

Kudos to @zunaid321 for reviewing this post

Login to Reply<\/a><\/li><\/ul><\/div>","commentTrashedActions":"

Voting for Hosting Team Reps 2025

All nominations are in, and all nominees are confirmed to take the next step and be available for the role. Now it is up to the community (you) to vote on your team’s representative.

The Nominations

During the Call for Nominations we got the following Community Members nominated:

Once the Call for Nominations was closed we reached out to all of them and checked their availability. Both Matthias and Javier shared that they are not avaialble for the HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team RepTeam Rep A Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts. position this time.

Voting

As we want at least 2 team reps and we only got two that accepted the nominations, we would suggest to have an anonymous survey where team members can leave their feedback on both and if the majority of votes is for both.

Next Steps

The Survey is open from now on and will be closed before the early meeting on Wednesday, 11th of December 2024, 9 AM UTC.

#hosting-community, #team-reps

Hosting Team Goals for 2024

We want your input on the goals we’re planning for this team for 2024. Our main ideas are to focus on 5 areas:

Testing Project with the HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Tests

  • Continuation Plan: Enhancing our PHPUnit test runner and PHPUnit test reporter by adding new capabilities and moving it to the latest tech stack.
  • Community Involvement: Inviting more hosting companies to participate and share their insights to enrich this project.
  • Improve communication: Contact all the testers to see if the team can help improve the information and feedback.

Documentation Projects

  • Advanced Admin Documentation: Updating and expanding our resources to cover the latest trends and best practices in WordPress administration.
  • Hosting Handbook: Continually refining our handbook to make it an even more comprehensive guide for both new and veteran WordPress hosts.
  • Migrate content: There is some documentation in the Hosting Handbook that should be in the Advanced Administration or, maybe, other handbooks.

The Hosting Event 2024

  • Event Planning: Organizing a hosting-centric WordPress event in June 2024 (before WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. Europe 2024).

CloudFest Hackathon 2024

Hosting Directory

  • Based on the Hosting Survey and the Project Bedrock, we may, once again, try to find a way to create a site or directory for hosting companies that align with WordPress values.

Those are the main ideas for this 2024. Please leave your comments, your implication in any project via the Five for the Future (participating or sponsoring somebody to help with the projects).

#hosting-community

WordPress Hosting Team 2023 recap

Here we are! It’s 2024, and before continuing, maybe we should check what happened in the WordPress HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team last year.

Firstly, some relevant posts:

And the new pages in the Handbook:

and countless updates about WordPress 6.0, 6.1, 6.2, 6.3, and 6.4.

Some props to people contributing to the Team:

Team Reps

PHPUnit Tests

Handbook

Meetings (5ftF)

Thank you all for this 2023 and looking forward to this 2024 with you, and more to come.

+make.wordpress.org/updates/

#hosting-community, #summary

Hosting Team meeting agenda 2023-03-22

The next meeting is scheduled with the following details:

When

Where

At #hosting-community channel on SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/..

Agenda

WordPress Community

  • WordPress 6.2 Releases
  • Call for awareness of Rollback Update Failure and 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 or can be cost-based plugin from a third-party. Dependencies

HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team Time

Open Floor

Anything else? Please leave a comment to add to the meeting.

#agenda, #meetings, #weekly-hosting-chat

Hosting Team Reps 2023

Year 2023 arrived some days ago, and we have our new HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. team Reps! Do you want to meet?

@amykamala (Amy)

Hello, world! I’m a California-based Full Stack Developer with a graduate degree in the arts. My career has focused on the success of WordPress users and WordPress-oriented organizations: blending technology, design, business strategy and human empathy to help launch products and services, build out applications and infrastructure, optimize user journeys and make online content more accessible.

I am so very happy to be a WordPress Hosting Community Team RepTeam Rep A Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts. for another year and I look forward to working more with you: web hosts, businesses and individuals to help boost the WordPress experience!

@crixu (Lucas)

I am pleased to introduce myself. I have been utilizing WordPress for over a decade, beginning with my work for a German hosting company during my studies. In 2018, I began contributing to the Hosting Team at WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. Europe. Combining my passion for WordPress and product management, I currently work as a Product Manager for WordPress VIP.

In my free time, I am an active member of the scouting community and enjoy spending time outdoors with my group and family.

I reside in a small farm in Karlsruhe, Germany.

@javiercasares (Javier)

I use WordPress since version 1.5; the word that most identifies me is “Internet person”, since in general I have gone through everything that could be passed through the Internet: website development, programmer, entrepreneur, investor…

Lately, I’m in system administration and security for WordPress-based sites. You can find more of me and contact at JavierCasares.com.

Some personal projects on WordPress are in: WPPodcast.es, WPVulnerability.com or WPSysAdmin.com.

Barcelona / Granada (Spain)

@jessibelle (Jessica)

My love affair with WordPress began in 2008 and I been working full-time in WordPress roles since 2011.

As the Director of Operations for Pressable, I spend my days focused on creating the best managed WordPress hosting experience possible.

When I’m not working, you can find me spending time with my family, serving in my community, watching hilarious dog videos online, or brewing a pitcher of iced tea.

Orlando, Florida (USA)

Congrats to everybody!

#hosting-community, #team-reps

WordPress Hosting Team 2022 recap

Here we are! It’s almost the end of 2022, and before starting 2023, maybe we should check what happened in the WordPress HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team this year.

Firstly, some relevant posts:

And the new pages in the Handbook:

More things 🙂:

Some props to people contributing in the Team

In the following days will be the presentation of the new Team Reps, and new goals for 2023.

Thank you all for this 2022 and looking forward to this 2023 with you, and more to come.

+make.wordpress.org/updates/

Login to Reply<\/a><\/li><\/ul><\/div>","commentTrashedActions":"