Commit Graph

7 Commits

Author SHA1 Message Date
Rostislav Wolny
7821c5767b Use current namespace for Woo store API checkout schema class
The new namespace is supported from WooCommerce 6.4.0 so we don't need
to support the old namespace any more.
Some users reported issues with BC class aliases provided by Woo.
[MAILPOET-4774]
2022-11-03 15:16:43 +01:00
Rodrigo Primo
b225c22217 Replace Paris models with Doctrine entities in WooCommerceBlocksIntegration
[MAILPOET-4365]
2022-09-19 13:35:39 +02:00
David Remer
abd4c7b52d Switch WooProductBlock hooks and extender class by version
[MAILPOET-4276]
2022-05-09 10:41:12 +02:00
David Remer
a812386244 Fallback to __experimental_woocommerce_blocks_checkout_update_order_from_request action
The current implementaiton of the deprecation of woocommerce_blocks_checkout_update_order_from_request
has a bug which causes a fatal error of our plugin. We do not want immediately switch to the
latest hook in order to keep older versions of the plugin compatible with MailPoet.

Therefore we switch to the deprecated __experimental ancestor for now.

[MAILPOET-4206]
2022-03-28 15:34:26 +02:00
Jan Lysý
38fb681942 Improve blocks integration
[MAILPOET-3937]
2022-02-10 12:35:14 +01:00
Jan Lysý
1da83f7afc Add typecast for the checkout option parameter
[MAILPOET-4074]
2022-01-20 12:48:13 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00