Merge pull request #158 from mark-monteiro/patch-1

Improve release notes for 3.4.1
This commit is contained in:
Dave Conroy
2022-09-14 09:17:51 -07:00
committed by GitHub

View File

@@ -3,8 +3,16 @@
### Added ### Added
- Introduce environment variables for SCRIPT_LOCATION_POST and SCRIPT_LOCATION_PRE for better seperation - Introduce environment variables for SCRIPT_LOCATION_POST and SCRIPT_LOCATION_PRE for better seperation
### Changed ### Deprecated
- Introduce deprecation warning for /assets/custom-scripts and /assets/custom-scripts/pre
- Introduce deprecation warning for the custom script paths `/assets/custom-scripts` and `/assets/custom-scripts/pre`. These
paths will continue to work for now but support may be removed in the next major version release. To support the new
default paths your scripts should be moved as follows:
|Script Type|Old Path (Deprecated)|New Environment Variable|Environment Value Default|
|-----------|--------|-------------------------|----------------|
|Pre|`/assets/custom-scripts/pre`|SCRIPT_LOCATION_PRE|`/assets/scripts/pre`|
|Post|`/assets/custom-scripts`|SCRIPT_LOCATION_POST|`/assets/scripts/post`|
## 3.4.0 2022-09-12 <dave at tiredofit dot ca> ## 3.4.0 2022-09-12 <dave at tiredofit dot ca>