From fab97c6fc6ab89edfb3583215df355cf7a1b03ca Mon Sep 17 00:00:00 2001 From: Douglas Barahona Date: Thu, 10 Oct 2024 18:54:16 -0600 Subject: [PATCH] Changelog updates --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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