Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.6.0]

- Sunset internet banking
- Enable optional email field request by default
- Support card brand detection

## [0.5.0] - Update payment method icons

- Update icons for payment methods
Expand Down
6 changes: 3 additions & 3 deletions omise_flutter_module/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,17 @@ packages:
dependency: transitive
description:
name: omise_dart
sha256: "2bded68248b90218501ce100a4a62d66b00df8391b2894e80f61c11c3e44d812"
sha256: b0312ee836c5f221939a0562d4dcf39229e264a7b1a749c4e78fe036da9da779
url: "https://pub.dev"
source: hosted
version: "0.7.0"
version: "0.9.0"
omise_flutter:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.5.0"
version: "0.6.0"
path:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: omise_flutter
description: "A Flutter SDK that serves as an API wrapper with UI components for the Omise API"
version: 0.5.0
version: 0.6.0
repository: https://github.com/omise/omise_flutter

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
omise_dart: ^0.7.0
omise_dart: ^0.9.0
fl_country_code_picker: ^0.1.9+1
webview_flutter: ^4.10.0
url_launcher: ^6.3.1
Expand Down