Changes between Initial Version and Version 1 of Ticket #56985, comment 11
- Timestamp:
- 11/09/2022 04:22:37 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56985, comment 11
initial v1 12 12 Using Gutenberg v 13.9.0: 13 13 14 * Step 1: 14 * Step 1: Use WP 6.0.3 15 {{{ 16 wp core update --version=6.0.3 --force 17 }}} 18 * Step 2: Install and active Gutenberg v 13.9.0 19 {{{ 20 wp plugin install gutenberg --version=13.9.0 --activate 21 }}} 22 * Step 3: Update to WP 6.1.0. 23 {{{ 24 wp core update --version=6.1.0 --force 25 }}} 26 * Step 4: Refresh Plugins UI page. 27 🐞 Bug occurs with a fatal error. 15 28 16 29 === Testing with the Fix