AesopInteractive / lasso

Code Repository for Editus (formerly Lasso) Commercial Plugin
https://edituswp.com
GNU General Public License v2.0
147 stars 25 forks source link

Doesn't Play Well With Current REST API Version #115

Open robmcclel opened 8 years ago

robmcclel commented 8 years ago

@hyunsupul ,

I've noticed that Editus does not like the latest version of the WordPress REST API (2.0), instead it prefers an older version (1.2.5) in order to have all functions work properly.

Is there a reason for this? Will it be updated to accept 2.0?

hyunsupul commented 8 years ago

Hi the plan is to eventually the rest api 2.0. But technically the rest api 2.0 is still in Beta. Since 1.2.5 works well for Editus, updating it to accept 2.0 was not one of the high priority tasks. But I will update it eventually.