mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Updated docs
This commit is contained in:
parent
3b2779fe2e
commit
4d8f74a216
@ -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
|
||||
|
2
dist/boilerplate.php
vendored
2
dist/boilerplate.php
vendored
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user