Skip to content

Commit

Permalink
Incompatible plugins: Fall back to Gutenberg 19.9 across the site
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 10, 2025
1 parent 435c085 commit 4b08f66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mu-plugins/plugin-tweaks/incompatible-plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
'from' => 'gutenberg/gutenberg.php',
'to' => 'gutenberg-17.9/gutenberg.php',
],
[
// 2025-01-10: Filtered and injected post content is truncated,
// fall back to 19.9 everywhere.
// See https://github.com/WordPress/gutenberg/issues/68605.
'check' => 'gutenberg/gutenberg.php',
'from' => 'gutenberg/gutenberg.php',
'to' => 'gutenberg-19.9/gutenberg.php',
],
];

/**
Expand Down

0 comments on commit 4b08f66

Please sign in to comment.