Skip to content

Commit 96e15f3

Browse files
chore(release): 7.1.4
1 parent 4c7fb5c commit 96e15f3

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.4](https://github.com/Cap-go/capacitor-pay/compare/7.1.3...7.1.4) (2025-10-27)
6+
7+
8+
### Bug Fixes
9+
10+
* renovate capacitor dep ([4c7fb5c](https://github.com/Cap-go/capacitor-pay/commit/4c7fb5c8af223ec0cfa7e3640f3bdafd3a2816d5))
11+
512
## [7.1.3](https://github.com/Cap-go/capacitor-pay/compare/7.1.2...7.1.3) (2025-10-26)
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.3";
29+
private final String PLUGIN_VERSION = "7.1.4";
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.3"
8+
private let PLUGIN_VERSION: String = "7.1.4"
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.3",
3+
"version": "7.1.4",
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)