This broke some sites for me aswell, repeater & flexible content field works sporadically.
Also noticed some weird stuff like have_rows() returning “0” instead of false for an empty repeater.
Downgrading solved everything.
i’d really need this as well..
Thanks elliot, lets not change the serialized array so that its not queryable 😉
What does ” ‘Save / Load value to post’ ” do?
I looked trough the user_meta database table and noted that the serialized array that stores term id’s wraps each ID in ” and “.
So”meta_compare, LIKE, “term-id” did the trick for now. Hopefully it will not break in the future? 😉