diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b392a..f5ba80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/). +## [v1.0.1] - 2024-10-10 + +### Updated + +- Removed verbosity from `freshclam` DB update command +- Force trailing slash for `WP_CONTENT_DIR` variable +- Ensure `wp-config.php` file is deleted from `wordpress` dir in `setup_wordpress` function +- Separate vuln scanner into 2 functions, themes and plugins +- Separate vuln scanner setup into its own function +- Use `--porcelain` flag in vuln WPCLI command to avoid using `grep` +- Set the `vuln_api_provider` as not required and set its default value to `wordfence` + ## [v1.0.0] - 2024-07-19 ### Added