mirror of
https://github.com/kristuff/abuseipdb
synced 2025-08-19 21:13:13 -07:00
v1.0
This commit is contained in:
parent
dc30007818
commit
5639f1813a
8 changed files with 16 additions and 16 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020-2021 kristuff
|
Copyright (c) 2020-2022 kristuff
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -33,7 +33,7 @@ Deploy with composer:
|
||||||
```json
|
```json
|
||||||
...
|
...
|
||||||
"require": {
|
"require": {
|
||||||
"kristuff/abuseipdb": "^0.9.15-stable"
|
"kristuff/abuseipdb": "^1.0-stable"
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ License
|
||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2020-2021 Kristuff
|
Copyright (c) 2020-2022 Kristuff
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* @version 0.9.15
|
* @version 1.0
|
||||||
* @copyright 2020-2021 Kristuff
|
* @copyright 2020-2022 Kristuff
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Kristuff\AbuseIPDB;
|
namespace Kristuff\AbuseIPDB;
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* @version 0.9.15
|
* @version 1.0
|
||||||
* @copyright 2020-2021 Kristuff
|
* @copyright 2020-2022 Kristuff
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Kristuff\AbuseIPDB;
|
namespace Kristuff\AbuseIPDB;
|
||||||
|
@ -34,7 +34,7 @@ class ApiHandler extends ApiBase
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = 'v0.9.15';
|
const VERSION = 'v1.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The ips to remove from report messages
|
* The ips to remove from report messages
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* @version 0.9.15
|
* @version 1.0
|
||||||
* @copyright 2020-2021 Kristuff
|
* @copyright 2020-2022 Kristuff
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Kristuff\AbuseIPDB;
|
namespace Kristuff\AbuseIPDB;
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* @version 0.9.15
|
* @version 1.0
|
||||||
* @copyright 2020-2021 Kristuff
|
* @copyright 2020-2022 Kristuff
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Kristuff\AbuseIPDB;
|
namespace Kristuff\AbuseIPDB;
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* @version 0.9.15
|
* @version 1.0
|
||||||
* @copyright 2020-2021 Kristuff
|
* @copyright 2020-2022 Kristuff
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Kristuff\AbuseIPDB;
|
namespace Kristuff\AbuseIPDB;
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* @version 0.9.15
|
* @version 1.0
|
||||||
* @copyright 2020-2021 Kristuff
|
* @copyright 2020-2022 Kristuff
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Kristuff\AbuseIPDB;
|
namespace Kristuff\AbuseIPDB;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue