rooftopcms / rooftop-cms

Rooftop CMS is an API-first WordPress CMS for developers and content creators
http://www.rooftopcms.com
GNU General Public License v3.0
220 stars 23 forks source link

Breaking change in _links on taxonomies #33

Closed edtjones closed 7 years ago

edtjones commented 8 years ago

the _links array on a taxonomy now includes wp:items instead of "items" which breaks the rooftop-ruby implementation.

We should continue to return "items" for backwards compatibility.

edtjones commented 7 years ago

We've worked around this and updated the Ruby libs.