Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

1.0.2 Update

Compare
Choose a tag to compare
@BossOfGames BossOfGames released this 30 Sep 12:51

Ladies and gentleman, presenting the 1.0.2 release. Sorry for the long delay on this one. We have some very nice changes to help you out.

  • smartCARS functionality has been rewritten when handling bids on filing PIREPs. This should fix isolated issues on shared hosting.
  • smartCARS Logs and Fuel Used are now stored. The interface has not been setup yet to support it as it would throw errors; especially when XACARS does not track those data points.
  • All other hotfixes.

THIS RELEASE CONTAINS DATABASE SCHEMA UPDATES. PLEASE RUN LARAVEL MIGRATION TOOL.

Shared Hosting: http://yoursite.com/admin/migrate
Command Line: php laravel migrate

Shared Hosting Without Git

Please note that I did not compile a shared hosting binary just yet. This is due to me doing this on university computers. Therefore, modified install steps for installing from source:

  • Backup your .env file and ANY CUSTOM FILES YOU HAVE MADE located in the VAOS folder.
  • Remove all folders EXCEPT FOR THE VENDOR FOLDER
  • Paste the new folders into your install.
  • Migrate your modified files back into the release taking note of the changes between the files.
  • Login to your website. Then, run http://yoursite.com/admin/migrate to update your database schema

Dedicated and Shared Hosting With Git

  • Backup your VAOS folder.
  • simply git pull and you're done.
  • migrate any modifications you have made to your files pertaining to the new update.
  • Run php laravel migrate to update your schema.