Skip to content

Latest commit

 

History

History
174 lines (142 loc) · 7.99 KB

CHANGELOG.md

File metadata and controls

174 lines (142 loc) · 7.99 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.6.9] - 2021-09-14

Changed

  • Amazon login activated permanently, removed from module settings
  • Link existing newsletter subscription to new created accounts, when guest/newsletter accounts get deleted

[3.6.8] - 2020-02-09

Fixed

  • Fixed an include

[3.6.7] - 2020-02-05

Fixed

  • Use random_bytes

[3.6.6] - 2020-02-02

Fixed

  • Adds a secret key to the controller See the Documenatation how to use the Secret Key in CronJobs #Secret Key

[3.6.5] - 2020-02-01

Fixed

  • optimization to the controllers

3.6.4 - 2019-11-19

Fixed

  • added method exception to disable the cronjob on amazon call function #132

3.6.3 - 2019-11-07

Changed

  • Change Documentation URL #128

##Fixed

  • Reduce timeout to avoid Missing ordernumbers #129

3.6.2 - 2019-10-30

Fixed

  • Add missing parent::__construct calls #124
  • Make testFinalizeOrder more robust #124

3.6.1 - 2019-10-25

Fixed

  • Fixed the missing parent call in "OxidEsales\Eshop\Core\Email" #120

3.6.0 - 2019-10-10

Fixed

  • The ajax request for confirmation is now fired, if agb click is not active or checked #115

Changed

  • You don't need to configure the special street contries (aAmazonStreetNoStreetCountries) anymore. The module just checks the matches and chooses which field is used for the street. Refactored a bit! #116

Added

  • Added a special number handling for the error cases, in which amazon saves just the house number in address line 2. #117

3.5.0 - 2019-10-04

Changed

  • Refactored Docker setup
  • Changed the success link and added real umlauts
  • Inserted real numbers for the position in the metadata
  • Added oxNew for the custom logger

3.4.0 - 2019-08-09

Added

  • Added local development setup
  • Added structure for an module logging
  • Implemented rudimentary logging for all module functions

3.3.1 - 2019-05-24

Fixed

  • Fix isActive check for basket sums lower than 1 (#92)
  • Fix typo (#76)
  • Fix if rendering button if article variant is fetched via ajax in article detail page (#91)

3.3.0 - 2019-05-13

Added

  • Addresses without street numbers will now get parsed, too (OXAP-155)
    • Make sure to set up required fields correctly to allow street without streetnumber e.g. remove oxuser__oxstreetnr and oxaddress__oxstreetnr from "Mandatory fields in User Registration Form" in OXID Backend -> Master Settings -> Core Settings -> Tab: Settings -> Other Settings
  • Add PSD2 support (OXAP-187, OXAP-192, OXAP-199, OXAP-200, OXAP-201, OXAP-202)

Changed

  • Changed License to the MIT License (OXAP-172)
  • Changed OXID module settings parameter to correct wording 'constraints' instead of 'constrains' (OXAP-181)
  • Update Amazon Pay SDK to version 3.4.1 (OXAP-190)

Fixed

  • Fixed possibility that there will be orders created with [email protected] email addresses and no billing address under certain circumstances (OXAP-183)

Removed

  • Removed settings for customization of amazon locale settings (OXAP-119)

3.2.2 - 2018-11-21

Added

  • This changelog file with documentation of changes since version 3.1.0

Fixed

  • Button "Use Amazon billing address" now copies street and streetnumber (OXAP-147)
  • Fixed Amazon Pay Button without active option "Login With Amazon" (OXAP-148)
  • Display Amazon Pay actions on admin for old paymemt id (jagamazon) (OXAP-161)

3.2.1 - 2018-10-16

Fixed

  • Fixed unit tests to work in different phpunit versions

3.2.0 - 2018-10-11

Added

  • Added address parsing for countries that have another order of street and street number

Changed

  • Update oxorder__oxtransstatus if order gets closed
  • Table bestitamazonrefunds will now be changed from update from JAG version to bestit version, too

Fixed

  • Corrected id of div for amazon pay button to let form be serialized without errors
  • Corrected JS on cl=order to prevent errors on orders not paid with Amazon Pay

3.1.4 - 2018-07-16

Fixed

  • Removed deprecated typehint on oxOrder::_parentFinalizeOrder()

3.1.3 - 2018-07-03

Fixed

  • Fixed empty "change payment" link

3.1.2 - 2018-06-15

Added

  • Added module setting for visibility of Amazon Pay button on details page
  • Added module setting for visibility of Amazon Pay button on minibasket

Fixed

  • Fixed broken build for latest OXID 6
  • Fixed bug with CurrencyMismatch error

3.1.1 - 2018-05-17

Added

  • Added module setting to enable multi currency not only as hidden feature

3.1.0 - 2018-05-15

Added

  • Added tooltip for Amazon Pay and Amazon Login button
  • Orders will now get closed by cronjob
  • Quick checkout for single product from details page with Amazon Pay
  • Check for save on module settings if leaving page without saving
  • Send plugin version on request to Amazon Pay API
  • Amazon Pay button on minibasket

Changed

  • Made Unit Tests compatible with OXID testing library v4.0
  • Changed license from GPL-3.0 to GPL-3.0-only
  • Moved Amazon Pay button in front of parent template output
  • Close order after it gets captured

Fixed

  • Line endings of files bestitamazonpay4oxidipnhandler.php and bestitamazonpay4oxidloginclient.php
  • Module settings will now be saved even if you deactivate and activate the module again