Skip to content

AdminConfig 0.4.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@lermnote lermnote released this 02 Jul 16:03
· 68 commits to master since this release

Changelog

CI

  • fix: Use system Chrome (PLAYWRIGHT_CHANNEL=chrome) instead of downloading Playwright Chromium — fixes hanging CI jobs
  • fix: Use lowercase admin-config in wp-env container paths for Docker compatibility
  • perf: Cache Playwright browsers in CI

Code Review Fixes

  • fix: Extract ContextResolver::from_request() outside nested loop in RestEndpoints
  • fix: Remove inconsistent function_exists('use_block_editor_for_post_type') guard in MetaboxContainer
  • fix: Use self::MAX_IMPORT_SIZE constant for import size check, narrow try/catch scope in SchemaController
  • fix: Delegate capability check in debug_panel_enabled() to $this->capability() in OptionsPage
  • fix: Extract shared ContainerSaveSupport::capability_for_schema() helper for container capability logic

Extraction

  • Extracted from monorepo lermnote/lerm with full 345-commit history via git subtree split
  • Standalone package installable via Composer (lerm/admin-config)

🤖 Generated with Claude Code