Releases: D3strukt0r/votifier-client-php
Releases · D3strukt0r/votifier-client-php
3.0.0
Changelist
AddedverifyConnectionfunction to server, to check the server separately. You can figure out if the server is from Votifier before sending a voteAddedphp compatibility check for code style checkAddedAdded setter methods to servers and and votes in place of constructorAddedexceptions for all possible errors (instead of the old Messages class)Droppedassigning variables in the constructorDroppedMessagesclassMovednamespace toD3strukt0r\Votifier\Client\ServerFixedcomposer not ignoring unnecessary filesFixedcoverage reportsFixedcoding styleUpdatedthe docs
2.1.2
Changelist
- Nothing changed in the code, only improved CI and fixed Coverage report
2.1.1
2.1.0
Changelist
Addedsome required PHP librariesDroppedcompatibility with depreciated PHP versions. Now PHP 7.1+ is requiredFixedTravis testsFixedcoding styleUpdatedthe docs
TODO
Addmore tests
2.0.0
Changelist
Addedserver types (to use with different plugins) (Currently: Votifier/NuVotifier)Addedvote types, in case different package types are needed.AddedAPI 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
AddedcoverallsRemovedunnecessary codeFixedcode style
0.0.1-beta
Changelist
- Begin project