Skip to content

Releases: FatihKoz/DisposableBasic

Disposable Basic

04 Sep 13:19
Compare
Choose a tag to compare
  • Updated Random Flights widget code (reducing possibility of reaching limits of MySQL with 65k flights)
  • Added IVAO/VATSIM Network Presence checks (pireps will have online flight percentage in fields)

Presence check uses pirep related events (triggered by core) and supported by cron (to download network data periodically and delete old check records). Cron minimum timing is 5 mins, presence check requires a forced refresh to get new data after 2.5 mins.

Currently only IVAO and VATSIM checks are supported, if POSCON provides public network data I can add it too (maybe).

If you are on a traffic limited hosting/vps plan, do not enable it.

Disposable Basic

22 Aug 20:20
Compare
Choose a tag to compare
  • Fixed a javascript issue in Fuel Calculator widget (thx to @ARV187)
  • Added radio telephony "Callsign" to SimBrief form (will be automatically used if defined)

Disposable Basic

21 Aug 17:04
Compare
Choose a tag to compare
  • Added radio telephony "Callsign" to airline details page
  • Slightly updated Fuel Calculator widget (moved script to scripts)

Disposable Basic

14 Aug 07:40
Compare
Choose a tag to compare
  • Added Notes to Hub Details page (needs phpvms core update about Airport Notes)
  • Added more fields to Specs (SELCAL, HEX, Custom Remarks, can be used while defining specs per each aircraft)
  • Added user based Missing Airport checks

Disposable Basic

09 Jul 16:25
Compare
Choose a tag to compare
  • Added baggage weights to SimBrief form (acdata) to follow up changes/improvements done to the API.

    If defined, weights do come from Specs, if not v7 core settings are used.

Disposable Basic

11 Jun 18:09
Compare
Choose a tag to compare
  • Fixed a conversion error in Theme Helpers (fuel price conversion from lbs to kgs)

Disposable Basic

25 Apr 18:36
Compare
Choose a tag to compare
  • Fixed French translation, thanks to @loko06320
  • Added month name translations and simple localization capability for dates
    Only used in Personal Stats Widget at the moment

Disposable Basic

08 Apr 17:02
Compare
Choose a tag to compare
  • Added role/ability support for module backend features
  • Improved admin pages to show units as placeholders

Disposable Basic

14 Mar 16:09
Compare
Choose a tag to compare
  • Module is now only compatible with php8 and Laravel9
  • All module blades changed to provide better support for mobile devices
  • Module helpers updated to meet new core requirements
  • Module controller and services updated to meet new core requirements
  • Some more failsafe checks added to cover admin/user errors
  • Added Journal Details widget
  • Added Manual Awarding and Manual Payment features
  • Spanish (Spain) translation, thanks to @arv187

Disposable Basic

01 Mar 20:21
Compare
Choose a tag to compare

WARNING: THIS IS THE LAST VERSION SUPPORTING PHP 7.4.xx AND LARAVEL 8

  • Updated Stable Approach Plugin support (Approve and Delete functions added)