Release/3.6.2 (#3894)
Summary: Updated the supported WooC + WP versions to: 10.6.1 & 6.9.4
Pull Request resolved: https://github.com/facebook/facebook-for-woocommerce/pull/3894
Reviewed By: cshing-meta
Differential Revision: D98913039
Pulled By: rafael-curran
fbshipit-source-id: d400b457cd0365ad823382a5a453a0a0b6fe6c18
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Meta for WooCommerce, formerly Facebook for WooCommerce, is now an official plugin from Meta.
We’re excited to announce that the plugin is is now owned by Meta, and we invite the developer community to join us in shaping its future through contributions.
Grow your business on Facebook, Instagram and WhatsApp. Easily promote your products and target accurately using powerful sales and marketing tools. Update your customers about their orders on WhatsApp at every step, freeing up more time for you to focus on your business. Reach new customers and drive traffic to your website with seamless ad experiences, from discovery to conversion. Automatically sync your eligible products to your Meta catalog, so you can easily create ads right where your customers are.
This is the development repository for the Meta for WooCommerce plugin.
Support
Please first take a look at the Meta helpcenter docs, by searching for keywords like ‘WooCommerce’ here. If you didn’t find what you were looking for, you can go to Meta direct support and ask your question.
If you have a WooCommerce.com account, you can search for help or submit a help request on WooCommerce.com.
Logging
The plugin offers logging that can help debug various problems. You can enable debug mode in the main plugin settings panel under the
Enable debug modesection. By default plugin omits headers in the requests to make the logs more readable. If debugging with headers is necessary you can enable the headers in the logs by settingwc_facebook_request_headers_in_debug_logoption to true.Development
Developing
wp-content/plugins/folder your WooCommerce development environment.npm installcomposer installnpm startto build a development versionnpm run lint:phpto run PHPCS linter on all PHP files./bin/install-wp-tests.sh <test-db-name> <db-user> <db-password> [db-host]to set up testing environmentnpm run test:phpto run PHP unit tests on all PHP files./vendor/bin/phpunit --coverage-html=reports/coverageto run PHP unit tests with coverageProduction build
npm run build: Builds a production version.Releasing
Refer to the wiki for details of how to build and release the plugin.
PHPCS Linting and PHP 8.1+
We currently do not support PHPCS on PHP 8.1+ versions. Please run PHPCS checks on PHP 8.0 or lower versions. Refer #2624 PR for additional context.