Skip to content

Releases: getcandy/candy-api

v0.12.6

22 Sep 09:49
8fa3709
Compare
Choose a tag to compare

🐞 Fixes

Fixes an issue where dimension values and their units were not mass assignable, meaning in the hub a user would not be able to change them.

v0.12.15

16 Aug 11:03
c1e0528
Compare
Choose a tag to compare

🐞 Fixes

This fixes an issue where the UserService was unbound to the container and causing some edge case bugs. This adds it back in to fix these errors happening.

v0.12.14

28 Jul 15:07
Compare
Choose a tag to compare

🐞 Fixes
This fixes an issue with assets where the assetable_type was not being considered when deleting, potentially causing other model types to lose their assets.

v0.12.13

23 Jun 14:56
1721d15
Compare
Choose a tag to compare

🐞 Fixes
The search was not considering filters in certain circumstances.

v0.12.12

09 Jun 10:44
aac0b6d
Compare
Choose a tag to compare

Update the GetCandy API package.

composer update getcandy/candy-api

Run any migrations

php artisan migrate

🐞 Fixes

  • Added missing trait to FetchImpersonationToken action
  • Fix reference to users service which has been removed.

⭐ Improvements

  • Updating an address is a lot more forgiving when it comes to what fields should be passed through.

v0.12.11

03 Jun 09:52
Compare
Choose a tag to compare

🐞 Fixes

PayPal refund amount now stores cents/pence

v0.12.10

02 Jun 12:07
Compare
Choose a tag to compare

⭐ Improvements

  • Set the order line service to include lines when adding a manual line so they return.

v0.12.9

02 Jun 09:20
Compare
Choose a tag to compare

🐞 Fixes

  • Added method eager loading when fetching shipping price estimate.

v0.12.8

27 May 14:11
Compare
Choose a tag to compare

Upgrading

Update the GetCandy API package.

composer update getcandy/candy-api

Run any migrations

php artisan migrate

🐞 Fixes

  • Fixed an issue where drafted routes weren't being considered when updating a route and setting others to not be default
  • Various fixes to discount saving

⭐ Improvements

  • Elasticsearch pagination is now limited to 1000 results due to Elasticsearch restrictions with offsets

πŸ—οΈ Additions

  • Added product and attribute counts to product family resources
  • Added PayPal refunds

v0.12.7

17 May 13:41
Compare
Choose a tag to compare

🐞 Fixes

  • Remove numeric validation from phone number when creating/updating addresses