Skip to content

Releases: planetteamspeak/ts3phpframework

TS3 PHP Framework 1.3.0

01 Jun 15:09
b3629a3
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 1.2.2...1.3.0

TS3 PHP Framework 1.2.2

31 May 19:14
77553bf
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 1.2.1...1.2.2

TS3 PHP Framework 1.2.1

17 Aug 06:45
83a2ffa
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 1.2.0...1.2.1

TS3 PHP Framework 1.2.0

16 Feb 23:49
5759ab6
Compare
Choose a tag to compare
Pre-release
=== Release 1.2.0 - 16 Feb 2023 ===
 + added full support for PHP 8.0, 8.1, 8.2
 + refactoring for PHP8
 - fixed PHPUnit tests
 - updated deprecated code
 - removed TravisCI support

TS3 PHP Framework 1.1.35

03 Aug 15:20
831ec50
Compare
Choose a tag to compare
=== Release 1.1.35 - 03 Aug 2022 ===
 ! upgrading your servers to 3.12.1 (build >= 1585305527) is mandatory
 + added TeamSpeak3_Node_Host::apiKeyList()
 + added TeamSpeak3_Node_Host::apiKeyCreate()
 + added TeamSpeak3_Node_Host::apiKeyDelete()
 - adjusted deconstruct adapter to force connection cleanup
 - updated deprecated code

TS3 PHP Framework 1.1.34

04 Mar 10:04
f1cc4de
Compare
Choose a tag to compare
=== Release 1.1.34 - 04 Mar 2020 ===
 ! upgrading your servers to 3.10.0 (build >= 1564054246) is mandatory
 + added optional -continueonerror argument to some commands
 + added optional -keepfiles argument to serversnapshotdeploy command
 + added optional -banners argument to channellist command
 + added pagination support for banlist commands
 + added management support for ServerQuery logins
 * property client_nickname will now be set before selecting a virtual server
 * adjusted permfind handling in TeamSpeak3_Node_Server::permRemoveAny()
 - fixed "Undefined index" error in TeamSpeak3_Node_Host::snapshotDeploy()
 - fixed invalid conversion of UTC log timestamps
 - fixed a bug where channels with a client limit of 0 returned an invalid icon
   when your ServerQuery client had insufficient subscribe power
 - virtual servers will now be de-selected before attempting to delete them so
   TeamSpeak3_Node_Server::delete() should actually work now

TS3 PHP Framework 1.1.33

03 Aug 11:47
fb08150
Compare
Choose a tag to compare
=== Release 1.1.33 - 03 Aug 2018 ===
 ! upgrading your servers to 3.2.0 (build >= 1525708231) is recommended
 + added TeamSpeak3_Viewer_Json which builds a JSON struct similar to what is
   provided by the Planet TeamSpeak Simple REST API (servernodes) and is fully
   compatible to the jquery-ts3viewer plugin
 + added support for optional server shutdown messages
 + added support for secure shell connections
 + added TeamSpeak3_Adapter_ServerQuery_Exception::hasReturnCode()
 + added TeamSpeak3_Adapter_ServerQuery_Exception::getReturnCode()
 + added TeamSpeak3_Node_Server::customSet()
 + added TeamSpeak3_Node_Server::customDelete()
 + added TeamSpeak3_Node_Client::customSet()
 + added TeamSpeak3_Node_Client::customDelete()
 + added TeamSpeak3_Node_Client::getBadges()
 + added TeamSpeak3_Node_Client::hasOverwolf()
 * TeamSpeak3_Viewer_Html interface now displays client_is_recording status
 * documentation fixes

TS3 PHP Framework 1.1.32

08 Apr 08:18
cac16bd
Compare
Choose a tag to compare
=== Release 1.1.32 - 8 Apr 2018 ===
 ! updated online and offline docs to Doxygen 1.8.13
 ! removed deprecated TeamSpeak3_Adapter_Blacklist
 ! removed deprecated TeamSpeak3_Adapter_Update
 ! removed deprecated TeamSpeak3_Adapter_TSDNS
 ! TeamSpeak3::factory() uri now features an optional parameter to enable
   encrypted ServerQuery connections via SSL/TLS (TeaSpeak only)
 + added option to specify custom protocol identifier and/or MOTD using the
   CUSTOM_PROTO_IDENT and CUSTOM_MOTD_PREFIX constants (TeaSpeak only)
 + added TeamSpeak3_Node_Server::channelGetDefault()
 + added optional type arg to TeamSpeak3_Node_Server::serverGroupIdentify()
 + added partial support for TeaSpeak servers
 + added mapping option for TeamSpeak3_Node_Server::serverSnapshotDeploy() to
   retreive a list of old/new channel IDs when restoring a virtual server
 - TeamSpeak3_Node_Client::memberOf() will use global sort callback
 * TeamSpeak3_Node_Server::clientFindDb() now returns more information
 * code cleanup

TS3 PHP Framework 1.1.31

23 Mar 11:14
1.1.31
Compare
Choose a tag to compare
=== Release 1.1.31 - 23 Mar 2018 ===
+ Git ignores Intellij IDEA IDE support files.
- URI helper uses urlrawdecode() in component getters to properly handle special characters. Thanks @Newcomer1989
* README includes note use urlrawencode() on URI parts with special characters.

TS3 PHP Framework 1.1.30

23 Mar 11:10
Compare
Choose a tag to compare
=== Release 1.1.30 - 21 Mar 2017 ===
- TeamSpeak3\Helper\String::isInt() uses `ctype_int` to check if string is numerical. Thanks @Wruczek