This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Releases: bluehost/endurance-wp-module-loader
Releases · bluehost/endurance-wp-module-loader
Version 1.1.2
What's Changed
- add abandoned flag to composer and point to new(fold) module by @circlecube in #4
Full Changelog: 1.1.1...1.1.2
Version 1.1.1
Silence PHP 8.1 deprecation warnings
Full Changelog: 1.1...1.1.1
Version 1.1
What's Changed
- add isModuleActive method to report active status of specified module by @circlecube in #3
New Contributors
- @circlecube made their first contribution in #3
Full Changelog: 1.0.3...1.1
Version 1.0.3
Prevent CLI errors if WP isn't loaded.
Version 1.0.2
-
Load module loader on after_setup_theme instead of init
-
Add priority to help prevent modules from being registered too late if they are also registered on after_setup_theme
Version 1.0.1
Ensure that all module data is persisted to the database. Make sure composer.json file passes validation.
Initial release
1.0 Initial commit