Skip to content

Releases: spenserhale/wp-autohooks-library

1.2.0

15 May 06:07
Compare
Choose a tag to compare

New Feature: Allows the usage of Hook and Shortcode attributes on methods defined in abstract classes to be wired with their concrete class implementation by using concrete class names instead of abstract class names for callable strings.

1.1.1

16 Apr 04:23
Compare
Choose a tag to compare

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

15 Apr 04:34
Compare
Choose a tag to compare

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

08 Feb 00:35
Compare
Choose a tag to compare

WP AutoHooks is a PHP Library that allows you to define Attributes on Classes and Methods to
document and register WordPress Hooks.