File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 11## 3.4.1 2022-09-13 <dave at tiredofit dot ca >
22
3- ### Added
4- - Introduce environment variables for SCRIPT_LOCATION_POST and SCRIPT_LOCATION_PRE for better seperation
5-
6- ### Changed
7- - Introduce deprecation warning for /assets/custom-scripts and /assets/custom-scripts/pre
3+ ### Added
4+ - Introduce environment variables for SCRIPT_LOCATION_POST and SCRIPT_LOCATION_PRE for better seperation
5+
6+ ### Deprecated
7+
8+ - Introduce deprecation warning for the custom script paths ` /assets/custom-scripts ` and ` /assets/custom-scripts/pre ` . These
9+ paths will continue to work for now but support may be removed in the next major version release. To support the new
10+ default paths your scripts should be moved as follows:
11+
12+ | Script Type| Old Path (Deprecated)| New Environment Variable| Environment Value Default|
13+ | -----------| --------| -------------------------| ----------------|
14+ | Pre| ` /assets/custom-scripts/pre ` | SCRIPT_LOCATION_PRE| ` /assets/scripts/pre ` |
15+ | Post| ` /assets/custom-scripts ` | SCRIPT_LOCATION_POST| ` /assets/scripts/post ` |
816
917
1018## 3.4.0 2022-09-12 <dave at tiredofit dot ca >
You can’t perform that action at this time.
0 commit comments