Hi,
I have a field called evento_banner, which is an image field that returns an array of values.
I had this code working before updating to ACF PRO 5.7.12
now the code below only returns the ID of the attachment or the post.
$attachment = get_field(‘evento_banner’,$post->ID);