hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
245 stars 56 forks source link

CMB Removed from Aesop! #179

Closed bearded-avenger closed 9 years ago

bearded-avenger commented 9 years ago

With 1.4, the 1-ton metabox library has been removed. This allowed us to save 6500 lines of code and nearly 300kb in size. If you are a theme or add-on developer, and on the off-chance you have been depending on Aesop's internal metabox library, then the metabox UI will no longer work for you.

You'll need to replace with the original lib located here: https://github.com/webdevstudios/Custom-Metaboxes-and-Fields-for-WordPress

Note: CMB2 is under development, so you may just want to move to CMB2 all together.

Also, with 1.4 the Chapter component is now drawn automatically and does not require any filters or actions (although they are still available).

0aveRyan commented 9 years ago

Ah, I'm not crazy, they really did disappear lol. Only hunted for 10 minutes.

Any sense of how stable CMB2 is? It's fun to play with, but it has a "beta beware" so...

Will you be adding CMB2 back to core when stable? I'm working on something that requires a repeatable group field, and, well, the thought of handwriting it is somewhat painful...