diff --git a/.changeset/curly-phones-look.md b/.changeset/curly-phones-look.md new file mode 100644 index 00000000..0d11db47 --- /dev/null +++ b/.changeset/curly-phones-look.md @@ -0,0 +1,5 @@ +--- +"@wpengine/wpgraphql-logging-wordpress-plugin": patch +--- + +chore: Added nonce for the detail page for the download link. diff --git a/plugins/wpgraphql-logging/src/Admin/View/Templates/WPGraphQLLoggerView.php b/plugins/wpgraphql-logging/src/Admin/View/Templates/WPGraphQLLoggerView.php index da22b995..2cf1dc33 100644 --- a/plugins/wpgraphql-logging/src/Admin/View/Templates/WPGraphQLLoggerView.php +++ b/plugins/wpgraphql-logging/src/Admin/View/Templates/WPGraphQLLoggerView.php @@ -2,6 +2,8 @@ declare(strict_types=1); +use WPGraphQL\Logging\Admin\ViewLogsPage; + /** * Log detail view template. * @@ -17,13 +19,15 @@