Skip to content

Releases: seisigmasrl/lemonsqueezy.php

1.3.0

03 May 06:16
Compare
Choose a tag to compare

Added

  • [FEATURE] Support the LemonSqueezy Product API.
  • New Product method getAllProducts.
  • New Product method getStoreProducts.
  • New Product method getProduct.
  • New Product method getProductVariants.
  • New Product method getProductWithVariants.

1.2.0

03 Apr 22:53
Compare
Choose a tag to compare

Added

  • [FEATURE] Support the LemonsSqueeze Store API.
  • New Store method getAllStores.
  • New Store method getStore.
  • [FEATURE] Support the LemonsSqueeze Customer API.
  • New Store method getAllCustomers.
  • New Store method getStoreCustomers.
  • New Store method getCustomer.

Fixed

  • Refactoring the User Entity.
  • Adding the Id into the returned entity.

Removed

  • User's getId method.

1.0.1

30 Mar 00:45
Compare
Choose a tag to compare
  • Fixing GitHub actions.

1.0.0

30 Mar 00:39
Compare
Choose a tag to compare
  • Initial release.
  • Including HttpClient.
  • Adding the User endpoint methods from the Lemon Squeeze official API.