- Updated hooks to conform to new format in the rest of the framework.
- Replaced
wp_kseswithwp_kses_postin therequirements-error.phptemplate file. - Replaced usage of
DIRECTORY_SEPARATORwith calls towp_normalize_path. - Improved automated testing.
- Replaced all references to
sprintfwithwp_sprintf.
- Changed the default support URL.
- Migrated from Travis CI to Github Actions.
- Development tools updates.
- Created an export of all used WP functions and classes.
- Tweaked development tools configurations.
- Tweaked the
dws_wp_framework_get_bootstrapper_init_statusfunction.
- Added
declare( strict_types = 1 )to test files. - Fixed minor tweaks and typos in tests.
- Prefixed all functions from the global namespace to clear ambiguity.
- Fixed some typos in the documentation.
- Moved module-specific functions to their own non-autoloaded file.
- Added automated testing via Codeception
- Improved Travis-CI pipeline
- First official release.