Skip to content

Smart Admin Plugin Manager v1.3.2

Choose a tag to compare

@ffscz ffscz released this 24 Feb 08:37
· 6 commits to main since this release

Smart Admin Plugin Manager v1.3.2

Maintenance and hardening release focused on safer frontend filtering, better updater stability guarantees, and lower runtime overhead.

Changed

  • Frontend filtering now normalizes unsupported mode values to safe fallback (passthrough).
  • Frontend/admin rule input handling tightened for safer plugin basename processing.

Fixed

  • Self-protection guard now uses the main plugin basename (prevents accidental self-filtering/self-deactivation).
  • Frontend drawer reload action works reliably after sanitized dynamic rendering.

Security

  • Hardened frontend/admin rule sanitization for mode and plugin basename inputs.
  • Replaced suppressed regex validation path with explicit safe validation helpers.

Performance

  • Frontend asset versioning moved from per-request timestamp busting to deterministic version + filemtime.
  • Auto-rules generation optimized by removing expensive correlated trigger query.
  • DB query attribution overhead reduced via trace-depth tuning and plugin-dir caching.

Compatibility

  • WordPress: 6.0+
  • PHP: 7.4+
  • Breaking changes: None