Fixed
- Full / RouterOS upgrade on REST-method devices could report success while the device stayed on the old version. Two combined causes: the REST
installcall could reboot the device without applying the upgrade, and the verification step never compared the actual post-reboot version against the expected one. Upgrades on REST devices now go through the SSH path (with REST as fallback), and the result is decided by reading the realinstalled-versionafter reboot — no version change is now reported as failed instead of success.