From 5cd859865f19ae1046cc44e295d85b5ed3d2fc58 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 23 Oct 2024 16:44:49 +0100 Subject: [PATCH] use build-grav-18.sh build script --- .github/workflows/build.yaml | 6 +++--- CHANGELOG.md | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 17e3cf3cba..6ded8d7b74 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,14 +38,14 @@ jobs: - name: Retrieval of Builder Scripts run: | # Real Grav URL - curl --silent -H "Authorization: token ${{ secrets.GLOBAL_TOKEN }}" -H "Accept: application/vnd.github.v3.raw" ${{ secrets.BUILD_SCRIPT_URL }} --output build-grav.sh + curl --silent -H "Authorization: token ${{ secrets.GLOBAL_TOKEN }}" -H "Accept: application/vnd.github.v3.raw" ${{ secrets.BUILD_SCRIPT_URL }} --output build-grav-18.sh # Development Local URL - # curl ${{ secrets.BUILD_SCRIPT_URL }} --output build-grav.sh + # curl ${{ secrets.BUILD_SCRIPT_URL }} --output build-grav-18.sh - name: Grav Builder run: | - bash ./build-grav.sh + bash ./build-grav-18.sh - name: Upload packages to release uses: svenstaro/upload-release-action@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca89872b6..84bfdfa7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,18 +17,18 @@ ## 10/23/2024 1. [](#new) - * New `Utils::toAscii()` method - * Added support for Clockwork Debugger to allow web UI (requires new `clockwork-web` plugin) + * New `Utils::toAscii()` method + * Added support for Clockwork Debugger to allow web UI (requires new `clockwork-web` plugin) 1. [](#improved) - * Include modular sub-pages in last-modification date computation [#3562](https://github.com/getgrav/grav/pull/3562) - * Updated vendor libs to latest versions - * Updated JQuery to `3.7.1` [#3787](https://github.com/getgrav/grav/pull/3827) - * Updated vendor libraries to latest versions - * Support for Fediverse Creator meta tag [#3844](https://github.com/getgrav/grav/pull/3844) -1. [](#bugfix) - * Fixes deprecated for return type in Filesystem with PHP 8.3.6 [#3831](https://github.com/getgrav/grav/issues/3831) - * Fix for `exif_imagtetype()` throwing an exception when file doesn't exist - * Fix JSON output comments check with content type [#3859](https://github.com/getgrav/grav/pull/3859) + * Include modular sub-pages in last-modification date computation [#3562](https://github.com/getgrav/grav/pull/3562) + * Updated vendor libs to latest versions + * Updated JQuery to `3.7.1` [#3787](https://github.com/getgrav/grav/pull/3827) + * Updated vendor libraries to latest versions + * Support for Fediverse Creator meta tag [#3844](https://github.com/getgrav/grav/pull/3844) +1. [](#bugfix) + * Fixes deprecated for return type in Filesystem with PHP 8.3.6 [#3831](https://github.com/getgrav/grav/issues/3831) + * Fix for `exif_imagtetype()` throwing an exception when file doesn't exist + * Fix JSON output comments check with content type [#3859](https://github.com/getgrav/grav/pull/3859) # v1.7.46 ## 05/15/2024