Releases: alma/alma-woocommerce-gateway
Releases · alma/alma-woocommerce-gateway
v1.3.0
- Remove PHP warnings & do not display widget on out-stock or un-priced product
- Minor refactoring
- Enhance dev docker env (display php warnings / errors + prioritize custom-php-ini file)
- Fix widget display price without tax depending on WooCommerce tax rule configuration
- Add fallback locale on checkout payment ALMA API call
- Add filter to override locale on checkout payment ALMA API call
- Add widget shortcodes
v1.2.3
v1.2.2
v1.2.1
v1.2.0
- Allows merchant to activate 2-, 3- and 4-installment plans, with min and max allowed amounts per plan
- Displays an Alma widget on product pages and cart page to inform customers of eligible payment plans
- Displays a full payment plan for each plan option on the checkout page
- Enables Alma by default for all
fr_*
locales - Adds a
alma_wc_enable_for_locale
that can be used to enable Alma for additional locales - Any of the module's settings can be overridden via a filter:
alma_wc_settings_[setting_name]
- Fixes compatibility issues with WooCommerce 2.6.14
- Fixes many bugs
- Dependencies update
v1.1.7
- Do not require Live key in Test mode and vice versa
- Include cancel url, order reference & order URLs in payment data
- Don't show the eligibility message in case of API error
- Stop checking in vendor dependencies – they'll be included in each release's ZIP file