Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for 5.10.3 release including fix from PR #805 #810

Closed
bperon-qdb opened this issue Nov 8, 2024 · 2 comments
Closed

Request for 5.10.3 release including fix from PR #805 #810

bperon-qdb opened this issue Nov 8, 2024 · 2 comments

Comments

@bperon-qdb
Copy link

Thanks for the fix in #805! Could we get this included in a 5.10.3 release as well?

Thank you!

@MatiSap
Copy link

MatiSap commented Nov 8, 2024

Thanks for the fix in #805! Could we get this included in a 5.10.3 release as well?

Thank you!

If you are hurry as I was to fix the issue what I did is tell composer to get the package from the v5.0, so your composer should like:

...,
"require": {
        "jlevers/selling-partner-api": "v5.0.x-dev",
},
....

maybe not necessary but in case you have errors you can try also adding:

"repositories": [
        ...,
        {
            "type": "vcs",
            "url": "[email protected]:jlevers/selling-partner-api.git"
        }
    ]

Hope it helps!

@iajrz
Copy link
Collaborator

iajrz commented Nov 8, 2024

Hello! We have a release with the latest changes to the 5.x series; thanks for reaching out!

@iajrz iajrz closed this as completed Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants