You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed this occurs in the most recent version of WordPress, WooCommerce, and Facebook for WooCommerce.
I have confirmed this occurs when only WooCommerce and Facebook for WooCommerce are active and when using a default WordPress or WooCommerce theme.
✍️ Describe the bug
HPOS and Hosted Woo Updates relies on Automattic\WooCommerce\Admin\Features\OnboardingTasks\TaskLists, \Automattic\WooCommerce\Admin\Notes\Note and Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController classes. All of these classes are not available in WooCommerce 5.3, which is the minimum compatible version decided and hence an internal error server will be thrown on activation of the plugin.
🚶♀️ Steps to reproduce
Install and activate WooCommerce 5.3
Install the latest version from develop branch and activate.
A critical error would be thrown.
✔️ Expected behavior
The plugin should be backward compatible.
The text was updated successfully, but these errors were encountered:
🔎 Isolate the bug
✍️ Describe the bug
HPOS and Hosted Woo Updates relies on
Automattic\WooCommerce\Admin\Features\OnboardingTasks\TaskLists
,\Automattic\WooCommerce\Admin\Notes\Note
andAutomattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController
classes. All of these classes are not available in WooCommerce 5.3, which is the minimum compatible version decided and hence an internal error server will be thrown on activation of the plugin.🚶♀️ Steps to reproduce
develop
branch and activate.✔️ Expected behavior
The plugin should be backward compatible.
The text was updated successfully, but these errors were encountered: