Files
UNIT3D-Community-Edition/app/Http
Git Repository 64a56cb2ec Update VersionCheck Component
Updated the version check component.

1) Line 25 (Version.vue) was checking for a boolean but a string is returned from VersionController.

2) Line 37 (VersionController.php) was returning “true” if the current version was less then latest version. The version component was only showing “There Is A Update Available” if the return data was false. This was not triggered if the current version is less then the available version Example v1.6 installed < v1.7 latest.
2018-04-27 23:28:47 -07:00
..
2018-04-27 23:28:47 -07:00
2018-03-22 09:22:40 -04:00
2018-02-12 17:27:32 +01:00