From 9ef028edaac2453b2c70407937bf91f6291c619a Mon Sep 17 00:00:00 2001 From: Dale Grant Date: Mon, 9 Sep 2024 18:07:18 +1000 Subject: [PATCH 1/2] Update compatibility.md Add Cloudflare and TrustPayments as known compatibility issues. --- acorn/compatibility.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acorn/compatibility.md b/acorn/compatibility.md index 4270a339..1bf19eb2 100644 --- a/acorn/compatibility.md +++ b/acorn/compatibility.md @@ -5,6 +5,7 @@ description: Known compatibility issues with any WordPress plugins and Acorn. title: Compatibility authors: - ben + - dalepgrant --- # Compatibility @@ -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`. This has been [logged in their Github repo](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`). From a2e604c7ba75a25c9b569a2bf427e96ab7d35c3e Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 9 Sep 2024 12:49:35 -0500 Subject: [PATCH 2/2] Update compatibility.md --- acorn/compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acorn/compatibility.md b/acorn/compatibility.md index 1bf19eb2..cd3c209b 100644 --- a/acorn/compatibility.md +++ b/acorn/compatibility.md @@ -1,5 +1,5 @@ --- -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 @@ -24,7 +24,7 @@ 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`. This has been [logged in their Github repo](https://github.com/cloudflare/Cloudflare-WordPress/pull/541). +* **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.