Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.4 KB

File metadata and controls

30 lines (21 loc) · 1.4 KB

Changelog

1.5.0

  • Fix #16: Deprecated nullable type syntax. Thanks @vegetable-bits for the fix.
  • Require PHP 7.2+ (dropped support for PHP 5.6, 7.0, 7.1)
  • Remove composer/installers dependency (consuming project provides it)
  • CI: Add PHP 8.2, 8.3, 8.4, 8.5

1.4.0

  • Fix #15: Register activation hook only if not installed as mu-plugin. It prevented WP-CLI from running successfully. Thanks @GiladEhven for reporting.

1.3.1

  • Dependencies: Remove composer.lock from repository (no dependencies except composer/installers).

1.3.0

  • Dependencies: Support composer 2 (fixes #14 – thanks jacklowrie)

1.2.1

  • CI: Build on PHP 7.4, 8.0, 8.1

1.2.0

  • Enhancement: #1 Load DISABLED_PLUGINS constant in muplugins_loaded action hook. @ethanclevenger91
  • Fix: #7 Use realpath to fix backslash in MU plugin dir on Windows. @ikiselev1989

1.1.0

1.0.1

1.0.0

  • Initial Release