ACF 5.11.4 error alert

    • # il y a 2 années et 4 mois

      Hi, I cannot get rid of this alert message from the WPCA plugin.

      WP Customer Area ha eliminato alcuni potenziali errori:

      1. 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.
    • herb
      Participant
      # il y a 2 années et 4 mois

      I also have the same issue, even after uninstalling ACF and the ACF integration plugin.  I have not yet used ACF on the website, but need to train the user this coming Thursday and do not like seeing an error on the admin.

      Please address this issue ASAP.

       

    • herb
      Participant
      # il y a 2 années et 4 mois

      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-Prat
      Maître des clés
      # il y a 2 années et 4 mois

      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
      
Vous lisez 3 fils de discussion

The topic ‘ACF 5.11.4 error alert’ is closed to new replies.