krafit / wp-gitlab-updater

♻️ WordPress plugin to get updates for themes and plugins from private GitLab repos — can also be implemented into a plugin or theme.
58 stars 24 forks source link

Commited but won't show up in wp updates. #6

Closed edemir206 closed 6 years ago

edemir206 commented 6 years ago

Hi, I just found your plugin and installed, but the commited update won't show up on plugins updates.

Do I need to change something on the plugin files other than just commit to gitlab and configure token/url/repo ?

florianbrinkmann commented 6 years ago

Hi!

Have you created a Git tag for the new version (the plugin checks for the tags, not every commit)?

Florian

edemir206 commented 6 years ago

Do you mean any of this tag that is present on readme.txt ?

=== Pesquisa Global UFSM === Tags: search, multisite, widget, multilingual, global, shortcode Requires at least: 3.0 Tested up to: 4.9.1 Stable tag: 1.2.15

florianbrinkmann commented 6 years ago

No, a tag to mark a specific state of the project in Git (for example, for releases). You can find the tags feature in GitLab here (Screenshot from an overview page of a GitLab repo):

gitlab-tags

Just create a tag (can be equal to the plugin version in the readme.txt), and if the tag number is larger than the version that is installed on the WP install, you will get the updated version from GitLab :)

edemir206 commented 6 years ago

Thanks for help,

It works now.

florianbrinkmann commented 6 years ago

Great to hear that! :)