- Fixed: Update email pattern in `cleanMessage()` method to handle local addresses without TLD and to allow using the caracter `@` in custom message. Close #4
This commit is contained in:
kristuff 2022-10-06 00:16:16 +02:00
commit d7b635875a
7 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ Deploy with composer:
```json ```json
... ...
"require": { "require": {
"kristuff/abuseipdb": "^1.0-stable" "kristuff/abuseipdb": "^1.1-stable"
}, },
``` ```

View file

@ -13,7 +13,7 @@
* 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 1.0 * @version 1.1
* @copyright 2020-2022 Kristuff * @copyright 2020-2022 Kristuff
*/ */

View file

@ -13,7 +13,7 @@
* 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 1.0 * @version 1.1
* @copyright 2020-2022 Kristuff * @copyright 2020-2022 Kristuff
*/ */
@ -34,7 +34,7 @@ class ApiHandler extends ApiBase
/** /**
* @var string * @var string
*/ */
const VERSION = 'v1.0'; const VERSION = 'v1.1';
/** /**
* The ips to remove from report messages * The ips to remove from report messages

View file

@ -13,7 +13,7 @@
* 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 1.0 * @version 1.1
* @copyright 2020-2022 Kristuff * @copyright 2020-2022 Kristuff
*/ */

View file

@ -13,7 +13,7 @@
* 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 1.0 * @version 1.1
* @copyright 2020-2022 Kristuff * @copyright 2020-2022 Kristuff
*/ */

View file

@ -13,7 +13,7 @@
* 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 1.0 * @version 1.1
* @copyright 2020-2022 Kristuff * @copyright 2020-2022 Kristuff
*/ */

View file

@ -13,7 +13,7 @@
* 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 1.0 * @version 1.1
* @copyright 2020-2022 Kristuff * @copyright 2020-2022 Kristuff
*/ */