Skip to content

Commit c0a1f0d

Browse files
committed
Fix #15
1 parent f61f3c6 commit c0a1f0d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.3.4
4+
### Fixed issues
5+
* Add pagination support for the Receipt resource. [Issue #15](https://github.com/rhysnhall/etsy-php-sdk/issues/15)
6+
* Add pagination support for LedgerEntry and Transaction resources.
7+
38
## v0.3.3
49
### Fixed issues
510
* Corrected update URL for ListingProperty resource. [Issue #14](https://github.com/rhysnhall/etsy-php-sdk/issues/14)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rhysnhall/etsy-php-sdk",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "PHP SDK for Etsy API v3.",
55
"type": "library",
66
"keywords": [

src/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class Collection {
1515

1616
const PAGINATION_SUPPORT = [
17-
"Shop", "Review", "Listing"
17+
"Shop", "Review", "Listing", "Receipt", "Transaction", "LedgerEntry"
1818
];
1919

2020
/**

0 commit comments

Comments
 (0)