From aa0c69c1c2bf20ac3caea0098158d81c6a7d5aa9 Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Tue, 1 Jul 2025 17:45:09 +0100 Subject: [PATCH 1/2] Updated test file to include a link to force a new release process for previews. This should force our version script to initiate and update the composer.json and README etc. --- plugins/hwp-previews/tests/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/hwp-previews/tests/bootstrap.php b/plugins/hwp-previews/tests/bootstrap.php index a8aff209..c9e58949 100644 --- a/plugins/hwp-previews/tests/bootstrap.php +++ b/plugins/hwp-previews/tests/bootstrap.php @@ -3,6 +3,8 @@ * This is a global bootstrap file for autoloading. * * @package Tests\HWP\Previews + * + * @link https://github.com/wpengine/hwptoolkit/blob/main/plugins/hwp-previews/TESTING.md */ // Ensure proper autoloading From 8906c22fa5192776f80bd69325037ec261dee64c Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Tue, 1 Jul 2025 17:57:57 +0100 Subject: [PATCH 2/2] Added Changeset --- .changeset/twelve-beans-punch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/twelve-beans-punch.md diff --git a/.changeset/twelve-beans-punch.md b/.changeset/twelve-beans-punch.md new file mode 100644 index 00000000..9c6b6d72 --- /dev/null +++ b/.changeset/twelve-beans-punch.md @@ -0,0 +1,5 @@ +--- +"@wpengine/hwp-previews-wordpress-plugin": patch +--- + +docs: Updated docs for testing.