From 7ee9b711f6aa9559eb80e05511123e41a6324b00 Mon Sep 17 00:00:00 2001 From: Patrick Joyce Date: Sun, 5 Apr 2026 20:50:46 -0400 Subject: [PATCH] fix cache issue --- .github/workflows/latest.yml | 2 +- .github/workflows/static.yml | 4 ++-- composer.json | 2 +- composer.lock | 35 ++++++++++++++++++----------------- fetch-meditation.php | 2 +- readme.txt | 6 +++++- 6 files changed, 28 insertions(+), 23 deletions(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index f429659..36e31a6 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -49,7 +49,7 @@ jobs: mkdir -p ${DIST_DIR_S3} && cp ${BUILD_DIR}/${ZIP_FILENAME} ${DIST_DIR_S3}/${ZIP_FILENAME} - name: configure aws credentials 🪪 - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions/gh-ci-s3-artifact role-session-name: gh-actions-${{ env.PLUGIN }} diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d89f6b5..9f64693 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build run: make docs - name: Upload artifact @@ -33,4 +33,4 @@ jobs: path: 'docs' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/composer.json b/composer.json index 32c36e9..122e189 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "bmlt/fetch-meditation": "^1.3.4" + "bmlt/fetch-meditation": "^1.3.5" }, "require-dev": { "squizlabs/php_codesniffer": "3.*", diff --git a/composer.lock b/composer.lock index a9db2d8..a847da6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3e855b2f217f8ad02ca7606e2a671b54", + "content-hash": "f9a65b0843457f79575674405a069d37", "packages": [ { "name": "bmlt/fetch-meditation", - "version": "1.3.4", + "version": "1.3.5", "source": { "type": "git", "url": "https://github.com/bmlt-enabled/fetch-meditation.git", - "reference": "ec1649f2fe5ce6a77ef9e2fcc8464bc2c8538741" + "reference": "ac810dbd853ed25cdc0d9322dee043217c0c0065" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bmlt-enabled/fetch-meditation/zipball/ec1649f2fe5ce6a77ef9e2fcc8464bc2c8538741", - "reference": "ec1649f2fe5ce6a77ef9e2fcc8464bc2c8538741", + "url": "https://api.github.com/repos/bmlt-enabled/fetch-meditation/zipball/ac810dbd853ed25cdc0d9322dee043217c0c0065", + "reference": "ac810dbd853ed25cdc0d9322dee043217c0c0065", "shasum": "" }, "require": { @@ -55,9 +55,9 @@ ], "support": { "issues": "https://github.com/bmlt-enabled/fetch-meditation/issues", - "source": "https://github.com/bmlt-enabled/fetch-meditation/tree/1.3.4" + "source": "https://github.com/bmlt-enabled/fetch-meditation/tree/1.3.5" }, - "time": "2026-01-21T01:26:52+00:00" + "time": "2026-04-06T00:48:31+00:00" }, { "name": "guzzlehttp/guzzle", @@ -270,16 +270,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.8.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "21dc724a0583619cd1652f673303492272778051" + "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", - "reference": "21dc724a0583619cd1652f673303492272778051", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884", + "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884", "shasum": "" }, "require": { @@ -295,6 +295,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "0.9.0", + "jshttp/mime-db": "1.54.0.1", "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { @@ -366,7 +367,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.8.0" + "source": "https://github.com/guzzle/psr7/tree/2.9.0" }, "funding": [ { @@ -382,7 +383,7 @@ "type": "tidelift" } ], - "time": "2025-08-23T21:21:41+00:00" + "time": "2026-03-10T16:41:02+00:00" }, { "name": "psr/http-client", @@ -1076,10 +1077,10 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.6.0" } diff --git a/fetch-meditation.php b/fetch-meditation.php index 5a62503..469ce8b 100644 --- a/fetch-meditation.php +++ b/fetch-meditation.php @@ -6,7 +6,7 @@ * Install: Drop this directory in the "wp-content/plugins/" directory and activate it. You need to specify "[fetch_meditation]", "[jft]", or "[spad]" in the code section of a page or a post. * Contributors: pjaudiomv, bmltenabled * Author: bmltenabled - * Version: 1.5.1 + * Version: 1.5.2 * Requires PHP: 8.1 * Requires at least: 6.2 * License: GPL v2 or later diff --git a/readme.txt b/readme.txt index fa9b3df..be15255 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Plugin URI: https://wordpress.org/plugins/fetch-meditation/ Tags: na, fetch meditation, jft, spad, bmlt Requires PHP: 8.1 Tested up to: 7.0 -Stable tag: 1.5.1 +Stable tag: 1.5.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -57,6 +57,10 @@ MORE INFORMATION == Changelog == += 1.5.2 = + +* Fix issue with cache-busting causing issues on some servers. + = 1.5.1 = * 7.0.0 Compatibility.