diff --git a/CHANGELOG.md b/CHANGELOG.md index 50036c8..6904584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## vx.y.z (Release: aa-bbb-cccc) +## v1.2 (Release: aa-bbb-cccc) * NEW READER: `swar-4` for reading out files created with Swar version 4. * ENHANCEMENT: `Class::getBinaryData` methods return null if field is non-existent * BUGFIX: `Player:GetId` returns elo instead of id diff --git a/dist/boilerplate.php b/dist/boilerplate.php index bcb4c42..e8e3d77 100644 --- a/dist/boilerplate.php +++ b/dist/boilerplate.php @@ -8,7 +8,7 @@ require_once 'vendor/autoload.php'; // EDIT ME! $pairingfile = 'your pairing-file.sws'; -$fileformat = 'Pairtwo-6'; // Possible values: Pairtwo-5, Pairtwo-6 +$fileformat = 'Pairtwo-6'; // Possible values: Pairtwo-5, Pairtwo-6, Swar-4 if (!file_exists($pairingfile)) {