YahnisElsts / plugin-update-checker

A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.
MIT License
2.25k stars 410 forks source link

Support GitLab releases #449

Closed dylanblokhuis closed 3 years ago

dylanblokhuis commented 3 years ago

Thanks for making this package, it works great with GitLab and its tags. It would be great if GitLab releases would be supported so it's possible to distribute updates with build artifacts.

They work similar to GitHub releases, docs for the endpoint: https://docs.gitlab.com/ee/api/releases/index.html.

YahnisElsts commented 3 years ago

This was implemented in #460.