Added version v2022-08-20 to YABS parser

Added version v2022-08-20 to YABS parser
This commit is contained in:
cp6 2022-09-07 15:50:01 +10:00
parent a8a87a2e0f
commit 9e824e0cb6

View File

@ -170,7 +170,7 @@ class Process
public function yabsOutputAsJson(string $server_id, string $data_from_form): array
{
$allowed_versions = ['v2021-12-28', 'v2022-02-18', 'v2022-04-30', 'v2022-05-06', 'v2022-06-11'];
$allowed_versions = ['v2021-12-28', 'v2022-02-18', 'v2022-04-30', 'v2022-05-06', 'v2022-06-11', 'v2022-08-20'];
$file_name = date('Y') . '/' . date('m') . '/' . time() . '.txt';