Skip to content

AdminConfig 0.5.1

Choose a tag to compare

@lermnote lermnote released this 09 Jul 05:11
· 34 commits to master since this release
4125b7d

Changed

  • Framework gained render_options_page( $definition, OptionStore $store, bool $network = false ), a factory that builds an OptionsPage against an already-resolved store. mount_options_page() now delegates to it internally.
  • CommentContainer, ProfileContainer, TaxonomyContainer, and MetaboxContainer no longer each hand-construct OptionsPage with the same six constructor arguments — they call Framework::render_options_page() instead. OptionsPage's constructor now has a single call site outside Framework itself, so future signature changes touch one file instead of five.

What's Changed

Full Changelog: 0.5.0...0.5.1