Skip to content

Commit

Permalink
Minor bug fixes, relasing as version 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ronindesign committed May 8, 2017
1 parent d6b9b6e commit a0c5043
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
! Important - Take note!
===============================================================================

=== Release 1.1.24 - 18 Jun 2016 ===
- fixed PHP 7.1 incompatibile `unset($this)`, fixed by @venyii
- fixed `serverqueryWaitTimeout` event, reverts #16 (string vs. object
reference) until cyclic reference fix, fixed by @I-MrFixIt-I
- minor bug fixes, documentation update

=== Release 1.1.24 - 18 Jun 2016 ===
+ added IPv6 support
+ added subsystem parameter to TeamSpeak3_Node_Host::bindingList()
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TeamSpeak 3 PHP Framework

Current Version: **1.1.24**
Current Version: **1.1.25**

Initially released in January 2010, the TS3 PHP Framework is a powerful, open source, object-oriented framework implemented in PHP 5 and licensed under the GNU General Public License. It’s based on simplicity and a rigorously tested agile codebase. Extend the functionality of your servers with scripts or create powerful web applications to manage all features of your TeamSpeak 3 Server instances.

Expand All @@ -14,7 +14,7 @@ There are lots of arguments for the TS3 PHP Framework in comparison with other P

### Requirements

The TS3 PHP Framework currently supports PHP 5.2.1 or later, but we strongly recommend the most current release of PHP for critical security and performance enhancements. If you want to create a web application using the TS3 PHP Framework, you need a PHP 5 interpreter with a web server configured to handle PHP scripts correctly.
The TS3 PHP Framework currently supports PHP 5.2.1 or later, but we strongly recommend the most current release of PHP for critical security and performance enhancements. If you want to create a web application using the TS3 PHP Framework, you need a PHP 5+ interpreter with a web server configured to handle PHP scripts correctly.

Note that the majority of TS3 PHP Framework development and deployment is done on nginx, so there is more community experience and testing performed on Apache than on other web servers.

Expand All @@ -37,4 +37,5 @@ Visit the following pages for more information about the TS3 PHP Framework:
* [Online Documentation](https://docs.planetteamspeak.com/ts3/php/framework/index.html)
* [Changelog](https://docs.planetteamspeak.com/ts3/php/framework/changelog.txt)

Speed up new development and reduce maintenance costs by using this nifty piece of software!
Speed up new development and reduce maintenance costs by using this nifty piece of software!

0 comments on commit a0c5043

Please sign in to comment.