AdminConfig 0.5.1
Changed
Frameworkgainedrender_options_page( $definition, OptionStore $store, bool $network = false ), a factory that builds anOptionsPageagainst an already-resolved store.mount_options_page()now delegates to it internally.CommentContainer,ProfileContainer,TaxonomyContainer, andMetaboxContainerno longer each hand-constructOptionsPagewith the same six constructor arguments — they callFramework::render_options_page()instead.OptionsPage's constructor now has a single call site outsideFrameworkitself, so future signature changes touch one file instead of five.
What's Changed
Full Changelog: 0.5.0...0.5.1