Skip to content

Commit

Permalink
prepare release of v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Mar 27, 2023
1 parent 363712e commit 3c392bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion antivirus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3c392bc

Please sign in to comment.