Changeset 56820
- Timestamp:
- 10/10/2023 03:05:34 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r56793 r56820 1846 1846 * @since 5.9.0 The minimum compatible version of Gutenberg is 11.9. 1847 1847 * @since 6.1.1 The minimum compatible version of Gutenberg is 14.1. 1848 * @since 6.4.0 The minimum compatible version of Gutenberg is 16.5. 1848 1849 */ 1849 1850 function _upgrade_core_deactivate_incompatible_plugins() { 1850 if ( defined( 'GUTENBERG_VERSION' ) && version_compare( GUTENBERG_VERSION, '1 4.1', '<' ) ) {1851 if ( defined( 'GUTENBERG_VERSION' ) && version_compare( GUTENBERG_VERSION, '16.5', '<' ) ) { 1851 1852 $deactivated_gutenberg['gutenberg'] = array( 1852 1853 'plugin_name' => 'Gutenberg', 1853 1854 'version_deactivated' => GUTENBERG_VERSION, 1854 'version_compatible' => '1 4.1',1855 'version_compatible' => '16.5', 1855 1856 ); 1856 1857 if ( is_plugin_active_for_network( 'gutenberg/gutenberg.php' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.