Releases: vyskoczilova/woocommerce-payforpayment
Releases · vyskoczilova/woocommerce-payforpayment
2.1.8
2.1.7rc1
- Update: Add support for WOOCS converter.
2.1.7
Release
2.1.6
- Fix: Don't deactivate the plugin even when the WooCommerce is not active (keep a notice only).
2.1.5-rc.1
- Feature: Add
[MINIMUM_AMOUNT]
and[MAXIMUM_AMOUNT]
placeholders to fee title
2.1.5
Release
Fix: plugin compatibility
- Fix: Added compatibility with Eurobank WooCommerce Payment Gateway plugin - see bug report
Fix taxes by cart items & WPML exchange rates
- Fix - WPML exchange rates (apply filter
wcml_raw_price_amount
) - Fix - tax class when taxes by cart items is on - applies the highest used tax. Thanks to morvy
Fix rounding
- Fix - cost rounding (use
wc_get_rounding_precision()
) - thanks to morvy
Fix empty arrray issue gateway settings
- Fix - check if array passe in gateway settings (fixes Mercadopago error)