I had some template overrides using customfieldsSorted in vm2.0.0 but after upgrading to 2.0.6 my customfields are not loading.
Did some variables get renamed? Are they now customfieldsSorted ?
Think I worked part of it out.
$this->product->customfields
changes to
$this->product->customfieldsSorted[normal]
But now I need to work out the additional images.
Hrm no difference in Additional Images code, but all the images need to be specifically set to "published" as they were previously not needing this. Edit each product's additional images, tick all their boxes and click Publish.