We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab20b1 commit 6b5f8d0Copy full SHA for 6b5f8d0
README.md
@@ -17,6 +17,10 @@ Capacitor plugin to support [Razorpay Standard Checkout](https://developer.apple
17
</a>
18
-->
19
20
+## Latest Changes
21
+- Added support for Capacitor 4 migration
22
+- In case need to be used with Capacitor3 please install version 1.1.1
23
+
24
## Installation
25
26
- `npm i -S https://github.com/razorpay/razorpay-capacitor.git`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "capacitor-razorpay",
3
- "version": "1.1.1",
+ "version": "1.2.0",
4
"description": "This plugin is used for integration related to ionic Capacitor and its latest versions.",
5
"main": "dist/plugin.js",
6
"module": "dist/esm/index.js",
0 commit comments