Skip to content

Tags: bold-commerce/bold-shopify-toolkit

Tags

8.0.0-beta.3

Toggle 8.0.0-beta.3's commit message
SHOP-8855 : Php 8.5 updates

8.0.0-beta.2

Toggle 8.0.0-beta.2's commit message
SHOP-8855: improved type safety

8.0.0-beta.1

Toggle 8.0.0-beta.1's commit message
SHOP-8855 : Php 8.4 updates

7.1.0

Toggle 7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removed Country endpoints (#182)

* removed code that was hitting deprecated country endpoints

7.0.0

Toggle 7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deprecate Products and Variants (#181)

* Deprecate Products and Variants
* removed functions which were using legacy shopify endpoints
* Updated default api version to 2025-01

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deprecate Products and Variants (#181)

* Deprecate Products and Variants
* removed functions which were using legacy shopify endpoints
* Updated default api version to 2025-01

v6.3.0

Toggle v6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
To increase compatibility, updating dependencies to new versions (#176)

* Adding new versions of `illuminate/support` to increase compatability and support

v6.3.0-beta.2

Toggle v6.3.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #177 from bold-commerce/SHOP-5012__addResourceFeed…

…backToClassicToolkit

SHOP-5012: Add ResourceFeedback to REST Toolkit

v6.3.0-beta.1

Toggle v6.3.0-beta.1's commit message
To increase compatibility, updating dependencies to new versions

* Adding new versions of `illuminate/support` to increase compatability and support

6.2.0

Toggle 6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing Clear Cart Api call (#175)

Fixing Clear Cart Api call
* As per the recent changes in shopify, they don't expect any http body or content length for the clear cart api call, passing empty array is causing content length to mismatch on this endpoint