mailgun / wordpress-plugin

Mailgun's Wordpress Plugin
GNU General Public License v2.0
48 stars 53 forks source link

Version declaration missmatch #169

Closed michaelbragg closed 1 year ago

michaelbragg commented 1 year ago

The readme.txt is showing the plugin's stable (latest) version as 1.9.5.

This Git repo and WordPress's SVN are showing the latest tag as 1.9.6 (https://plugins.trac.wordpress.org/browser/mailgun/tags).

We've noticed this as we load the Mailgun plugin via Composer/WPackagist. Which is based on the SVN tags.

Running wpcli plugin list shows this issue too as it returns:

+-----------------------------+----------+------------------------------+---------+
| name                        | status   | update                       | version |
+-----------------------------+----------+------------------------------+---------+
| mailgun                     | inactive | version higher than expected | 1.9.6   |
+-----------------------------+----------+------------------------------+---------+

Expected behaviour:

readme.txt and SVN tags to be the same.

oleksandr-mykhailenko commented 1 year ago

Fixed Thank you