laravelversions icon indicating copy to clipboard operation
laravelversions copied to clipboard

Base release version doesn't allow a "specific" version request from the API

Open mattstauffer opened this issue 1 year ago • 0 comments

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?

mattstauffer avatar Dec 18 '23 16:12 mattstauffer