From c5eb32e9ab6e2419a7b802f41ba9b6d9a16aa55f Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Fri, 15 Sep 2023 23:06:15 +1000 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554a77dc..555c3b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 3.5.1 (15 Sep 2023) * Fixed: Undefined array key error when accessing plugin settings page. (PRO) * Fixed: Issue registering API endpoints affecting edit post screen. (PRO) +* Fixed: Snippet ID instead of snippet object being passed to `code_snippets/update_snippet` action hook. ## 3.5.0 (13 Sep 2023) * Added: Support for the Code Snippets Cloud API.