Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

1.0.6

Choose a tag to compare

@andrey-helldar andrey-helldar released this 20 Feb 13:33
· 42 commits to master since this release
850ed25

Fixed

  • Fix params in creating constructor.
  • Small fixes.
  • Fixed the method of creating an entry in the access attempts table.

Added

  • Add phpunit 7 support.
  • Add message response.
  • An index was created for the IP address field.
  • The functional of the ban on the matrix is added.

Removed

  • The cache setting has been removed.
  • Removed helper spammer_access(). The functional is transferred to the spammer()->access().
  • An unnecessary command was deleted.

Changed

  • Update links for helper.
  • Optimize method and replace error code to 423: Locked.
  • The text of the message about the presence of the address in the spam database has been changed.
  • Update styleci rules.
  • Reordered methods.
  • Updated phpdoc.
  • Updated README.md.