Skip to content

Commit 264866e

Browse files
committed
release april 20, 2022 version update
1 parent 8484be6 commit 264866e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

firestore-stripe-payments/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 0.2.5 - 2022-04-20
2+
[feat] Add parameter to enable phone number collection.
3+
4+
[feat] Add parameters to enable expired Checkout Session recovery.
5+
6+
[feat] Add `setup_future_usage` parameter for one-time payment flows.
7+
8+
[feat] Use dynamic parameter reference in README.
9+
110
## Version 0.2.4 - 2021-12-22
211

312
[feat] Add support to bring phone numbers saved on Firebase users into Stripe when creating a checkout session for a subscription. (#251)

firestore-stripe-payments/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-stripe-payments
16-
version: 0.2.4
16+
version: 0.2.5
1717
specVersion: v1beta
1818

1919
displayName: Run Payments with Stripe

firestore-stripe-payments/functions/lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore-stripe-payments/functions/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const stripe = new Stripe(config.stripeSecretKey, {
3434
// https://stripe.com/docs/building-plugins#setappinfo
3535
appInfo: {
3636
name: 'Firebase firestore-stripe-payments',
37-
version: '0.2.4',
37+
version: '0.2.5',
3838
},
3939
});
4040

0 commit comments

Comments
 (0)