Skip to content

Commit 78f8aaf

Browse files
chore(release): 7.1.7
1 parent 60b9765 commit 78f8aaf

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [7.1.7](https://github.com/Cap-go/capacitor-pay/compare/7.1.6...7.1.7) (2025-10-30)
6+
7+
8+
### Bug Fixes
9+
10+
* pluginVersion lint issue ([60b9765](https://github.com/Cap-go/capacitor-pay/commit/60b976589ab1db6e54e71859797ea71630241faa))
11+
512
## [7.1.6](https://github.com/Cap-go/capacitor-pay/compare/7.1.5...7.1.6) (2025-10-29)
613

714

android/src/main/java/app/capgo/pay/PayPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@CapacitorPlugin(name = "Pay")
2727
public class PayPlugin extends Plugin {
2828

29-
private final String pluginVersion = "7.1.6";
29+
private final String pluginVersion = "7.1.7";
3030

3131
private static final int LOAD_PAYMENT_DATA_REQUEST_CODE = 8001;
3232

ios/Sources/PayPlugin/PayPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PassKit
55

66
@objc(PayPlugin)
77
public class PayPlugin: CAPPlugin, CAPBridgedPlugin, PKPaymentAuthorizationControllerDelegate {
8-
private let pluginVersion: String = "7.1.6"
8+
private let pluginVersion: String = "7.1.7"
99
public let identifier = "PayPlugin"
1010
public let jsName = "Pay"
1111
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-pay",
3-
"version": "7.1.6",
3+
"version": "7.1.7",
44
"description": "Capacitor plugin to trigger native payment for iOS(Apple pay) and Android(Google Pay)",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)