You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge upstream/trunk into collaboration/presence-api.
Trunk removed RTC entirely in [62334]/[62337] (#65205). This merge reconciles
that removal with the table-based storage approach from PR #11609 by keeping
the branch's RTC implementation and accepting non-RTC changes from trunk.
Post-merge corrections required because git auto-merge took trunk's removals
in three files the branch implicitly relied on:
* src/wp-admin/includes/schema.php: Restore the wp_collaboration_enabled
default option in populate_options() so fresh installs default to RTC off.
* src/wp-includes/default-filters.php: Restore the wp_collaboration_inject_setting
admin_init hook that bridges the option to the editor.
* src/wp-includes/post.php: Restore the _crdt_document meta registration in
wp_create_initial_post_meta().
Version annotations bumped from 7.0.0 to 7.1.0 across RTC source files since
nothing RTC-related shipped in 7.0.
Removed stray .orig artifacts left by the merge conflict resolution.
Files trunk removed that the branch never explicitly touched (the user-facing
RTC bits in options-writing.php, list tables, autosaves controller, etc.)
remain removed and are out of scope for this merge.
0 commit comments