Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backward Compatibility for HPOS and Hosted Woo Updates #2357

Closed
2 tasks
ibndawood opened this issue Nov 7, 2022 · 0 comments · Fixed by #2358
Closed
2 tasks

Backward Compatibility for HPOS and Hosted Woo Updates #2357

ibndawood opened this issue Nov 7, 2022 · 0 comments · Fixed by #2358
Assignees

Comments

@ibndawood
Copy link
Contributor

🔎 Isolate the bug

  • 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

  1. Install and activate WooCommerce 5.3
  2. Install the latest version from develop branch and activate.
  3. A critical error would be thrown.

✔️ Expected behavior

The plugin should be backward compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant