Skip to content

Releases: alma/alma-installments-prestashop

v1.2.2

11 Jul 17:20
02f6233
Compare
Choose a tag to compare
  • Adds hybrid PnX from 1.5.6.2 to 1.6.x
  • Fixes eligibility message on cart not being in sync with configured hybrid PnX amount bounds

v1.2.1

14 Jun 12:22
Compare
Choose a tag to compare
  • Fixes boundary checks on installment plans that triggered errors on disabled plans
  • Fixes p3x payment option remaining enabled even when unchecked in the module configuration

v1.2.0

12 Jun 17:00
Compare
Choose a tag to compare
  • Adds refund capability with either PrestaShop's refund feature & order state change to "refund" state (configurable)
  • Applies security suggestions from PrestaShop's security audit
  • Updates dependencies (alma-php-client)
  • Changes default values for some configurable messages

v1.1.1

03 Jun 09:34
Compare
Choose a tag to compare
  • Fixes usage of empty that can cause issues in older versions of PHP

v1.1.0

10 May 13:56
Compare
Choose a tag to compare
  • Adds support for multiple installments plans (2-, 3- and 4-installment plans) on PrestaShop 1.7+
  • Adds order_total as a template variable for displayPayment
  • Various fixes to comply with PSR1/PSR2 and PrestaShop validator
  • Preparation for marketplace validation & release

v1.0.1

01 Mar 14:56
Compare
Choose a tag to compare

Let's start following semver.

  • Adds User-Agent string containing the module's version, PrestaShop version, PHP client and PHP versions, to all requests going to Alma's API.

v1.0.0

21 Dec 17:39
Compare
Choose a tag to compare

This version evolved for a while without any version bump 🤷‍♂️
Features in the latest push to this release:

  • Compatible from PrestaShop 1.5.6.2 to 1.7.x
  • Module can be configured in Test and Live mode; Test mode only shows Alma's payment method to visitors who are also
    logged in to the shop's backoffice
  • A message displays below the cart to indicate whether the purchase is eligible to monthly installments
  • The module adds a payment method/payment option to the checkout, which redirects the user to Alma's payment page.
    If everything goes right (i.e. Customer doesn't cancel, pays the right amount, ... ), an order is created and validated
    upon customer return.