Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compatibility.md #521

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion acorn/compatibility.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
date_modified: 2024-08-09 12:15
date_modified: 2024-09-09 13:00
date_published: 2024-04-26 10:35
description: Known compatibility issues with any WordPress plugins and Acorn.
title: Compatibility
authors:
- ben
- dalepgrant
---

# Compatibility
Expand All @@ -23,7 +24,9 @@ Compatibility issues that arise in Acorn with other WordPress plugins are most o

## Known issues with plugins

* **Cloudflare** includes an older version of `psr/log`. There is a [pending PR to resolve this issue](https://github.com/cloudflare/Cloudflare-WordPress/pull/541).
* **Gravity Forms** merge tags JS causes an error on the admin notifications page. [@tombroucke provided a workaround in roots/acorn#198](https://github.com/roots/acorn/issues/198#issuecomment-1365942893).
* **Gravity Forms: Entry Automation FTP Extension** includes `league/flysystem` v1.1.4 which is incompatible with Acorn.
* **Trust Payments Gateway for WooCommerce** includes an older version of `psr/log`. No known workaround as of plugin v1.1.3.
* **WooCommerce PayPal Payments** includes an older version of `psr/log`. The fatal error can be avoided by installing `psr/log` v2 (`composer require psr/log v2`).
* **WooCommerce USPS Shipping Method** includes an older version of `psr/log`. The fatal error can be avoided by installing `psr/log` v2 (`composer require psr/log v2`).