Skip to content

Latest commit

 

History

History
102 lines (64 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

102 lines (64 loc) · 3.23 KB

Changelog

1.1.0 (2025-01-10)

Introduce new payment methods available in PKPaymentNetwork. New values include:

  • .bankAxept
  • .bancontact
  • .dankort
  • .meeza
  • .mir
  • .nanaco
  • .NAPAS
  • .pagoBancomat
  • .postFinance
  • .tmoney
  • .waon

1.0.12 (2024-10-10)

Homogeneize the name of the method channel used to communicate with the platforms available.

1.0.11 (2024-01-21)

Introduce new properties and fixes for the Apple Pay button.

Features

  • Surface the cornerRadius property to the ApplePayButton widget to allow changing the corner roundness of the Apple Pay button (#127).

Fixes

  • Make the ApplePayButton widget reactive to changes in the items used to calculate the price (#235).

1.0.10 (2024-01-19)

Bump versions of dependencies and update static analysis tooling.

Features

  • Use flutter_lints for static checks (#182, #210).
  • Update minimum supported SDK version to Flutter 3.10/Dart 3.0.

1.0.9 (2023-07-31)

  • Fix typo in public property.

1.0.8 (2023-01-24)

  • Support for the latest platform interface.

1.0.7 (2021-06-01)

1.0.6 (2022-01-31)

⚠ BREAKING CHANGES

  • The payment result object contains the following changes:
    • Added a postalAddress property.
    • Changed the resulting name in PKContact from String to Dictionary.
    • Trimmed null properties before returning the JSON object.

Fixes

  • Univocally use the dot character (.) to separate the whole and the decimal part in a decimal number (#84).
  • Include billing and shipping addresses on the response (#72).

1.0.5 (2021-10-04)

Features

  • Make the package available for iOS versions lower than 12.0 (#36).
  • Capture the dismissal of the payment selector and expose it to the Flutter end through the onError callback (#90, #61).

Fixes

  • Fix not being able to capture a payment result on the second and further payment attempts (#80).

1.0.4 (2021-05-27)

Enrich dartdoc comments to facilitate the adoption of the package.

Fixes

  • Fix iOS not returning a result after consecutive payment attempts.

1.0.3 (2021-05-26)

Fixes

  • Fix incorrect handling of billing and shipping addresses.

1.0.2 (2021-05-25)

  • Update dependencies.

1.0.1 (2021-05-18)

Fixes

  • Fixed typo in the documentation.

1.0.0 (2021-05-18)

Initial release of the iOS bit for the pay plugin.

Features

  • Includes a button widget with the flavors and styles available for Apple Pay.