0244bd5327
* improve patch version detection and automatically fix incorrect format for version * don’t include composer.json version update in commit * update build-plugin zip to account for autoloader generation * for zip-only do composer dump-autoload command * regenerate classmap after composer version change reverted in composer.json and/or deployed * fix condition * improve/fix version string splitting * remove lingering debugging * Add some more info around the question on whether this is deployed to WordPress.org or not * update release doc about main branch version bumping * tweak wording in release docs * fix grammar in user instructions |
||
---|---|---|
.. | ||
block-client-apis | ||
blocks | ||
contributors | ||
extensibility | ||
releases | ||
testing | ||
theming | ||
readme.md |
readme.md
WooCommerce Blocks Handbook
The WooCommerce Blocks Handbook provides documentation for designers and developers on how to extend or contribute to blocks, and how internal developers should handle new releases.
Document | Description |
---|---|
Contributing | These documents explain how you can contribute to the development of the blocks plugin, development best practices, and how to help with testing. |
Releases | These documents cover how to release and test new versions of the blocks plugin. |
Blocks | This documentation covers functionality specific to certain Blocks. |
Block Client APIs | This documentation covers API interfaces within Blocks. In most cases, these docs describe APIs and interfaces that are internal only, and thus are provided to assist with developing the blocks in this repository. Documentation will tend to focus on high level overviews. |
Store API (REST API) | These documents cover the Store API used to get product data on the frontend. |
Extensibility | These documents cover extensibility of WooCommerce Blocks. |
Theming | These documents cover theming for blocks, styles, CSS classnames and other theming best practices. |