update changelog
This commit is contained in:
parent
80cd80a5cf
commit
f0d2b4ed2f
10
CHANGELOG.md
10
CHANGELOG.md
@ -7,15 +7,19 @@
|
|||||||
- Add a `SKIN_NAME` template variable to reference the current skin, vs hardcoding the skin name in the templates
|
- 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
|
- PIREP hours can't be changed after it's no longer in a pending state
|
||||||
- DB: `airport.tz` to `airport.timezone`
|
- DB: `airport.tz` to `airport.timezone`
|
||||||
|
- API: Added a setting to only show aircraft that are at the departure airport of a flight [#171](https://github.com/nabeelio/phpvms/issues/171)
|
||||||
- API: Most calls, with exception of ACARS, are now private and require an API key to access [#173](https://github.com/nabeelio/phpvms/issues/173)
|
- API: Most calls, with exception of ACARS, are now private and require an API key to access [#173](https://github.com/nabeelio/phpvms/issues/173)
|
||||||
- API: Allow a `fields` object to set custom PIREP fields, also returns the current values
|
- API: Allow a `fields` object to set custom PIREP fields, also returns the current values
|
||||||
|
- Setting: Restrict to aircraft that are at a flight's departure airport [#171](https://github.com/nabeelio/phpvms/issues/171)
|
||||||
|
- Setting: Implementation of filtering flights that are only at the user's current airport [#174](https://github.com/nabeelio/phpvms/issues/174)
|
||||||
|
|
||||||
#### Fixes
|
#### Fixes
|
||||||
|
|
||||||
- PIREP fields being set when filing manually is working
|
- PIREP fields being set when filing manually is working
|
||||||
- Field for the rank's image changed to string input
|
- Field for the rank's image changed to string input [b5dbde8](https://github.com/nabeelio/phpvms/commit/b5dbde84c4c786799f474117381b8227642f0777)
|
||||||
- API: Fixed typo from `subfleet` to `subfleets` in the `/api/flights` call(s)
|
- Set a default value for a setting [#106](https://github.com/nabeelio/phpvms/issues/106)
|
||||||
- API: Subfleets returned in the flight calls respect the `pireps.restrict_aircraft_to_rank` setting [#170](https://github.com/nabeelio/phpvms/issues/170)
|
- API: Fixed typo from `subfleet` to `subfleets` in the `/api/flights` call(s) [f6b2102](https://github.com/nabeelio/phpvms/commit/f6b2102e4827da6177eb4eee0c3ce0d38eb78ce3)
|
||||||
|
- Setting: Subfleets returned in the flight calls respect the `pireps.restrict_aircraft_to_rank` setting [#170](https://github.com/nabeelio/phpvms/issues/170)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user