Skip to content

Commit

Permalink
Merge pull request #208 from Sebbo94BY/Publish-prerelease-1.2.1
Browse files Browse the repository at this point in the history
Add pre-release 1.2.1 to changelog
  • Loading branch information
Sebbo94BY authored Aug 17, 2023
2 parents cd05928 + e7e2c6c commit 83a2ffa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@
! Important - Take note!
===============================================================================

=== Release 1.2.1 - 17 Aug 2023 ===
+ Add further PHPUnit tests
+ Improve `permissionTree()` function in `src/Node/Host.php`
- Fix existing PHPUnit tests
- Fix callbacks for events, which were never excuted
- Fix float to int conversion error
- Fix deprecated `utf8_encode()` and `utf8_decode()` functions
- Remove throwing `TransportException` on `readLine()`
- Fix incompatible float to int conversion
- Fix deprecated `number_format()` parameter usage
- Fix `toInt()` function, which did not only return `int`
- Fix high CPU utilization after disconnects / connection losses
* Change license type to MIT
* Add ServerQuery Reply tests and improve exception message
* Implement and apply PHP-CS-Fixer code style
! For the detailed changelog please check the Github release notes: https://github.com/planetteamspeak/ts3phpframework/releases/tag/1.2.1

=== Release 1.2.0 - 16 Feb 2023 ===
+ added full support for PHP 8.0, 8.1, 8.2
+ refactoring for PHP8
Expand Down

0 comments on commit 83a2ffa

Please sign in to comment.