Skip to content

Commit

Permalink
Incompatible Plugins: removes duplicator. (#39775)
Browse files Browse the repository at this point in the history
* Incompatible Plugins: removes duplicator.

* Adds changelog.

* Keeps duplicator (lite) as incompatible.

---------

Co-authored-by: cpap <papazoglou.charalampos@gmail.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12142148962

Upstream-Ref: Automattic/jetpack@0b1c437
  • Loading branch information
cpapazoglou authored and matticbot committed Dec 3, 2024
1 parent 2042729 commit fae4cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion class-jetpack-plugin-compatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit fae4cbc

Please sign in to comment.