corcel / acf

Advanced Custom Fields (ACF) plugin for Corcel
127 stars 100 forks source link

Fix gallery field when appended to a term #43

Closed marcoboom closed 7 years ago

marcoboom commented 7 years ago

When you append a Gallery field to a taxonomy term, the metadata of the images will be fetched with $this->postmeta, but that method gives an instance of TermMeta because thats the postmeta relation of the related term.

I replaced $this->postmeta by a fresh PostMeta static class, because an image is always a Post.

marcoboom commented 7 years ago

Hi @jgrossi, thanks for merging into develop, when will you merge it into master for a new release?

jgrossi commented 7 years ago

@marcoboom sorry about the delay. Done for version 0.1.13 ;-)