Skip to content

Commit

Permalink
2.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-Magdy-PT committed Aug 13, 2024
1 parent 626449d commit 0ac933b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,8 @@
## 2.6.15

* Bug Fix
* Update androidSDK
* Update androidSDK
*
## 2.6.16

* Bug Fix
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flutter PayTabs Bridge
![Version](https://img.shields.io/badge/flutter%20paytabs%20bridge-v2.6.15-green)
![Version](https://img.shields.io/badge/flutter%20paytabs%20bridge-v2.6.16-green)

Flutter paytabs plugin is a wrapper for the native PayTabs Android and iOS SDKs, It helps you integrate with PayTabs payment gateway.

Expand All @@ -12,7 +12,7 @@ Plugin Support:

```
dependencies:
flutter_paytabs_bridge: ^2.6.15
flutter_paytabs_bridge: ^2.6.16
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/SwiftFlutterPaytabsBridgePlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public class SwiftFlutterPaymentSDKBridgePlugin: NSObject, FlutterPlugin {
configuration.cardDiscounts = generateDiscountDetails(dictionary: discountsDictionary)
}

configuration.metaData = ["PaymentSDKPluginName": "flutter", "PaymentSDKPluginVersion": "2.6.15"]
configuration.metaData = ["PaymentSDKPluginName": "flutter", "PaymentSDKPluginVersion": "2.6.16"]
return configuration
}

Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_paytabs_bridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '11.0'
s.dependency "PayTabsSDK", "6.6.17"
s.dependency "PayTabsSDK", "6.6.18"
s.static_framework = true
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
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: flutter_paytabs_bridge
description: Flutter plugin for Paytabs, used to handle payments using Card, Apms ... etc.
version: 2.6.15
version: 2.6.16
homepage: "https://github.com/paytabscom/flutter-sdk-bridge"
environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down

0 comments on commit 0ac933b

Please sign in to comment.