From 90e14d85c338ca23d20678ff57cf8496c37585dd Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Mon, 18 Aug 2025 11:52:40 +0100 Subject: [PATCH] Fixed changeset as should be added to root rather than the plugin. --- .changeset/major-cougars-ask.md | 5 +++++ plugins/hwp-previews/.changeset/fix-acf-post-types-timing.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .changeset/major-cougars-ask.md delete mode 100644 plugins/hwp-previews/.changeset/fix-acf-post-types-timing.md diff --git a/.changeset/major-cougars-ask.md b/.changeset/major-cougars-ask.md new file mode 100644 index 00000000..e2a44413 --- /dev/null +++ b/.changeset/major-cougars-ask.md @@ -0,0 +1,5 @@ +--- +"@wpengine/hwp-previews-wordpress-plugin": patch +--- + +Fixed priority issue with ACF and Previews. diff --git a/plugins/hwp-previews/.changeset/fix-acf-post-types-timing.md b/plugins/hwp-previews/.changeset/fix-acf-post-types-timing.md deleted file mode 100644 index aa19ec56..00000000 --- a/plugins/hwp-previews/.changeset/fix-acf-post-types-timing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -Fixes priority issue with allowed post types set before ACF registers post types.