You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netniV
changed the title
The version number of plugin is not correct because the version length is too small in plugin_config schema
Plugin version numbers can be unexpectedly truncated
Nov 2, 2020
Describe the bug
Set the version to 10.2.0.12 in the plugins/xxx/INFO, Check the Console->Plugins screen, it show as 10.2.0.1.
To Reproduce
Steps to reproduce the behavior:
For a plugin xxx, set the version to 10.2.0.12 in the plugins/xxx/INFO
Got to Console->Plugins.
Check the version of the plugin xxx. The version number is cut to 10.2.0.1.
Expected behavior
The version number should be the same as set in the INFO file. 10.2.0.12
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
Linux
Firefox
Smartphone (please complete the following information)
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
In plugin_config schema, version varchar(8) is too small, we'd set it to varchar(16), I think.
The text was updated successfully, but these errors were encountered: