Skip to content

Commit 6c5966d

Browse files
authored
chore(*): add payments tag (#610)
1 parent 0a13193 commit 6c5966d

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

firestore-stripe-invoices/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 0.2.6 - 2024-02-14
2+
3+
[feat] - Added `payments` tag to the extension to allow for easier discovery in the marketplace.
4+
15
### Version 0.2.5 - 2023-12-21
26

37
[fix] - upgraded the resources to node 18 [#583]

firestore-stripe-invoices/extension.yaml

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

1515
name: firestore-stripe-invoices
16-
version: 0.2.5
16+
version: 0.2.6
1717
specVersion: v1beta
1818

1919
displayName: Send Invoices using Stripe
2020
description: Creates and sends brandable customer invoices using the Stripe payments platform.
2121

2222
icon: icon.png
23+
tags: [payments]
2324

2425
license: Apache-2.0
2526

firestore-stripe-payments/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 0.3.9 - 2024-02-14
2+
3+
[feat] - Allows to specify number of trial period days before initiating checkout flow. Does not depend on the now-legacy trial_from_plan parameter.
4+
5+
[feat] - Added `payments` tag to the extension to allow for easier discovery in the marketplace.
6+
17
### Version 0.3.8 - 2023-12-21
28

39
[fix] - upgraded resources `onUserDeleted` & `onCustomerDataDeleted` to node 18 [#583]

firestore-stripe-payments/extension.yaml

Lines changed: 2 additions & 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.3.8
16+
version: 0.3.9
1717
specVersion: v1beta
1818

1919
displayName: Run Payments with Stripe
@@ -22,6 +22,7 @@ description:
2222
payments with Firebase Authentication.
2323

2424
icon: icon.png
25+
tags: [payments]
2526

2627
license: Apache-2.0
2728

0 commit comments

Comments
 (0)