We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I visit this URL: https://laravelversions.com/api/versions/10.0.1
I get a "specific_version" embed telling me how to proceed if this is my version. Should I patch? etc.
If I visit this URL: https://laravelversions.com/api/versions/10
I don't get a specific_version embed, because we're just asking for information about this major version.
But! If I visit this URL:
https://laravelversions.com/api/versions/10.0.0
I would expect the "specific_version" embed for 10.0.0. Instead, it just gives me the same major page as 10.
I think this is a mistake?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I visit this URL:
https://laravelversions.com/api/versions/10.0.1
I get a "specific_version" embed telling me how to proceed if this is my version. Should I patch? etc.
If I visit this URL:
https://laravelversions.com/api/versions/10
I don't get a specific_version embed, because we're just asking for information about this major version.
But! If I visit this URL:
https://laravelversions.com/api/versions/10.0.0
I would expect the "specific_version" embed for 10.0.0. Instead, it just gives me the same major page as 10.
I think this is a mistake?
The text was updated successfully, but these errors were encountered: