Skip to content

Commit

Permalink
update changelog and bump stable tag to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Nov 4, 2023
1 parent 2c30f4b commit 7dcf0ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

### unreleased ###
### 1.5.0 ###
* Replace `FILTER_SANIITZE_STRING` deprecated since PHP 8.1+ (#126) (#127)
* Enforce use of custom Safe Browsing API key (#108)
* Enforce use of custom Safe Browsing API key (#104) (#108)
* Separate settings page from manual scanning with overhauled UI (#107)
* Update JS to ES2015 (IE11 no longer supported) (#32)

### 1.4.4 ###
* Fix warning on SafeBrowsing API errors with PHP 8.1+ (#123)
Expand Down
13 changes: 12 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.4
* Stable tag: 1.4.4
* Stable tag: 1.5.0
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -41,6 +41,12 @@ A complete documentation is available on the [AntiVirus website](https://antivir

## Changelog ##

### 1.5.0 ###
* Fix deprecation warning with PHP 8.1+ (#126) (#127)
* Enforce use of custom Safe Browsing API key (#104) (#108)
* Separate settings page from manual scanning with overhauled UI (#107)
* Update JS to ES2015 (IE11 no longer supported) (#32)

### 1.4.4 ###
* Fix warning on SafeBrowsing API errors with PHP 8.1+ (#123)
* Tested up to WordPress 6.2
Expand Down Expand Up @@ -90,6 +96,11 @@ For the complete changelog, check out our [GitHub repository](https://github.com

## Upgrade Notice ##

### 1.5.0 ###
This update finally removed support for Safe Browsing API without an API key.
If you are using this feature and did not provide your own key yet, it will be disabled.
Can be easily enabled again, just enter a key.

### 1.4.4 ###
This is a small maintenance release which fixes a PHP warning on Safe Browsing API errors with PHP 8.1.

Expand Down

0 comments on commit 7dcf0ec

Please sign in to comment.