Skip to content

Commit

Permalink
Add wp-downgrade to incompatible plugins in wpcomsh (#39264)
Browse files Browse the repository at this point in the history
* Add wp-downgrade to incompatible plugins in wpcomsh

Add wp-downgrade (aka WP Downgrade) to the list of incompatible plugins in wpcomsh since it's mentioned publicly https://wordpress.com/support/plugins/incompatible-plugins/#database-file-system-altering-plugins

* Updated the spacing/tabs

* Added wp-downgrade plugin to the incompatible plugins list in wpcomsh

---------

Co-authored-by: zdenys <@zdenys>
  • Loading branch information
zdenys authored Sep 24, 2024
1 parent a8b45f0 commit e537592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Added wp-downgrade to the incompatible list
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit e537592

Please sign in to comment.