You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New typed classes for taxonomy term and language data.
Geniem\Oopi\Term
Geniem\Oopi\Language
Localize newly created terms if language data is added for the Post object.
Try to prevent the post name from getting a number suffix
when translating posts with Polylang by updating the post data
with the original post name after setting the language.
Add a language agnostic term finding method to Storage class. Use it to find terms by slug.
Changed
Allow language data to be set as an associative array or an object. Map data into a Geniem\Oopi\Language object.
Simplify Oopi id handling in get_post_id_by_oopi_id().
The i18n is now deprecated, but still functioning if set. The data is mapped into a Geniem\Oopi\Language object.
Taxonomy term data must contain an oopi_id for identification.