diff --git a/projects/plugins/wpcomsh/changelog/add-wp-downgrade-to-incompatible-plugins-in-wpcomsh b/projects/plugins/wpcomsh/changelog/add-wp-downgrade-to-incompatible-plugins-in-wpcomsh new file mode 100644 index 0000000000000..1cff534ed52fe --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/add-wp-downgrade-to-incompatible-plugins-in-wpcomsh @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Added wp-downgrade to the incompatible list diff --git a/projects/plugins/wpcomsh/class-jetpack-plugin-compatibility.php b/projects/plugins/wpcomsh/class-jetpack-plugin-compatibility.php index 4ea61a3ba805a..013e1b7ee5107 100644 --- a/projects/plugins/wpcomsh/class-jetpack-plugin-compatibility.php +++ b/projects/plugins/wpcomsh/class-jetpack-plugin-compatibility.php @@ -58,6 +58,7 @@ class Jetpack_Plugin_Compatibility { 'wpmu-database-reset/wpmu-database-reset.php' => '"wpmu-database-reset" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.', 'wps-hide-login/wps-hide-login.php' => '"wps-hide-login" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.', 'z-inventory-manager/z-inventory-manager.php' => '"z-inventory-manager" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.', + 'wp-downgrade/wp-downgrade.php' => '"wp-downgrade" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.', // Backup. 'backup-wd/backup-wd.php' => '"backup-wd" has been deactivated, WordPress.com handles managing your site backups for you.',