Skip to content

Releases: SocialiteProviders/Shopify

4.2.0

09 Nov 01:28
Compare
Choose a tag to compare

Full Changelog: 4.1.0...4.2.0

PHP 8 Support

01 Dec 23:42
Compare
Choose a tag to compare
  • Support PHP 8

Release V4

26 Oct 00:03
Compare
Choose a tag to compare
  • Drop PHP < 7.2
  • Drop Laravel < 6

v1.0.4: Allow retrieval of subdomain from a parameter (#186)

28 Jun 04:31
Compare
Choose a tag to compare
* Allow retrieval of subdomain from a parameter

* StyleCI fixes

v1.0.3: [Shopify] Dynamic myshopify.com subdomain (#77)

13 Jun 06:52
Compare
Choose a tag to compare
* Dynamic myshopify.com subdomain

The oauth domain is not a constant with shopify - each store hais on its own subdomain.
The current setup of defining a subdomain in the services config array will not work when for example installing an app or sales channel from the Shopify app store. The subdomain value need to be dynamic from the shop GET parameter.

This PR swaps out the current subdomain config item for the shop param in the current request.
I don't think this is the ideal solution, but it works and at least gets the ball rolling to sort out the issue.

I have implemented it to have no breaking changes - if the subdomain is set - that will be used, if not it will fallback to the shop param on the request.

* code style fix

.. I think

* StyleCI doesn't tell you exactly what wrong

so guess work here

v1.0.2: Merge pull request #2 from ahmettok/master

08 Mar 07:52
Compare
Choose a tag to compare

v1.0.1

17 Feb 07:32
Compare
Choose a tag to compare
[Shopify] Replace invalid method calls

v1.0.0

04 Feb 07:25
Compare
Choose a tag to compare
[Shopify] Fix autoload