Skip to content

v1.0.0

Compare
Choose a tag to compare
@kuserich kuserich released this 14 Sep 15:41
· 20 commits to main since this release

Initial Release

  • Added Block class with default implementation for easier block development
  • Added Extension class with default implementation for easier extension development
  • Added Functions class with a set of useful helper functions. Particularly register_extension_from_metadata to simplify extension registration which mimics the approach that WordPress uses to register blocks
  • Added conditional enqueueing for extension assets with the requires field in extension.json
  • Added WooCommerce classes for simplified WooCommerce plugin development