DEV Community

wpbones
wpbones

Posted on

WP Bones 1.8.0: Advancing WordPress Plugin Development

The latest release of WP Bones, version 1.8.0, is a major update for developers looking for a strong framework for WordPress plugin development. Released on November 15, 2024, this version includes new features, bug fixes, and enhancements that simplify development and expand the framework's capabilities. Here’s a detailed overview of what’s new and improved in WP Bones 1.8.0.

WP Bones v1.8

  • WordPressScheduleServiceProvider: Simplifies management of WordPress cron jobs, inspired by Laravel's scheduling.
  • php bones make:schedule Command: Facilitates easy creation of cron jobs from the command line.
  • Boilerplate Enhancements:
  • WPKirk-Cron-Boilerplate and WPKirk-Hooks-Boilerplate serve as templates demonstrating best practices.
  • New Helper Functions:
    • wpbones_cache(): Simplifies cached data management using WordPress transients.
    • wpbones_import(): Streamlines module folder management for better code organization.
  • File Property in Plugin Class: Provides an alias for the FILE constant, simplifying plugin architecture.

and more...

Top comments (0)