From dc74893983876238de808324f5bb3213c483ec08 Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Tue, 9 Apr 2024 09:30:10 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3bc7db..a110919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/): ### Changed +- Bump WP tested-to to 6.5.0 to close #106. - Replace direct call to database for plugin terms cleanup with `wp_delete_term`. (148bbd7) - Replace direct call to database for plugin posts cleanup with `wp_trash_post`. (148bbd7) - Separate CoursesList class instantiation from class file. (148bbd7)