Skip to content

v1.0.6 — Backend theming, domain-based access control, payload fixes

Choose a tag to compare

@arnevanhoorn arnevanhoorn released this 30 Apr 14:38
· 5 commits to main since this release

This release introduces site-wide admin theming, lets you hide sensitive admin areas from outside collaborators, and ships two fixes to the reporting payload.

  • Backend themes — Adds Kobalt and Alkmaarsch color schemes, applied site-wide to all admin users, including matching login screen styling and logos.
  • Access control — New "Allowed Email Domains" setting (defaults to kobaltdigital.nl,alkmaarsch.nl). Optionally hides the Plugins menu and the ACF Field Groups menu for users whose email is outside those domains, and blocks direct URL access to those pages.
  • Payload: auto_update fix — Field is now sent as 0/1 instead of a PHP boolean, so it validates correctly on the receiving API.
  • Payload: PHP version — Each report now includes php_version alongside wordpress_version.