2.0.22 Release Notes
Version 2.0.22 is a patch release with one bug fix.
Bug Fixes
Fatal Error on My Account Payment Methods Page for Older WooCommerce Versions
Stores running a version of WooCommerce older than 10.0.0 could encounter a fatal error when a customer visited the My Account > Payment Methods page. This was caused by a call to WooCommerce's is_payment_methods_page() function, which wasn't introduced until WooCommerce 10.0.0. This has been fixed — the plugin now checks that the function exists before calling it, so stores on older WooCommerce versions are no longer affected.