Skip to content

Commit

Permalink
3.1.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan authored Nov 8, 2023
1 parent b477efe commit fa91f48
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
15 changes: 15 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 3.1.1 (Nov 8, 2023)

# Changelog

## Bug Fixes
- Update sample app with additional improvements for `NamiPaywallManager.buySkuComplete`

## Enhancements
- Support the following methods in NamiCustomerManager

- setCustomerAttribute
- getCustomerAttribute
- clearCustomerAttribute
- clearAllCustomerAttributes

# 3.1.0 (Nov 6, 2023)

#Changelog
Expand Down
6 changes: 6 additions & 0 deletions sdk/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Nami Example Apps

Example app(s) in this folder:
- testnami/

Demonstrates the basic functionality of Nami for both paywall and subscription management use cases.
2 changes: 1 addition & 1 deletion sdk/lib/paywall/nami_sku.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class NamiSKU {
return <String, dynamic>{
"name": name,
"skuId": skuId,
'type': type.name,
'type': type,
'id': id
};
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nami_flutter
description: Easy subscriptions & in-app purchases for Flutter, with powerful built-in paywalls and A/B testing.
version: 3.1.0
version: 3.1.1
homepage: https://www.namiml.com/
repository: https://github.com/namiml/nami-flutter/

Expand Down

0 comments on commit fa91f48

Please sign in to comment.