woocommerce/plugins
Vedanshu Jain b9f1f57e43
Fix failing WP nightly test (#34743)
* Fix failing by initializing properties.

1. wc_core_dir was earlier being initialized in by WC_Admin bootstrap file, after the monorepo merge, this is no longer needed and can be replaced by WC_ABSPATH directly. (Since WooCommerce core is not being mounted in a different folder).
2. $user was usually unintialized, but it still worked since when passing null it will autoset to 1. This is modified to either not handle this explicitly, and/or not pass any value when default is fine.

* Add changelog.
2022-09-23 13:27:59 +05:30
..
woocommerce Fix failing WP nightly test (#34743) 2022-09-23 13:27:59 +05:30
woocommerce-admin Disable action buttons when product form is invalid (#34658) 2022-09-22 17:47:44 -03:00
woocommerce-beta-tester Upgrade to pnpm 7 (#34661) 2022-09-16 09:21:42 +12:00