sc0ttkclark / wordpress-fields-api

The 2024 Fields API proposal for WordPress Core
https://make.wordpress.org/core/tag/fields-api/
361 stars 42 forks source link

Do you have a road map? #84

Closed colomet closed 1 year ago

colomet commented 7 years ago

Do you have an idea about when the beta will be released?

thanks

sc0ttkclark commented 7 years ago

Here's the most recent progress update which includes what's left in each area: https://github.com/sc0ttkclark/wordpress-fields-api/blob/develop/docs/progress.md

I'm not sure we can go beta until we get some more solid backing from core contributors to ensure we're going the right direction.

lukecav commented 7 years ago

A couple of Fields API mentions in this Gutenberg issue. https://github.com/WordPress/gutenberg/issues/3304

sc0ttkclark commented 7 years ago

Just noticed that, thanks! Yeah if people built their stuff in Fields API and Gutenberg just slurped the Fields API config for it's purposes, that'd be just about the best thing in the whole entire world.

rpkoller commented 7 years ago

I've posted an issue over at the Gutenberg issue tracker as well a while back in the same vein: https://github.com/WordPress/gutenberg/issues/2718

lukecav commented 7 years ago

Again another mention on. https://github.com/WordPress/gutenberg/issues/3390

sc0ttkclark commented 7 years ago

Yep saw that, thanks Luke!

citelao commented 7 years ago

I want to hop on this that I started work (6 months ago) on a Composer package implementation for this API so people can start including beta versions in their own plugins.

I've hit some roadblocks in the implementation, but there's definitely a plugin-developer-facing path forward in addition to any Core proposals.