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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.6

- Removed the Card Scanner plugin (CardIO-based). #96
- Reason: The dependent library (CardIO) does not support 16KB page size environments and is no longer maintained, which caused build compatibility issues.

## 0.7.5

- Update payjp-ios to [2.2.1](https://github.com/payjp/payjp-ios/releases/tag/2.2.1).
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.7.5
VERSION_NAME=0.7.6
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.5"
version: "0.7.6"
platform:
dependency: transitive
description:
Expand Down
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.7.5"
static let PluginVersion: String = "0.7.6"
}
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.7.5'
s.version = '0.7.6'
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.7.5
version: 0.7.6
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
Loading