Skip to content

Commit ec80f87

Browse files
chore(release): 7.1.6
1 parent 758ca7d commit ec80f87

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.6](https://github.com/Cap-go/capacitor-pay/compare/7.1.5...7.1.6) (2025-10-29)
6+
7+
8+
### Bug Fixes
9+
10+
* implement getPluginVersion method to return plugin version ([758ca7d](https://github.com/Cap-go/capacitor-pay/commit/758ca7d35ac80a129f6c61cb11666b48e528232c))
11+
512
## [7.1.5](https://github.com/Cap-go/capacitor-pay/compare/7.1.4...7.1.5) (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 PLUGIN_VERSION = "7.1.5";
29+
private final String PLUGIN_VERSION = "7.1.6";
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 PLUGIN_VERSION: String = "7.1.5"
8+
private let PLUGIN_VERSION: String = "7.1.6"
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.5",
3+
"version": "7.1.6",
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)