#rfcgreg
1 messages · Page 1 of 1 (latest)
HI 👋
No we dont' have an API for this, as far as I know
Ah that's unfortunate
rather than having to keep an eye on eveyr new release it would be ideal if my plugin was able to dynamically list the API versions, is there an alterantive way to get this?
even a simple text file that could be downloaded and processed via the code
I would take a look at the the CHANGELOG.md file here: https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md
if you're referencing the fact that stripe php v12 will use 2023-08-16 as it's lowest supported version I am aware, but that isnt gonna help in the future
Nope, I was meaning it would be text file you could crawl with code to identify supported versions
ah ok, I see. Hmm not sure how well that would work, I was ideally wanting to list only the major versions the changelog obviously has every version
Unfortunately that isn't something I think we have at the moment
Ok I'll have to do without for now
I will file this as a feature request with our OS teams