From 5c6944ac98a673f0b3e9c30a8c276cffcfff0ecc Mon Sep 17 00:00:00 2001 From: koutaku921 Date: Tue, 14 Oct 2025 11:13:02 +0900 Subject: [PATCH] 0.7.6 --- CHANGELOG.md | 5 +++++ android/gradle.properties | 2 +- example/pubspec.lock | 2 +- ios/Classes/PayjpPluginConstant.swift | 2 +- ios/payjp_flutter.podspec | 2 +- pubspec.yaml | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6636eb4..e21c9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/android/gradle.properties b/android/gradle.properties index 2cd7da5..f610b0e 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -30,4 +30,4 @@ org.gradle.caching=true android.useAndroidX=true android.enableJetifier=true -VERSION_NAME=0.7.5 +VERSION_NAME=0.7.6 diff --git a/example/pubspec.lock b/example/pubspec.lock index 439ab51..c5f2fa6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -192,7 +192,7 @@ packages: path: ".." relative: true source: path - version: "0.7.5" + version: "0.7.6" platform: dependency: transitive description: diff --git a/ios/Classes/PayjpPluginConstant.swift b/ios/Classes/PayjpPluginConstant.swift index 05a56fd..1258eb8 100644 --- a/ios/Classes/PayjpPluginConstant.swift +++ b/ios/Classes/PayjpPluginConstant.swift @@ -12,5 +12,5 @@ struct PayjpPluginConstant { private init() { } - static let PluginVersion: String = "0.7.5" + static let PluginVersion: String = "0.7.6" } diff --git a/ios/payjp_flutter.podspec b/ios/payjp_flutter.podspec index d6c7b11..ff16cbe 100644 --- a/ios/payjp_flutter.podspec +++ b/ios/payjp_flutter.podspec @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 7f3560f..6ce3b39 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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