Make the plugin directory recognize new version numbers

You need to make sure you update version numbers in all relevant locations:

  • \trunk
    • readme.txt
    • pluginfile.php
  • \tags\{tag}
    • pluginfile.php
    • (note: you should update readme.txt, but outside of trunk, it’s only for aesthetics)

In this case, you updated readme.txt in \trunk, but you didn’t update the Plugin file in \trunk or in \tags\0.3.1.

Leave a Comment