Skip to content

Commit

Permalink
Version 4.1.15
Browse files Browse the repository at this point in the history
Add option whether to show fee
Remove MobilePay checkout
Add option QP_GDPR_SAFE
  • Loading branch information
Gitdyr committed Mar 6, 2024
1 parent e36249d commit ce297e9
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 101 deletions.
52 changes: 52 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,26 @@ Version 4.0.17
2015-08-18 2015-09-01
Fixed fee for Maestro.
Handle case where order_id already exists.

Version 4.0.17
2015-09-01 2015-10-01
File: quickpay.php

Version 4.0.18.
Check fees are valid.
Fixed transition from version 4.0.15.

Version 4.0.19
2015-09-30 2015-10-01
Support for PHP 5.3.

Version 4.0.20
2015-10-01 2015-10-31
Fixed description for key used with fees.
Fixed cancel function.
Only use mobilepay for DK.
Fees for foreign cards were not displayed.

Version 4.0.21
2015-10-31 2016-02-02
Updated manual.
Expand All @@ -30,26 +35,31 @@ Die if payment fails (due to wrong key etc.).
Warning if shop is in maintenance mode.
Put order in error state if callback was not detected.
Setting for test payments added.

Version 4.0.22
2016-02-03 2016-02-06
Handle reused order ID (cart ID) gracefully.

Version 4.0.23
2016-02-06 2016-02-29
Check access rights for payments when configuration is saved.
Display fraud suspected data.
Product for fee is now always deactivated.
Fixed handling of amounts in JPY and other currencies that have a number of decimals that is not 2.
Set currency in context to cart currency.

Version 4.0.24
2016-02-29 2016-04-14
Reject validation if payment has already been accepted.
Added extra check for failed payment.
Added facilitator to payment status (e.g. MobilePay).

Version 4.0.25
2016-04-14 2016-06-18
Fixed payment fee in combination with cart rule.
Handle general cURL error.
Changed text for combined 3D credit cards.

Version 4.0.26
2016-06-18 2016-08-03
Fixed date format for PrestaShop 1.4.
Expand All @@ -62,14 +72,17 @@ Handle fees for MobilePay properly.
Use HTTP_RAW_POST_DATA if php://input is empty.
Only create table if it does not exist.
Ignore already processed payments in callback.

Version 4.0.27
2016-08-04 2016-10-09
Removed eDankort.
Fixed fee calculation when discount is added for PrestaShop 1.6.1.4 and later.
Remove discounts from fee product.

Version 4.0.28
2016-10-09 2016-10-15
Added Swipp.

Version 4.0.29
2016-10-15 2016-12-09
Validator changes.
Expand All @@ -79,21 +92,26 @@ Fixed problem in PrestaShop 1.7 where the smarty function "displayPrice" is miss
First version for PrestaShop 1.7.
Fixed PHP notifications.
Inhibit the log message: "Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart" when order is complete.

Version 4.0.30
2016-12-09 2016-12-25
Cast IDs to int for improved security.
Updated Mastercard 3d image.

Version 4.0.31
2016-12-25 2017-01-27
Fixed bug for order numbers with non-numerical prefix.

Version 4.0.32
2016-01-27 2017-02-16
Added selection for fee tax.

Version 4.0.33
2017-02-16 2017-03-19
Added extra information (order ID/reference etc.).
Fixed amount for payments with failed attempts.
Fixed problem with discounts when fee had been added.

Version 4.0.34
2017-03-19 2017-10-05
Guests did not end up on the right completion page.
Expand All @@ -117,41 +135,51 @@ Use fromQpAmount() and toQpAmount() for all amount conversions.
Handle rounding problem e.g. with JPY
Added autoget option.
Enable MobilePay for Norway and Finland.

Version 4.0.35
2017-10-06 2017-11-12
Set fee name for all languages.
Set utm_nooverride in return URL.
Use cart->id_lang instead of PS_LANG_DEFAULT in addFee().

Version 4.0.36
2017-10-25 2017-11-12
Do not set basket contents when payment method is PayPal. PayPal calculates the VAT differently from PrestaShop.
Fixed compatibility problem with very old PHP (5.4).
Removed usage of callback.
Show orders in back office even if quickpay table has been emptied.

Version 4.0.37
2017-11-22 2017-11-23
Do not invalidate cart cache.

Version 4.0.38.
Fixed problem for basket with % in product names.
Fixed unwanted log message: Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart

Version 4.0.39
2017-11-23 2017-12-15
Removed unwanted spaces in test for PayPal method.
Fixed module_version in variables.

Version 4.0.40
2017-12-15 2018-01-12
Added shipping cost to payment information.
Removed colon.

Version 4.0.41
2017-12-15 2018-02-08
Parameter was missing for toQpAmount().

Version 4.0.42
2018-02-09 2018-02-19
Reintroduced callback function.

Version 4.0.43
2018-02-19 2018-05-09
Added Apple Pay and Bitcoin.
Fixed PayPal payments with shipping cost greater than zero.

Version 4.0.44
2018-05-09 2019-01-03
Added support for MobilePay Checkout.
Expand All @@ -166,67 +194,91 @@ Ignore double validation (unnecessary log message removed).
Fixed fail message (currency changed, test order) for PrestaShop 1.7.
Use getMediaLink() for logos.
Renamed Quickpay to QuickPay.

Version 4.0.45
2019-01-07 2019-01-14
Fixed phone number for MobilePay Checkout.
MobilePay Checkout option was not always properly disabled.

Version 4.0.46
2019-01-14 2019-06-23
Added confirmation page for MobilePay Checkout
Added Resurs Bank and Vipps
Added alternative state for capture
Added support for Dankort 3D
Updated logos (Maestro/Mastercard)

Version 4.0.47
2019-06-23 2019-06-25
Clean template cache

Version 4.0.48
2019-06-25 2019-08-04
Added delivery address text for MobilePay Checkout

Version 4.0.49
2019-08-04 2020-05-17
Setup cart in context to satisfy some OPC modules
Support for automatic cancelling of payments
Ignore callback with operation type capture

Version 4.0.50
2020-05-18 2020-09-28
Renamed payment method from "klarna" to "klarna-payments"

Version 4.0.51
2020-09-28 2020-10-07
Fixed usage of translation method

Version 4.0.52
2020-12-05 2020-12-15
Updated for PrestaShop 1.7.7.0

Version 4.0.53
2020-12-15 2021-01-05

Version 4.1.0
Added GL and removed NO for MobilePay
Fixed currency problem for PrestaShop 1.7.7
Added ANYDAY Split
Updated for Unzer release
Use curl for local validation

Version 4.1.6
Fix problem with order complete when MobilePay switches to default browser

Version 4.1.7
Support for multiple order states for capture

Version 4.1.8
Added Google Pay

Version 4.1.9
Browser dependent payment methods
Google Pay only shown for Chrome
Apple Pay only shown for Safari

Version 4.1.10
Add support for Unzer Invoice
Handle wrapping cost

Version 4.1.11
Remove Unzer Invoice
Add vippspsp as payment method

Version 4.1.12
Support PrestaShop 8.0.0
Trim spaces from name in MobilePay checkout

Version 4.1.13
Update logo for Anyday
Fix deprecated hooks
Fix for PHP 8.2

Version 4.1.14
Check type and status in validate function

Version 4.1.15
Add option whether to show fee
Remove MobilePay checkout
Add option QP_GDPR_SAFE
Loading

0 comments on commit ce297e9

Please sign in to comment.