A version n of a plugin is in the local installation and a version n+1 is available for download. Accordintly, the remote version_notes.txt has +1 version than the local version. E.g.
Latest version in local version_notes.txt is:
## Update 51_c0p (2020-07-01)
* Blabla.
Local plugins folder has:
plugin-omt-package-1.6.1.jar
Latest version in remote version_notes.txt is :
## Update 52_c0p (2020-07-03)
* Plugin `plugin-omt-package-1.6.1.jar` available (same name, new functionality).
Expected results
After the update, the plugins folder has (among others):
(new) plugin-omt-package-1.6.1.jar
Actual results
After the update, the plugins folder has (among others):
Pre-conditions
A version n of a plugin is in the local installation and a version n+1 is available for download. Accordintly, the remote
version_notes.txt
has +1 version than the local version. E.g.Latest version in local
version_notes.txt
is:Local
plugins
folder has:Latest version in remote
version_notes.txt
is :Expected results
After the update, the
plugins
folder has (among others):Actual results
After the update, the
plugins
folder has (among others):