Migration Guide for v3
-
v3 Migration Guide
In advance of the release of version 3, we are releasing this guide in order to give third-party developers a chance to bring their plugins and themes up-to-date. In the successive sections below, we will outline the breaking change or new best-practice, and the steps to migrate, along with a live example.
While the update to version 2 was primarily limited to the server-side, there are a significant number of client-side breaking changes (most notably the switch from LESS to SCSS.)
Looking for the v2 migration guide? Click here.
Click here to see the full blog post
-
@sweetp said in Migration Guide for v3:
Is there a target release date for v3?
I’ve been updating my child theme for v3 alpha, and are quite looking forward to the upgrade.Great work
Thanks for asking, and great question! We definitely need theme developers to attempt upgrading their themes for compatibility, in order to catch some edge cases that may trip up future developers.
As for the tentative release date, we have not earmarked one yet, as things are still in flux.
We have released the alpha last week, and will continue with successive alphas, then to a beta, then to a release candidate.
On our end, being on alpha means we'll start upgrading our own instances (so, this one, basically) to v3.
Beta means we're confident that enough bugs have been caught, and enough plugins have been migrated, that most admins can upgrade without major difficulty.
When we launch the RC, the full release is imminent, and we'll likely be able to give a launch date.
Where the new theme fits in here, I cannot say yet
p.s. @sweetp, I added you to the 3rd party developers user group
-
The migration guide has been updated to include a new breaking change related to
401 Unauthorized
responses. It now returns the full response object instead of a plain object literal.@djensen47, this directly affects your integration, I believe.