Sitemapamic release version on the marketplace is incorrect #11986
Replies: 3 comments 1 reply
-
It should be fixed now. You might need to run |
Beta Was this translation helpful? Give feedback.
0 replies
-
I confirm it's working now. thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@duncanmcclean In the future, was I using the correct procedure (discussion in cms repo) to report this ? I taught there would be a marketplace repo but I didn't found it. Also, the code checkup could be changed to allow all higher version numbers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://statamic.com/addons/mity-digital/sitemapamic
Latest release is listed as: 3.2.0
Latest version on github: 3.2.2
code in Statamic\Extended\Addon::isLatestVersion() compare the version with equal sign (line 373)
version_compare($version, $latestVersion, '=')
This cause the updater in the control panel to show that an update is available, when there are none.
Beta Was this translation helpful? Give feedback.
All reactions