Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
- Fixed: Update email pattern in `cleanMessage()` method to handle local addresses without TLD and to allow using the caracter `@` in custom message. Close #4
  • Loading branch information
kristuff committed Oct 5, 2022
1 parent af62240 commit d7b6358
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Deploy with composer:
```json
...
"require": {
"kristuff/abuseipdb": "^1.0-stable"
"kristuff/abuseipdb": "^1.1-stable"
},
```

Expand Down
2 changes: 1 addition & 1 deletion lib/ApiBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @version 1.0
* @version 1.1
* @copyright 2020-2022 Kristuff
*/

Expand Down
4 changes: 2 additions & 2 deletions lib/ApiHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @version 1.0
* @version 1.1
* @copyright 2020-2022 Kristuff
*/

Expand All @@ -34,7 +34,7 @@ class ApiHandler extends ApiBase
/**
* @var string
*/
const VERSION = 'v1.0';
const VERSION = 'v1.1';

/**
* The ips to remove from report messages
Expand Down
2 changes: 1 addition & 1 deletion lib/ApiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @version 1.0
* @version 1.1
* @copyright 2020-2022 Kristuff
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/CurlTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @version 1.0
* @version 1.1
* @copyright 2020-2022 Kristuff
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/InvalidPermissionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @version 1.0
* @version 1.1
* @copyright 2020-2022 Kristuff
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/QuietApiHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @version 1.0
* @version 1.1
* @copyright 2020-2022 Kristuff
*/

Expand Down

0 comments on commit d7b6358

Please sign in to comment.