Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56985, comment 11


Ignore:
Timestamp:
11/09/2022 04:22:37 PM (2 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56985, comment 11

    initial v1  
    1212Using Gutenberg v 13.9.0:
    1313
    14 * Step 1:
     14* Step 1: Use WP 6.0.3
     15{{{
     16wp core update --version=6.0.3 --force
     17}}}
     18* Step 2: Install and active Gutenberg v 13.9.0
     19{{{
     20wp plugin install gutenberg --version=13.9.0 --activate
     21}}}
     22* Step 3: Update to WP 6.1.0.
     23{{{
     24wp core update --version=6.1.0 --force
     25}}}
     26* Step 4: Refresh Plugins UI page.
     27🐞 Bug occurs with a fatal error.
    1528
    1629=== Testing with the Fix