PerlDancer / perldancer-website

Source code of the website of Dancer (written with Dancer)
47 stars 29 forks source link

Link for "Download stable release" on home page is missing #61

Closed bonifex closed 1 year ago

bonifex commented 3 years ago

The "Download stable release" image on the home page has an empty href, so clicking on it has no effect.

bigpresh commented 3 years ago

Hmm, yes, something appears to have gone wrong there, thanks for letting us know!

bigpresh commented 3 years ago

I think we need to pull (and cache) info on the latest release from the MetaCPAN API e.g. https://fastapi.metacpan.org/v1/release/Dancer2 and pass it to the template, and also pass that through to the /download page, which can show the latest version, and provide the link to download it - and also wants some updating to link to Dancer2 first, then mention Dancer1 as a "we recommend you don't use this for new apps, but Dancer is still available ...".

cromedome commented 1 year ago

68 resolves this.

cromedome commented 1 year ago

Merged fix to master, closing.