Skip to content

Commit 7bda69b

Browse files
authored
Merge pull request #158 from mark-monteiro/patch-1
Improve release notes for 3.4.1
2 parents 8fb3d83 + bc23b6a commit 7bda69b

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
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>

0 commit comments

Comments
 (0)