added version log in updater
All checks were successful
CI/CD Pipeline / test (push) Successful in 2s
CI/CD Pipeline / deploy (push) Successful in 19s
CI/CD Pipeline / promote_stable (push) Successful in 2s

This commit is contained in:
2026-02-13 10:50:33 +01:00
parent 506011f933
commit 40e111b3a6
2 changed files with 2 additions and 1 deletions

View File

@@ -98,5 +98,5 @@
"minimum-stability": "stable",
"prefer-stable": true,
"version": "26.0.2",
"build": "67"
"build": "68"
}

View File

@@ -87,6 +87,7 @@ VERSION="$($PHP_BIN -r '$c=json_decode(file_get_contents("composer.json"), true)
BUILD="$($PHP_BIN -r '$c=json_decode(file_get_contents("composer.json"), true); echo $c["build"] ?? "";')"
if [[ -n "$VERSION" || -n "$BUILD" ]]; then
echo "Updating settings version/build (VERSION=$VERSION, BUILD=$BUILD)..."
$PHP_BIN -r '
require "vendor/autoload.php";
$app = require "bootstrap/app.php";