Skip to content

0.2.1

Choose a tag to compare

@AlexanderWagnerDev AlexanderWagnerDev released this 28 Mar 13:11
· 72 commits to main since this release
7409b29

[0.2.1] - 2026-03-28

Changed

  • Raised minimum WordPress version requirement to 6.3

Added

  • Dark mode styles for Thickbox modal (plugin details dialog): background, text, links, buttons and close button fully themed via --adm-* variables

Fixed

  • Fixed theme overlay header navigation buttons (.theme-overlay .theme-header .left / .right / .close): applied background, color and border: none using --adm-* variables in both darkadmin-dark.css and darkadmin-wp-modern.css
  • Fixed #contextual-help-back button styling: background, border and color now use --adm-* tokens in both CSS presets
  • Consolidated duplicate darkadmin_get_preset_fallbacks() definition and inline fallback helper functions in defaults.php and enqueue.php into single canonical helpers
  • Removed unused $presets variable in enqueue.php admin_enqueue_scripts callback
  • Fixed misplaced <!-- .adm-preset-layout --> HTML comment in settings-page.php (was on inner preview panel </div> instead of outer .adm-preset-layout </div>)
  • Moved translators: comment outside sprintf() and onto the line directly above __() so PHPCS WordPress.WP.I18n.MissingTranslatorsComment detects it correctly (settings-page.php)

Full Changelog: 0.2.0...0.2.1