Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@D3strukt0r D3strukt0r released this 15 Jul 21:16

Changelist

  • Added verifyConnection function to server, to check the server separately. You can figure out if the server is from Votifier before sending a vote
  • Added php compatibility check for code style check
  • Added Added setter methods to servers and and votes in place of constructor
  • Added exceptions for all possible errors (instead of the old Messages class)
  • Dropped assigning variables in the constructor
  • Dropped Messages class
  • Moved namespace to D3strukt0r\Votifier\Client\Server
  • Fixed composer not ignoring unnecessary files
  • Fixed coverage reports
  • Fixed coding style
  • Updated the docs