Skip to content

2.4.0

Compare
Choose a tag to compare
@ErikBernskiold ErikBernskiold released this 05 Oct 11:04
· 19 commits to master since this release

Added

  • Integrated our block plugin support package into the plugin base for easier use and maintenance.
  • New forge make:block command to easily scaffold a new block.
  • New forge setup:block-build command to easily scaffold the block build process.
  • Abstract Job class for creating long-running background tasks.
  • Abstract Bulk_Action class for quickly scaffolding new bulk actions.
  • Abstract Multisite_Tab class for quicklt scaffolding a new tab in the network admin website edit view.

Fixed

  • AssetManager was not hooking the static implementation but the abstract.