Commit Graph

7 Commits

Author SHA1 Message Date
HDVinnie 2f2c52328b Apply fixes from StyleCI 2018-12-06 22:57:41 +00:00
HDVinnie 00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
HDVinnie 3b7341ce85 (Update) Cleanup Version Controller 2018-06-06 19:57:37 -04:00
HDVinnie 88866c10f8 (Update) Cleanup Version Controller 2018-06-05 21:09:22 -04:00
Git Repository a53498e953 Change (Stringed)Boolean values back to Booleans 2018-04-28 09:00:12 -07:00
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
HDVinnie 54d719175c (Feature) Codebase Version Checker
- powered by the almighty vue.js
2018-04-26 16:30:16 -04:00