Releases: Brain-WP/BrainMonkey
Releases · Brain-WP/BrainMonkey
v2.6.2
Changed
- Several updates and improvements on GH Actions, by @jrfnl
- Add dependabot configuration file by @jrfnl
- WP Helper functions: ensure parameter names are in line with WP Core by @jrfnl
- Predefined functions enhancements by @gmazzap
Added
- Add
wp_validate_boolean
test assertions by @paulshryock - Stub
_n_noop
,_nx_noop
,translate_nooped_plural
by @gmazzap - PHP 8.4 Compatibility by @jrfnl
Full Changelog: 2.6.1...2.6.2
v2.6.1
v2.6.0
v2.5.0
v2.4.2
v2.4.1
v2.4.0
Added
- Stubs for
do_action_deprecated
andapply_filters_deprecated
Changed
- Improved Travis workflow, including PHP cross-version compatibility, props @jrfnl
- Added codecov.io to Travis
- Improved PHPUnit compatibility across PHP versions, props @jrfnl
Fixed
- Fixed logic bug in
HookStorage::parseArgsToAdd
, props @szepeviktor - Fix implode argument order (PHP 7.4 compatibility fix), props @jrfnl
- Many code styling fixes and cleanup, props @jrfnl
v2.3.1
v2.3.0
Added
Actions\expectRemoved
andFilters\expectRemoved
(see #45)Functions\stubTranslationFunctions()
Functions\stubEscapeFunctions()
- Pre-defined stubs for
is_wp_error()
andabsint
- Default params handling for added and removed hooks
- Tests for new features
- Basic functional tests
- Docs for new features
Changed
- Re-structured tests folder and test suites
- Deleted bootstrap file and rely on autoload-dev only
- Improved base test class
- Docs improvements in various files (ses #49)
- Improved various doc blocks and removed all
@throws
occurrences
Fixed
- Minor tests issues
- End-of-line inconsistencies