File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` LemonSqueeze.php ` will be documented in this file.
4
4
5
+ ## 1.3.0 - 2023-05-03
6
+
7
+ ### Added
8
+ - [ FEATURE] Support the LemonSqueezy Product API.
9
+ - New Product method ` getAllProducts ` .
10
+ - New Product method ` getStoreProducts ` .
11
+ - New Product method ` getProduct ` .
12
+ - New Product method ` getProductVariants ` .
13
+ - New Product method ` getProductWithVariants ` .
14
+
5
15
## 1.2.0 - 2023-04-03
6
16
7
17
### Added
8
- - [ FEATURE] Support the LemonsSqueeze Store API.
18
+ - [ FEATURE] Support the LemonSqueezy Store API.
9
19
- New Store method ` getAllStores ` .
10
20
- New Store method ` getStore ` .
11
- - [ FEATURE] Support the LemonsSqueeze Customer API.
21
+ - [ FEATURE] Support the LemonSqueezy Customer API.
12
22
- New Store method ` getAllCustomers ` .
13
23
- New Store method ` getStoreCustomers ` .
14
24
- New Store method ` getCustomer ` .
@@ -28,5 +38,5 @@ All notable changes to `LemonSqueeze.php` will be documented in this file.
28
38
29
39
- Initial release.
30
40
- Including HttpClient.
31
- - Adding the User endpoint methods from the Lemon Squeeze official API.
41
+ - Adding the User endpoint methods from the LemonSqueezy official API.
32
42
You can’t perform that action at this time.
0 commit comments