v1.8.0
✨ Added
- Added new
WordPressScheduleServiceProviderservice provider to manage the WordPress cron jobs - Added new
php bones make:schedulecommand 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
fileproperty in thePlugin Classas alias of__FILE__constant
🐛 Fixed
- Improved deployment process by excluding
tsconfig.jsonfrom 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 bonesfor better readability. - Updated the Service Providers documentation to reflect the new changes
- Completely rewrote all boilerplates using the new
wpkirk-helperspackage, enhancing project structure and maintainability - Improved documentation for Boilerplate, addressing minor bug fixes and enhancing overall clarity