Releases: spenserhale/wp-autohooks-library
Releases · spenserhale/wp-autohooks-library
1.2.0
1.1.1
Fixing a bug where Traits, Interfaces, and Abstract Classes were being processed for wiring.
Now we skip those types of classes as we only want to wire concrete classes.
1.1.0
New feature ComposerClassLoaderParser.
Supporting a use case where composer.json is not available at runtime, so the Classloader object now can be used to fetch classes and data. Created tests and documentation for new features.
Also, I updated the PHPUnit version to the latest.
Release 1.0.0
WP AutoHooks is a PHP Library that allows you to define Attributes on Classes and Methods to
document and register WordPress Hooks.