v1.8.0
✨ Added
- Added new
WordPressScheduleServiceProvider
service provider to manage the WordPress cron jobs - Added new
php bones make:schedule
command to create a new WordPress cron job - Added new WPKirk-Cron-Boilerplate example plugin
- Added new WPKirk-Hooks-Boilerplate example plugin
- Added new
wpbones_cache()
helper function to manage a simple cached data in the WordPress transients - Added new
wpbones_import()
helper function andimport()
alias for streamlined module folder management - Added new
file
property in thePlugin Class
as alias of__FILE__
constant
🐛 Fixed
- Improved deployment process by excluding
tsconfig.json
from file synchronization to streamline build and transfer operations (#50) - Improved text domain loading to align with WordPress 6.7 Internationalization improvements (#51)
💎 Changed and Improved
- Reorganized the command list in
php bones
for better readability. - Updated the Service Providers documentation to reflect the new changes
- Completely rewrote all boilerplates using the new
wpkirk-helpers
package, enhancing project structure and maintainability - Improved documentation for Boilerplate, addressing minor bug fixes and enhancing overall clarity