Skip to content

Releases: D3strukt0r/votifier-client-php

3.0.0

15 Jul 21:16
Compare
Choose a tag to compare

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

2.1.2

31 Aug 19:35
Compare
Choose a tag to compare

Changelist

  • Nothing changed in the code, only improved CI and fixed Coverage report

2.1.1

25 Apr 16:19
Compare
Choose a tag to compare

Changelist

  • Added more documentation using "Read the Docs"
  • Fixed Bug #1

2.1.0

08 Mar 23:15
Compare
Choose a tag to compare

Changelist

  • Added some required PHP libraries
  • Dropped compatibility with depreciated PHP versions. Now PHP 7.1+ is required
  • Fixed Travis tests
  • Fixed coding style
  • Updated the docs

TODO

  • Add more tests

2.0.0

30 Jun 22:24
Compare
Choose a tag to compare

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

30 Jun 22:25
Compare
Choose a tag to compare

Changelist

  • Added coveralls
  • Removed unnecessary code
  • Fixed code style

0.0.1-beta

30 Jun 22:25
Compare
Choose a tag to compare
0.0.1-beta Pre-release
Pre-release

Changelist

  • Begin project