ACF 5.11.4 error alert
-
-
Francesco CeccanoMember# 2 years, 11 months ago
Hi, I cannot get rid of this alert message from the WPCA plugin.
WP Customer Area ha eliminato alcuni potenziali errori:
- You have installed Advanced Custom Fields 5.11.4. This version has not yet been tested with the ACF Integration add-on. We recommend the latest ACF version.
-
herbParticipant# 2 years, 10 months ago
As an FYI, I disabled all the extra WPCA addon plugins and then disabled the main WPCA plugin, then re-activated the main on and then each of the add in plugins, the error then went away, but my guess is that if I re-installed ACF and then the WPCA integration plugin I would then see the notice again.
-
Vincent Mimoun-PratKeymaster# 2 years, 10 months ago
Hi,
We will release an update soon. In the meantime, you can patch your add-on by editing the file
customer-area-acf-integration/src/php/acf-integration-addon.class.php
on line 18.Change this:
'/^5\.11\.([0-9^\.]+)$/' => 0, // regular 5.11.x are not tested yet
Into that:
'/^5\.12\.([0-9^\.]+)$/' => 0, // regular 5.12.x are not tested yet '/^5\.11\.([0-9^\.]+)$/' => 1, // regular 5.11.x are supported
-
Viewing 3 reply threads
The topic ‘ACF 5.11.4 error alert’ is closed to new replies.