Skip to content

6.5.0

Compare
Choose a tag to compare
@preslav-anev preslav-anev released this 29 May 07:26
· 171 commits to master since this release

Latest Updates

  • Version 6.5.0, 05/29/2017
    • SALT phrase configurable as a settings variable
  • Version 6.4.2, 04/07/2017
    • Downgrading phpunit version in composer.json from 5.7 to 4.8. PHP 5.5.9 isn't supported with newer versions of phpunit.
  • Version 6.4.1, 03/31/2017
    • Removing usage of visibility modifiers in test classes - not supported with older versions of php.
  • Version 6.4.0, 03/31/2017
    • New requirement for PHP - 5.5 or newer.
    • Secure communication between client and server now using TLS v1.2 and TLS v1.1
    • Added Composer for package management, unit and integration tests, generating documentation,
      also a release.sh script for release a new version and creating .zip(will be automated in the near future).
    • General source code improvements and modernization.
    • General phpdoc enhancements.