Skip to content

Releases: sixach/wp-block-api

v1.0.3

17 Mar 07:37
64e527a
Compare
Choose a tag to compare

Removed

  • Discarded unreliable loading optimization (should_load_extension_assets) [#6]

v1.0.2

17 Oct 19:33
1db3bb8
Compare
Choose a tag to compare

Added

  • Added export-ignore rules in .gitattributes to reduce package size

Changed

  • Extended README.md

v1.0.1

23 Sep 12:36
173f6b4
Compare
Choose a tag to compare

Fix:

  • Fixes a fatal error on PHP versions below 7.4 where $was_initialized couldn't be accessed

v1.0.0

14 Sep 15:41
Compare
Choose a tag to compare

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