mirror of
https://github.com/kristuff/abuseipdb
synced 2025-08-20 13:33:14 -07:00
v0.9.11
**Fixed** - getCategoryIdByName and getCategoryNameById now return string (instead array) - IoT Targeted report category now named iot (instead of oit)
This commit is contained in:
parent
77c2857eb8
commit
adff27d86d
7 changed files with 12 additions and 12 deletions
|
@ -14,7 +14,7 @@
|
|||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*
|
||||
* @version 0.9.10
|
||||
* @version 0.9.11
|
||||
* @copyright 2020-2021 Kristuff
|
||||
*/
|
||||
|
||||
|
@ -35,7 +35,7 @@ class ApiHandler extends ApiBase
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = 'v0.9.10';
|
||||
const VERSION = 'v0.9.11';
|
||||
|
||||
/**
|
||||
* The ips to remove from report messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue