Releases: ifthenpay/prestashop8
Ifthenpay 8.3.0
New feature:
- Add Pix payment method;
- Add option to trigger invoice on payment confirmed;
Fix:
- Add correction for payment method title in admin config, contribuition of @msmzuppa;
Ifthenpay 8.2.0
Full Changelog (v8.1.1...v8.2.0)
New feature:
- Add Ifthenpay Gateway payment method;
- Add mobile phone country code selection at checkout for MB WAY payment method;
Notice:
This update modifies the existing callback URLs and will disable your currently saved callbacks. After applying the update, you must re-enable your payment method callbacks. To do this, turn the callback activation off, save the configuration, then turn it back on and save again.
Ifthenpay 8.1.1
Full Changelog (v8.1.0...v8.1.1)
New feature:
- Allows expired cofidis pay orders to be automatically canceled;
- Added "Payment by Cofidispay not approved" status for when Cofidis Pay orders are disapproved by Cofidis;
Bug fix:
- Improved some translations;
Ifthenpay 8.1.0
Full Changelog (v8.0.3...v8.1.0)
This new version is centered around the introduction of the new payment method Cofidis Pay.
New feature:
- Added Cofidis Pay payment method;
Bug fix:
- Fixed some translations and tooltips that were incorrect or misleading;
- Placed admin view payment details inside a card element;
Ifthenpay 8.0.3
Full Changelog (v8.0.2...v8.0.3)
This version has been tested with the latest version of Prestashop (8.1.1) and aims to allow to those who already used version 1.7 of the module and intend to keep the database, migrating to Prestashop 8.
New feature:
- Enabled the Auto-Update module function: it checks if user's database has Ifthenpay older tables;
- Added checkColumnsExistence() method;
- Added alterColumnName() method;
- Added migration() method to IfthenpayInstallerFactory;
Bug fix:
- Updated "header" hook to "displayHeader" hook, since this one is deprecated.
Ifthenpay 8.0.2
Full Changelog (v8.0.1...v8.0.2)
This version has been tested with the latest version of Prestashop (8.0.4) and aims to correct refund confirmation notifications, as well to allow admin to activate/desactivate Ifthenpay Refund method for MBWay and CCard on payment setup module section.
New feature:
- Added a Refund Admin Setup:
- Added a Refund Switch to the MBWay setup form;
- Added a Refund Switch to the CCard setup form;
- Added buildEmployee() method to PrestashopModelFactory;
- Added sendEmailToAdmin() method in order to send employee data;
Improvement:
- Updated Partial Refund admin method:
- Changed security code expiration date to 10 minutes;
- Improved security code validation;
- Improvement of portuguese and english translation regarding payment setup form;
- Updated getMailTranslationString() utility;
- Updated Refund template in order to be consistent with the Ifthenpay Gateway notification template;
Bug fix:
- Fixed refundPayment() method in order to allow refund notifications to be sent with the logged-in employee's data.
Ifthenpay 8.0.1
Full Changelog (v8.0.0...v8.0.1)
This version aims to correct the incompatibility of some systems with the previous method for registering assets, as well as promoting a safer and more professional way of refunding payments: the Two Factor Authentication Partial Refund method.
New feature:
- Added Two Factor Authentication for Partial Refund method;
- Added Admin Refund Controller;
- Added Admin Refund Factory for MBWay and CCard;
- Added Admin Refund portuguese and english translation;
- Added Admin Refund Email Confirmation template;
- Added new Admin Refund Validation through security code that expires after 5 minutes;
Improvement:
- Improved log message regarding refund method;
- Improved error handler regarding refund method;
Bug fix:
- Fixed registering assets;
Ifthenpay 8.0.0
Full Changelog (beta...v8.0.0)
This final release includes a few bug fixes and improvements since the beta version, database renaming and a new feature (partial refund method).
New feature:
- Added partial refund method for MBWay;
- Added partial refund method for CreditCard;
- Added partial refund backofficeKey validation;
- Added partial refund exception handler;
- Added partial refund logs;
- Added new warning type log;
Improvement:
- Standardized the transaction_id for all payment methods.
- Improved portuguese translation;
Bug fix:
- Fixed formatedNumber function;
- Fixed payment cancel callback;
Ifthenpay 8.0.0 Beta 1
Full Changelog
- New module version adapted to Prestashop 8;
- Added improved log message regarding payment methods setup;