mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Updated docs
This commit is contained in:
parent
3b2779fe2e
commit
4d8f74a216
@ -1,6 +1,6 @@
|
|||||||
# CHANGELOG
|
# 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.
|
* NEW READER: `swar-4` for reading out files created with Swar version 4.
|
||||||
* ENHANCEMENT: `Class::getBinaryData` methods return null if field is non-existent
|
* ENHANCEMENT: `Class::getBinaryData` methods return null if field is non-existent
|
||||||
* BUGFIX: `Player:GetId` returns elo instead of id
|
* BUGFIX: `Player:GetId` returns elo instead of id
|
||||||
|
2
dist/boilerplate.php
vendored
2
dist/boilerplate.php
vendored
@ -8,7 +8,7 @@ require_once 'vendor/autoload.php';
|
|||||||
|
|
||||||
// EDIT ME!
|
// EDIT ME!
|
||||||
$pairingfile = 'your pairing-file.sws';
|
$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)) {
|
if (!file_exists($pairingfile)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user