- 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/installersdependency (consuming project provides it) - CI: Add PHP 8.2, 8.3, 8.4, 8.5
- Fix #15: Register activation hook only if not installed as mu-plugin. It prevented WP-CLI from running successfully. Thanks @GiladEhven for reporting.
- Dependencies: Remove
composer.lockfrom repository (no dependencies exceptcomposer/installers).
- Dependencies: Support composer 2 (fixes #14 – thanks jacklowrie)
- CI: Build on PHP 7.4, 8.0, 8.1
- Enhancement: #1 Load
DISABLED_PLUGINSconstant inmuplugins_loadedaction hook. @ethanclevenger91 - Fix: #7 Use realpath to fix backslash in MU plugin dir on Windows. @ikiselev1989
- Initial Release