Releases: D3strukt0r/votifier-client-php
Releases · D3strukt0r/votifier-client-php
3.0.0
Changelist
Added
verifyConnection
function to server, to check the server separately. You can figure out if the server is from Votifier before sending a voteAdded
php compatibility check for code style checkAdded
Added setter methods to servers and and votes in place of constructorAdded
exceptions for all possible errors (instead of the old Messages class)Dropped
assigning variables in the constructorDropped
Messages
classMoved
namespace toD3strukt0r\Votifier\Client\Server
Fixed
composer not ignoring unnecessary filesFixed
coverage reportsFixed
coding styleUpdated
the docs
2.1.2
Changelist
- Nothing changed in the code, only improved CI and fixed Coverage report
2.1.1
2.1.0
Changelist
Added
some required PHP librariesDropped
compatibility with depreciated PHP versions. Now PHP 7.1+ is requiredFixed
Travis testsFixed
coding styleUpdated
the docs
TODO
Add
more tests
2.0.0
Changelist
Added
server types (to use with different plugins) (Currently: Votifier/NuVotifier)Added
vote types, in case different package types are needed.Added
API Docs using phpDocumentor
Notes
Anyone who thinks a new ServerType is needed can open an issue and I'll add it to a minor release.
I already tested Votifier/NuVotifier protocol v1/NuVotifier protocol v2 manually and it worked
1.0.0
Changelist
Added
coverallsRemoved
unnecessary codeFixed
code style
0.0.1-beta
Changelist
- Begin project