This commit is contained in:
kristuff 2022-01-26 22:24:24 +01:00
commit 5639f1813a
8 changed files with 16 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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;

View file

@ -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

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;