2018-01-01 14:48:39 +08:00
|
|
|
# Changelog
|
|
|
|
|
2018-02-10 03:20:35 +08:00
|
|
|
## Alpha 2
|
2018-01-01 14:48:39 +08:00
|
|
|
|
2018-02-10 03:20:35 +08:00
|
|
|
!! Please do a full reinstall, with recreating the database
|
2018-01-01 14:48:39 +08:00
|
|
|
|
2018-02-10 03:20:35 +08:00
|
|
|
- Bump minimum PHP version to 7.1, since 7.0 is already deprecated - [#166](https://github.com/nabeelio/phpvms/issues/166)
|
|
|
|
- Add a `SKIN_NAME` template variable to reference the current skin, vs hardcoding the skin name in the templates
|
|
|
|
- PIREP hours can't be changed after it's no longer in a pending state
|
|
|
|
- DB: `airport.tz` to `airport.timezone`
|
|
|
|
- API: Most calls, with exception of ACARS, are now private and require an API key to access
|
|
|
|
- API: Allow a `fields` object to set custom PIREP fields, also returns the current values
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- PIREP fields being set when filing manually is working
|
|
|
|
- Field for the rank's image changed to string input
|
2018-02-10 04:26:14 +08:00
|
|
|
- API: Fixed typo from `subfleet` to `subfleets` in the `/api/flights` call(s)
|
|
|
|
- API: Subfleets returned in the flight calls respect the `pireps.restrict_aircraft_to_rank` setting
|
2018-02-10 03:20:35 +08:00
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
## Alpha 1 (2018-02-04, v7.0.0-alpha1)
|
|
|
|
|
|
|
|
- Initial Release
|