Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit f852f31

Browse files
author
Stefan
committed
1.0.2.5
1 parent 7f1c19f commit f852f31

17 files changed

+136
-108
lines changed

CHANGELOG

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
Tested compatibility to version: 3.2.0 x64
1+
Tested compatibility to version: 3.3.1 x64
22
__________________________________________
33

4+
Version: 1.0.2.5 - Thu, 30 Aug 2018
5+
6+
~ changed description of logAdd, loglevels added (thanks to derrodirik)
7+
~ changed description of banList (thanks to derrodirik)
8+
~ changed description of clientGetNameFromUid (thanks to WrightProjects)
9+
~ added filter function to serverGroupList (thanks to thomas-rolling)
10+
~ overworked documentation, especially return-types (thanks to thomas-rolling)
11+
12+
413
Version: 1.0.2.4 - Tue, 05 Jun 2018
514

615
+ added customSet and customDelete function

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["ts3","ts3admin","admin","teamspeak","teamspeak3"],
55
"homepage": "https://github.com/par0noid/ts3admin.class",
66
"type": "library",
7-
"version": "1.0.2.4",
7+
"version": "1.0.2.5",
88
"require": {
99
"php": ">=5.0.0"
1010
},

docs/manual/annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<td id="projectlogo"><img alt="Logo" src="icon.png"/></td>
2424
<td id="projectalign" style="padding-left: 0.5em;">
2525
<div id="projectname">ts3admin.class
26-
&#160;<span id="projectnumber">1.0.2.4</span>
26+
&#160;<span id="projectnumber">1.0.2.5</span>
2727
</div>
2828
<div id="projectbrief">The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!</div>
2929
</td>

docs/manual/classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<td id="projectlogo"><img alt="Logo" src="icon.png"/></td>
2424
<td id="projectalign" style="padding-left: 0.5em;">
2525
<div id="projectname">ts3admin.class
26-
&#160;<span id="projectnumber">1.0.2.4</span>
26+
&#160;<span id="projectnumber">1.0.2.5</span>
2727
</div>
2828
<div id="projectbrief">The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!</div>
2929
</td>

0 commit comments

Comments
 (0)