Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Sep 10, 2024
1 parent 0eac7d7 commit 9bfa9ff
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6.0

- Add `extraAttributes` to `Payjp.startCardForm`. #80
- Update payjp-ios to [2.0.0](https://github.com/payjp/payjp-ios/releases/tag/2.0.0).
- Update payjp-android to [2.0.0](https://github.com/payjp/payjp-android/releases/tag/2.0.0).
- Update Dart sdk constraints to `">=3.0.0 <4.0.0"` from `>=2.12.0 <3.0.0`.

## 0.5.0

- Fix unexpected response to another activity result on Android. #74
Expand All @@ -20,6 +27,7 @@
## 0.3.3

- Fix token error message in iOS.

## 0.3.2

- Update payjp-ios to [1.5.1](https://github.com/payjp/payjp-ios/releases/tag/1.5.1).
Expand Down Expand Up @@ -72,7 +80,7 @@

- Update payjp-ios to [1.2.2](https://github.com/payjp/payjp-ios/releases/tag/1.2.2).
- Update payjp-android to [1.2.1](https://github.com/payjp/payjp-android/releases/tag/1.2.1).
- Add option `cardFormType` to Payjp.startCardForm.
- Add option `cardFormType` to Payjp.startCardForm.

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ org.gradle.caching=true
android.useAndroidX=true
android.enableJetifier=true

VERSION_NAME=0.5.0
VERSION_NAME=0.6.0
2 changes: 1 addition & 1 deletion ios/Classes/PayjpPluginConstant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ struct PayjpPluginConstant {
private init() {
}

static let PluginVersion: String = "0.5.0"
static let PluginVersion: String = "0.6.0"
}
2 changes: 1 addition & 1 deletion ios/payjp_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ payjp_sdk = JSON.parse(File.read(File.join(__dir__, '../sdkconfig.json')))

Pod::Spec.new do |s|
s.name = 'payjp_flutter'
s.version = '0.5.0'
s.version = '0.6.0'
s.summary = 'A Flutter plugin for PAY.JP Mobile SDK.'
s.description = <<-DESC
A Flutter plugin for PAY.JP Mobile SDK.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: payjp_flutter
version: 0.5.0
version: 0.6.0
description: A Flutter plugin for PAY.JP Mobile SDK.
homepage: https://github.com/payjp/payjp-flutter-plugin
repository: https://github.com/payjp/payjp-flutter-plugin
Expand Down

0 comments on commit 9bfa9ff

Please sign in to comment.