What's Changed
New
- Add
bedrock_autoloader_load_pluginsfilter to selectively exclude plugins from autoloading (#37)
Fixed
- Fix autoloader failure when plugins directory does not exist (#30)
- Fix
countPluginscounting non-plugin directories (#26) - Fix autoloader when plugins directory is a symlink (#12)
- Move synthetic activation hooks from
plugins_loadedtoinitto prevent fatals on first load (#23) - Harden filter output sanitization and prune stale pending activations (#37)
Maintenance
- Exclude non-essential files in .gitattributes (#27)
- Test on PHP version 8.0 (#28)
- Fix URLs that point to 404 (#32)
New Contributors
- @itsme-francesco made their first contribution in #32
- @partiellkorrekt's work from #36 was incorporated into #37
Full Changelog: 1.0.4...1.1.0