Skip to content

Commit 4e016a8

Browse files
Merge branch 'develop' into epic/FOUR-26611
2 parents ca98055 + eaea90c commit 4e016a8

File tree

7 files changed

+284
-656
lines changed

7 files changed

+284
-656
lines changed

ProcessMaker/Multitenancy/SwitchTenant.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ private function overrideConfigs(Application $app, IsTenant $tenant)
111111
$config['root']
112112
));
113113
}
114+
// URLs
115+
if (isset($config['url'])) {
116+
$this->setConfig('filesystems.disks.' . $disk . '.url', str_replace(
117+
$this->landlordConfig('app.url'),
118+
$tenant->config['app.url'],
119+
$config['url']
120+
));
121+
}
114122
}
115123
$app->useStoragePath($newStoragePath);
116124

ProcessMaker/Traits/TaskResourceIncludes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ private function includeDraft()
6464
// but drafts are disabled so we need to delete it now that
6565
// it's been accessed.
6666
$draft->delete();
67+
68+
// Return null to prevent the frontend from trying to load
69+
// files from the deleted draft
70+
return ['draft' => null];
6771
}
6872

6973
return ['draft' => $draft];

composer.json

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processmaker/processmaker",
3-
"version": "4.15.11+mt",
3+
"version": "2026.1.1",
44
"description": "BPM PHP Software",
55
"keywords": [
66
"php bpm processmaker"
@@ -11,7 +11,6 @@
1111
"prefer-stable": true,
1212
"require": {
1313
"php": "^8.3",
14-
"aws/aws-sdk-php": "3.337.3",
1514
"babenkoivan/elastic-scout-driver": "^4.0",
1615
"bacon/bacon-qr-code": "^2.0",
1716
"codegreencreative/laravel-samlidp": "^5.2",
@@ -34,13 +33,12 @@
3433
"lavary/laravel-menu": "^1.8",
3534
"lcobucci/jwt": "^4.2",
3635
"league/commonmark": "^2.7",
37-
"league/flysystem-aws-s3-v3": "^3.29",
3836
"mateusjunges/laravel-kafka": "^2.4",
3937
"mittwald/vault-php": "^2.1",
40-
"moontoast/math": "^1.2",
4138
"mustache/mustache": "^2.14",
4239
"openai-php/client": "^0.10.3",
4340
"openai-php/laravel": "^0.10.2",
41+
"paragonie/sodium_compat": "^2.5",
4442
"php-amqplib/php-amqplib": "^3.7",
4543
"php-http/promise": "~1.2.0",
4644
"pion/laravel-chunk-upload": "^1.5",
@@ -109,11 +107,10 @@
109107
"Gmail"
110108
],
111109
"processmaker": {
112-
"build": "1a91bb61",
110+
"build": "607f0513",
113111
"cicd-enabled": true,
114112
"custom": {
115-
"package-ellucian-ethos": "1.19.7",
116-
"package-plaid": "1.6.0",
113+
"package-ellucian-ethos": "1.19.8",
117114
"paypal-package": "dev-fall",
118115
"pps-adsync": "dev-fall",
119116
"ps_ethos": "dev-main",
@@ -150,45 +147,45 @@
150147
"connector-idp": "1.14.0",
151148
"connector-pdf-print": "1.23.1",
152149
"connector-send-email": "1.32.13",
153-
"connector-slack": "1.9.3",
150+
"connector-slack": "1.9.4",
154151
"docker-executor-node-ssr": "1.7.2",
155152
"package-ab-testing": "1.4.0",
156153
"package-actions-by-email": "1.22.9",
157-
"package-advanced-user-manager": "1.13.1",
158-
"package-ai": "1.16.10",
159-
"package-analytics-reporting": "1.11.1",
160-
"package-auth": "1.24.10",
161-
"package-collections": "2.27.1",
154+
"package-advanced-user-manager": "1.13.2",
155+
"package-ai": "1.16.11",
156+
"package-analytics-reporting": "1.11.2",
157+
"package-auth": "1.24.11",
158+
"package-collections": "2.27.2",
162159
"package-comments": "1.16.2",
163160
"package-conversational-forms": "1.15.0",
164161
"package-data-sources": "1.34.3",
165162
"package-decision-engine": "1.16.1",
166163
"package-dynamic-ui": "1.28.3",
167164
"package-email-start-event": "1.0.8",
168-
"package-files": "1.23.3",
165+
"package-files": "1.23.4",
169166
"package-googleplaces": "1.12.0",
170167
"package-photo-video": "1.6.1",
171-
"package-pm-blocks": "1.12.6",
168+
"package-pm-blocks": "1.12.7",
172169
"package-process-documenter": "1.12.0",
173170
"package-process-optimization": "1.10.0",
174171
"package-product-analytics": "1.5.11",
175-
"package-projects": "1.12.5",
172+
"package-projects": "1.12.6",
176173
"package-rpa": "1.1.1",
177-
"package-savedsearch": "1.43.6",
174+
"package-savedsearch": "1.43.7",
178175
"package-slideshow": "1.4.3",
179176
"package-smart-extract": "dev-develop",
180177
"package-signature": "1.15.2",
181178
"package-testing": "1.8.1",
182-
"package-translations": "2.14.4",
179+
"package-translations": "2.14.5",
183180
"package-versions": "1.13.0",
184-
"package-vocabularies": "2.17.0",
185-
"package-webentry": "2.29.11",
181+
"package-vocabularies": "2.17.1",
182+
"package-webentry": "2.29.12",
186183
"package-api-testing": "1.3.1",
187184
"package-variable-finder": "1.0.5",
188185
"packages": "^0"
189186
},
190187
"docker-executors": {
191-
"docker-executor-java": "1.0.4",
188+
"docker-executor-java": "1.0.5",
192189
"docker-executor-python": "1.0.1",
193190
"docker-executor-csharp": "1.0.2"
194191
},

0 commit comments

Comments
 (0)