File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
firestore-stripe-invoices
firestore-stripe-payments Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
5
### Version 0.2.5 - 2023-12-21
2
6
3
7
[ fix] - upgraded the resources to node 18 [ #583 ]
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-stripe-invoices
16
- version : 0.2.5
16
+ version : 0.2.6
17
17
specVersion : v1beta
18
18
19
19
displayName : Send Invoices using Stripe
20
20
description : Creates and sends brandable customer invoices using the Stripe payments platform.
21
21
22
22
icon : icon.png
23
+ tags : [payments]
23
24
24
25
license : Apache-2.0
25
26
Original file line number Diff line number Diff line change
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
+
1
7
### Version 0.3.8 - 2023-12-21
2
8
3
9
[ fix] - upgraded resources ` onUserDeleted ` & ` onCustomerDataDeleted ` to node 18 [ #583 ]
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-stripe-payments
16
- version : 0.3.8
16
+ version : 0.3.9
17
17
specVersion : v1beta
18
18
19
19
displayName : Run Payments with Stripe
@@ -22,6 +22,7 @@ description:
22
22
payments with Firebase Authentication.
23
23
24
24
icon : icon.png
25
+ tags : [payments]
25
26
26
27
license : Apache-2.0
27
28
You can’t perform that action at this time.
0 commit comments