From 9b07e99bafabbb407630aa13ca147d63dbe79ba4 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Mon, 18 Nov 2024 11:13:55 -0800 Subject: [PATCH 1/2] Only check plugin version integrity in deployment workflow if the plugin actually requires to be deployed. --- .github/workflows/deploy-plugins.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-plugins.yml b/.github/workflows/deploy-plugins.yml index 7a3c286d3..4cd7d41bc 100644 --- a/.github/workflows/deploy-plugins.yml +++ b/.github/workflows/deploy-plugins.yml @@ -69,9 +69,6 @@ jobs: - name: Install npm dependencies run: npm ci - - name: Check plugin versions - run: npm run versions -- --plugin=${{ matrix.plugin }} - - name: Build plugin run: npm run build:plugin:${{ matrix.plugin }} @@ -101,6 +98,10 @@ jobs: echo "deploy=true" >> $GITHUB_OUTPUT + - name: Check plugin version integrity + if: steps.check-deployment.outputs.deploy == 'true' + run: npm run versions -- --plugin=${{ matrix.plugin }} + - name: Create zip file if: steps.check-deployment.outputs.deploy == 'true' run: | From 3bb88e452dc71dce45b480118b2d7c68b14f08c5 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Mon, 18 Nov 2024 11:14:13 -0800 Subject: [PATCH 2/2] Revert "Remove problematic n.e.x.t readme changelog entries." This reverts commit a58aaf4fbc55447abdb6c3842873827a98556abb. --- plugins/embed-optimizer/readme.txt | 6 ++++++ plugins/image-prioritizer/readme.txt | 6 ++++++ plugins/web-worker-offloading/readme.txt | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/plugins/embed-optimizer/readme.txt b/plugins/embed-optimizer/readme.txt index b02756cfb..cc07740da 100644 --- a/plugins/embed-optimizer/readme.txt +++ b/plugins/embed-optimizer/readme.txt @@ -67,6 +67,12 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu == Changelog == += n.e.x.t = + +**Enhancements** + +* Serve unminified scripts when `SCRIPT_DEBUG` is enabled. ([1643](https://github.com/WordPress/performance/pull/1643)) + = 0.3.0 = **Enhancements** diff --git a/plugins/image-prioritizer/readme.txt b/plugins/image-prioritizer/readme.txt index a7925be3a..cb5a67c0e 100644 --- a/plugins/image-prioritizer/readme.txt +++ b/plugins/image-prioritizer/readme.txt @@ -62,6 +62,12 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu == Changelog == += n.e.x.t = + +**Enhancements** + +* Serve unminified scripts when `SCRIPT_DEBUG` is enabled. ([1643](https://github.com/WordPress/performance/pull/1643)) + = 0.2.0 = **Enhancements** diff --git a/plugins/web-worker-offloading/readme.txt b/plugins/web-worker-offloading/readme.txt index db93c984c..4c1e62a7e 100644 --- a/plugins/web-worker-offloading/readme.txt +++ b/plugins/web-worker-offloading/readme.txt @@ -94,6 +94,12 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu == Changelog == += n.e.x.t = + +**Enhancements** + +* Serve unminified scripts when `SCRIPT_DEBUG` is enabled. ([1643](https://github.com/WordPress/performance/pull/1643)) + = 0.1.1 = **Enhancements**