mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Merge branch 'task/release/1.2/docs' into develop
This commit is contained in:
commit
89627cd369
@ -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