Releases: simplemediacode/hooks
Releases · simplemediacode/hooks
2.1.2
Full Changelog: 2.1.1...2.1.2
2.1.1
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Refactored code to follow DRY and KISS principles by @rolandinsh
- Removed redundant
Hook
class in favor of direct implementation inHooksManager
by @rolandinsh - Standardized method naming across the codebase by @rolandinsh
- Improved method documentation with comprehensive PHPDoc comments by @rolandinsh
- Optimized hook callback execution by @rolandinsh
- Fixed interface implementation consistency by @rolandinsh
- SimpleMediaCode -> Simplemediacode by @rolandinsh in #9
Full Changelog: 2.0.1...2.1.0
2.0.1
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed in v2.0.0
- Breaking Changes. V2.0.0 by @rolandinsh in #7
Breaking Changes
- Complete refactoring to modern PHP architecture
- Renamed
WP_Hook
toHook
- Introduced
HooksInterface
andHooksManager
- Removed global variables and functions
- Added static
Hooks
facade for backward compatibility - Improved type safety with PHP 8+ return types
Bug Fixes
- Added missing method definitions to
HooksInterface
:getHookCount()
,isExecutingHook()
, andgetCurrentHook()
- Fixed consistency between interface methods and their implementations
Full Changelog: 1.0.8...2.0.0
1.0.8
PHP 8.3 and 8.4 support tags
1.0.7
Better compitability with PHP8
Moves forward to the next element in next
method.
1.0.6
Compitable with PHP8
1.0.5
composer file updates and packagist
1.0.4
class naming