From 3c392bc4192416c241414b2f2ebc543f117088ec Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 27 Mar 2023 20:55:15 +0200 Subject: [PATCH] prepare release of v1.4.4 --- CHANGELOG.md | 4 ++++ README.md | 9 ++++++++- antivirus.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882d10a..2bffcf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.4.4 ### +* Fix warning on SafeBrowsing API errors with PHP 8.1+ (#123) +* Tested up to WordPress 6.2 + ### 1.4.3 ### * Point Safe Browsing link on settings page to site-specific URL (#106) * Increase the size of the Safe Browsing API input to show the entire key (#109) diff --git a/README.md b/README.md index 87b78fd..b5f4923 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * Requires at least: 4.1 * Requires PHP: 5.2 * Tested up to: 6.2 -* Stable tag: 1.4.3 +* Stable tag: 1.4.4 * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -41,6 +41,10 @@ A complete documentation is available on the [AntiVirus website](https://antivir ## Changelog ## +### 1.4.4 ### +* Fix warning on SafeBrowsing API errors with PHP 8.1+ (#123) +* Tested up to WordPress 6.2 + ### 1.4.3 ### * Point Safe Browsing link on settings page to site-specific URL (#106) * Increase the size of the Safe Browsing API input to show the entire key (#109) @@ -86,6 +90,9 @@ For the complete changelog, check out our [GitHub repository](https://github.com ## Upgrade Notice ## +### 1.4.4 ### +This is a small maintenance release which fixes a PHP warning on Safe Browsing API errors with PHP 8.1. + ### 1.4.3 ### Please note that we will discontinue providing a built-in API key for the Google Safe Browsing feature. If you have enabled this check, please provide your own API key before the next update. diff --git a/antivirus.php b/antivirus.php index 4a4d31d..1341c97 100644 --- a/antivirus.php +++ b/antivirus.php @@ -8,7 +8,7 @@ * Text Domain: antivirus * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html - * Version: 1.4.3 + * Version: 1.4.4 * * @package AntiVirus */