Skip to content

Commit

Permalink
Update incompatible-plugins.php (#636)
Browse files Browse the repository at this point in the history
Adds Gutenberg 18.6.1 as temp fix for breakage reported in https://wordpress.slack.com/archives/C02QB8GMM/p1720180116195859
  • Loading branch information
pkevan authored Jul 5, 2024
1 parent d2022e0 commit 8509a01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,12 @@
'from' => 'gutenberg/gutenberg.php',
'to' => 'gutenberg-17.9/gutenberg.php',
],
[
// Pattern Creator: temp fix for breakage, see: https://wordpress.slack.com/archives/C02QB8GMM/p1720180116195859.
'check' => 'pattern-creator/pattern-creator.php',
'from' => 'gutenberg/gutenberg.php',
'to' => 'gutenberg-18.6.1/gutenberg.php',
],
];

/**
Expand Down

0 comments on commit 8509a01

Please sign in to comment.