- 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.lock
from 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_PLUGINS
constant inmuplugins_loaded
action hook. @ethanclevenger91 - Fix: #7 Use realpath to fix backslash in MU plugin dir on Windows. @ikiselev1989
- Initial Release