Stable tag of plugin in the readme file

If I am pushing a new version (v0.2) of my plugin (v0.1) on the repo, what does I do with the stable tag in readme file? Change it to v0.2?

What should come here? Clarifications please 🙂

3 s
3

Yes. You need to:

  • Change stable tag to 0.2
  • Commit (or copy/branch) new version to /tags/0.2
  • Don’t forget to update version to 0.2 in plugin’s header

Leave a Comment