laravel-selfupdater icon indicating copy to clipboard operation
laravel-selfupdater copied to clipboard

List of available versions instead just the latest.

Open ttimot24 opened this issue 1 year ago • 1 comments

It would be really cool if a list of available versions could be available not just the latest one.

Eg: I don't want to upgrade to the latest, but the previous version

ttimot24 avatar Aug 21 '23 15:08 ttimot24

You can use $updater->source()->getReleases()->json() to get a list of the latest releases.

Jas-n avatar Dec 12 '23 09:12 Jas-n