ViaEth / PayViaEth

Non-Custodial Woocommerce Ethereum Payment Plugin
3 stars 1 forks source link

Incorrect Stable Tag #14

Closed ViaEth closed 3 years ago

ViaEth commented 3 years ago

In your readme, your 'Stable Tag' does not match the Plugin Version as indicated in your main plugin file.

Readme:

README: No 'Stable Tag' value found.

Plugin File:

PayViaEth-master/cms90-woocommerce-ethereum-payment.php:6:Version: 0.2.5

Those values need to be the same, or else your plugin will not download properly from WordPress.org. Also keep in mind, if they're out of sync people may not get the upgrade they expect later on. It's best to get in the habit now.

We strongly recommend you use Semantic Versioning (aka SemVer) for managing versions:

https://en.wikipedia.org/wiki/Software_versioning https://semver.org/ Please note: While currently using the stable tag of trunk currently works in the Plugin Directory, it's not actually a supported or recommended method to indicate new versions and has been known to cause issues with automatic updates.

We ask you please properly use tags and increment them when you release new versions of your plugin, just like you update the plugin version in the main file. Having them match is the best way to be fully forward supporting.

ViaEth commented 3 years ago

Added stable tag and synced version numbers. Also added a branch to keep track of the plugins version numbers.