Releases: sciactive/hookphp
Releases · sciactive/hookphp
2.1.0
Add JSON serialization hooking features.
2.0.2
Fixed a name collision bug. Unless someone else is starting their variables with HOOK, we shouldn't have any more name collisions.
2.0.0
Added support for variadic functions. Now requires PHP7.
1.2.1
Fixed a returning by reference error.
1.2.0
Some minor improvements, and real tests.
1.1.0
When you update, you'll have to refactor your calls from H:: to Hook::.