From 766fe6ceef45774ea2765ebd96ce00003db7b6f9 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 28 Sep 2019 00:52:43 +0200 Subject: [PATCH 1/2] Some unimportant late-night fixups --- dist/template.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dist/template.php b/dist/template.php index a8d60a2..da24123 100644 --- a/dist/template.php +++ b/dist/template.php @@ -4,9 +4,9 @@ - The HTML5 Herald + My tournament - + @@ -19,11 +19,9 @@ use JeroenED\Libpairtwo\IOFactory; require_once 'vendor/autoload.php'; - // EDIT ME! -$pairingfile = 'your pairing-file.sws'; -$fileformat = 'Pairtwo-6'; // Possible values: Pairtwo-5, Pairtwo-6, Swar-4 - +$pairingfile = 'your pairing-file.swar'; +$fileformat = 'Swar-4'; // Possible values: Pairtwo-5, Pairtwo-6, Swar-4 if (!file_exists($pairingfile)) { trigger_error('Your file is not set or doesn\'t exist! Edit the file: ' . __FILE__ . ' and try again', E_USER_ERROR); From 83f149a6ac3df36a80d86d9ef4b6d19a6a267ec2 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 28 Sep 2019 00:54:32 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed36e7..8a6935a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## vx.y.z (Release: aa-bbb-cccc) + ## v1.2 (Release: 28-sep-2019) * NEW READER: `Reader::swar-4` for reading out files created with Swar version 4. * NEW FEATURE: `Tournament::getArbiters()` for multiple arbiters in 1 tournament