Change the ProcessMaker Ver. to Lurana Ver.

This commit is contained in:
2025-07-11 22:25:05 -04:00
parent 3f8710b60e
commit d81d83f317
3 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@@ -7,12 +7,14 @@ composer.phar
upgrade.log upgrade.log
temp.txt temp.txt
update.sh update.sh
.env
# Ignore build artifacts and logs # Ignore build artifacts and logs
workflow/public_html/build-log.html workflow/public_html/build-log.html
workflow/public_html/mix-manifest.json workflow/public_html/mix-manifest.json
workflow/public_html/index.html workflow/public_html/index.html
workflow/public_html/webapp/ workflow/public_html/webapp/
workflow/public_html/fileManager/
workflow/public_html/translations/ workflow/public_html/translations/
workflow/public_html/files/ workflow/public_html/files/
workflow/engine/gulliver workflow/engine/gulliver
@@ -37,6 +39,7 @@ vendor/*
session.data session.data
node_modules/ node_modules/
**/cache/ **/cache/
storage/
# Ignore test files and directories # Ignore test files and directories
tests/functional/pm3FunctionalTests.iml tests/functional/pm3FunctionalTests.iml

View File

@@ -9,7 +9,7 @@ build_job:
stage: build stage: build
script: script:
# Download fileManager # Download fileManager
- bash docker/download_filemanager.sh "1.0.7" - bash docker/download_filemanager.sh "1.0.9"
- bash docker/build.sh $VERSION - bash docker/build.sh $VERSION
before_script: before_script:

View File

@@ -272,7 +272,7 @@ class Admin extends Controller
$properties = array (); $properties = array ();
$ee = ''; $ee = '';
$systemName = 'ProcessMaker'; $systemName = 'Lurana';
if (defined('SYSTEM_NAME')) { if (defined('SYSTEM_NAME')) {
$systemName = SYSTEM_NAME; $systemName = SYSTEM_NAME;
} }