Skip to content

Commit

Permalink
Merge pull request #257 from razorpay/b/intent_redirection_vulnerability
Browse files Browse the repository at this point in the history
updated release version to 1.3.1
  • Loading branch information
vivekshindhe committed Jul 25, 2022
2 parents 138c5d8 + 2e08934 commit bcb50c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
##1.3.1
- Intent Redirection Vulnerability fix as per updated Google Policy

## 1.3.0

- Standardised the events
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This plugin is available on Pub: [https://pub.dev/packages/razorpay_flutter](htt
Add this to `dependencies` in your app's `pubspec.yaml`

```yaml
razorpay_flutter: ^1.3.0
razorpay_flutter: ^1.3.1
```

**Note for Android**: Make sure that the minimum API level for your app is 19 or higher.
Expand Down
2 changes: 1 addition & 1 deletion lib/razorpay_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class Razorpay {
});
return;
}
PackageInfo packageInfo = await PackageInfo.fromPlatform();
if(Platform.isAndroid){
PackageInfo packageInfo = await PackageInfo.fromPlatform();
print(packageInfo.packageName);
_channel.invokeMethod('setPackageName', packageInfo.packageName);
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: razorpay_flutter
description: Flutter plugin for Razorpay SDK. To know more about Razorpay, visit http://razorpay.com.
version: 1.3.0
version: 1.3.1
homepage: https://github.com/razorpay/razorpay-flutter

environment:
Expand Down

0 comments on commit bcb50c2

Please sign in to comment.