55aafb9fc6
* Remove ProductTitle component * Remove ProductSettings component * Remove ProductMoreMenu component * Remove ProductFormHeader component * Remove ProductVariationFormHeader component * Remove ProductFormFooter component * Remove ProductFormLayout component * Remove ProductForm component * Remove ProductTourContainer component * Remove AddProductPage component * Remove ProductVariationForm component * Remove EditProductPage component * Remove ProductFormTab component * Remove SingleImageField component * Remove ProductVariationDetailsSection component * Remove ProductVariationsSection component * Remove DetailsSectionFills component * Remove ImagesSectionFills component * Remove ShippingSectionFills component * Remove AttributesSectionFills component * Remove PricingSectionFills component * Remove InventorySectionFills component * Remove product-form-fills file * Remove product-form-variation-fills file * Remove product-form-api-fills file * Remove ClassicEditorIcon component * Remove HiddenIcon component * Remove VisibleIcon component * Remove drag-and-drop.svg file * Remove ProductSectionLayout component * Remove products/constants.tsx file * Remove new-product-management-experience feature flag * Fix linter errors * Add changelog files |
||
---|---|---|
.. | ||
.wordpress-org | ||
api | ||
assets | ||
bin | ||
changelog | ||
images | ||
includes | ||
src | ||
userscripts | ||
.distignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.prettierrc.js | ||
.travis.yml | ||
.wp-env.json | ||
EXTENDING-WC-ADMIN-HELPER.md | ||
NEXT_CHANGELOG.md | ||
README.md | ||
changelog.txt | ||
composer.json | ||
composer.lock | ||
package.json | ||
phpcs.xml | ||
plugin.php | ||
tsconfig.json | ||
webpack.config.js | ||
woocommerce-beta-tester.php |
README.md
WooCommerce Beta Tester
A plugin that makes it easy to test out pre-releases such as betas release candidates and even final releases. It also comes with WooCommerce Admin Test Helper that helps test WooCommerce Admin functionalities.
Installation
You can either install the latest version from wp.org or symlink this directory by running ln -s ./ :path-to-your-wp-plugin-directory/woocommerce-beta-tester
Development
To get started, run the following commands:
pnpm --filter=@woocommerce/plugin-woocommerce-beta-tester install
pnpm --filter=@woocommerce/plugin-woocommerce-beta-tester start
See wp-scripts for more usage information.
Usage
You can get to the settings and features from your top admin bar under the name WC Beta Tester.
For more information about WooCommerce Admin Test Helper usage, click here.
Run ./bin/build-zip.sh
to make a zip file.