WordPress / Documentation-Issue-Tracker

Issue Tracker for the WordPress Documentation team.
https://make.wordpress.org/docs/
Other
84 stars 41 forks source link

Outreach to component maintainers WP 6.1 #493

Closed bph closed 2 years ago

bph commented 2 years ago

Outreach to component maintainers for Field Guide "But Wait, There is More!" section (WordPress 6.1)

Publishing Field Guide "Each Component team is sent a group direct message in Slack, pulling the list of maintainers from the individual component pages"

Example message: It’s that time again Component Name component maintainer(s)… are there any tickets in the 6.0 release that you’d like called out in the Field Guide that aren’t already included in a Dev Note? As a reference, here are the ## tickets currently in the milestone for you: https://core.trac.wordpress.org/query?component=`ComponentName`&-milestone=6.1&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority. Note that we intend to publish the Field Guide next week, so the sooner you can respond the better… thanks!

List of components

_Note to future self: I used this Google Sheet to get the message for each component and the link to the tickets, just replace in the message 6.1 with 6.2 in the Text and the WP version column. _

bph commented 2 years ago

Cron Component

Add error logging and hooks to wp-cron.php

In #56048 error logging was added to WP-Cron to indicate when an event fails to get rescheduled or unscheduled. The actions cron_reschedule_event_error and cron_unschedule_event_error have been introduced to allow developers to run custom tracking on these errors.

Non blocking wp-cron.php with LSAPI

In #54668 requests to wp-cron.php were made non-blocking for the LSAPI PHP implementation. Network requests for wp-cron.php will close prior to the processing of events inline with the behaviour for sites using PHP FPM.

Props to Peter Wilson and John Blackbourn

bph commented 2 years ago

Network/Sites component - Jonny Harris is working directly with Milana.

bph commented 2 years ago

Embeds Component:

55771 Support for Google Data Studio

55860 Pocket Casts as an oEmbed provider

56733 Tumblr reader URLs

bph commented 2 years ago

Double-checked responses from component maintainers I updated the "But Wait" section of the field guide:

Added Cron Component information to the Misc Post

This tracking issue is all done.