diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0b117e..3c7281e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ This is an alpha version! The changes listed here are not final. - Added wp-downgrade to the incompatible list - Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA - General: indicate compatibility with the upcoming version of WordPress - 6.7. +- Incompatible Plugins: whitelist duplicator pro. - Introduced ESLint base config and fixed errors. - Only include `wp-polyfill` as a script dependency when needed. - Remove unused dev dependencies. diff --git a/class-jetpack-plugin-compatibility.php b/class-jetpack-plugin-compatibility.php index 013e1b7e..e42d8401 100644 --- a/class-jetpack-plugin-compatibility.php +++ b/class-jetpack-plugin-compatibility.php @@ -28,7 +28,6 @@ class Jetpack_Plugin_Compatibility { 'cf7-pipedrive-integration/class-cf7-pipedrive.php' => '"cf7-pipedrive-integration" has been deactivated, it interferes with site operation and is not supported on WordPress.com.', 'database-browser/database-browser.php' => '"database-browser" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.', 'duplicator/duplicator.php' => '"duplicator" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.', - 'duplicator-pro/duplicator-pro.php' => '"duplicator-pro" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.', 'extended-wp-reset/extended-wp-reset.php' => '"extended-wp-reset" has been deactivated, it interferes with site operation and is not supported on WordPress.com.', 'file-manager-advanced/file_manager_advanced.php' => '"file-manager-advanced" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.', 'file-manager/file-manager.php' => '"file-manager" has been deactivated, it deletes data necessary to manage your site and is not supported on WordPress.com.',