ACF allert messege version 5.12
- 
		
			- 
Giovanni Capocasale Participant# il y a 3 années et 8 moisHi, I purchased and installed the “Advanced Custom Fields integration” extension everything works correctly but I get an error message: 
 “You have installed Advanced Custom Fields 5.12. This version has not yet been tested with the ACF Integration add-on. We recommend the latest ACF version.”
 I tried to change the php in the following lines but it doesn’t work.“acf-integration-addon.class.php” ‘/^5\.12\.([0-9^\.]+)$/’ => 1, // regular 5.12.x are supported‘/^5\.11\.([0-9^\.]+)$/’ => 1, // regular 5.11.x are supportedI need to deliver the site to my client but I don’t want him to see this message. Best MV 
- 
Matias Larralde Maître des clés# il y a 3 années et 8 moisHi, 5.12.x version should be supported. Can you check your ACF plugin stable tag version, in wp-content\plugins\advanced-custom-fields-pro\readme.txt, please? I suspect the version to be in a different format, like 5.12.1.beta Regards. 
- 
- 
Matias Larralde Maître des clés# il y a 3 années et 8 moisAlso, make sure you are using ACF Integration add-on version 6.0.3, please. Regards. 
- 
- 
Vincent Mimoun-Prat Participant# il y a 3 années et 7 moisHmmm Looks like their version is 5.12 and not 5.12.0, am I right? In that case, the regex that could work is that one ‘/^5\.12(\.?)([0-9^\.]*)$/’ => 1, // regular 5.12 and 5.12.x are supportedCould you try that? - 
Giovanni Capocasale Participant# il y a 3 années et 7 moisI change the code with this:‘/^5\.12\.0’ => 1, // regular 5.12.x are supportedNow working good. Best 
 MV
 
- 
 
- 
The topic ‘ACF allert messege version 5.12’ is closed to new replies.