From bf0cf3bdfe99e40bc4600ebcbe4f678e3d174239 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Thu, 2 Apr 2020 09:56:41 -0400 Subject: [PATCH] v1.4.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e920fe203..2f0d820ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -### Head +### 1.4.0: April 2nd, 2020 * Update PHP to 7.4 ([#1164](https://github.com/roots/trellis/pull/1164)) * Update `wp_cli_version` to 2.4.0 ([#1131](https://github.com/roots/trellis/pull/1131)) * Fix `subjectAltName` for self-signed certificates ([#1128](https://github.com/roots/trellis/pull/1128)) * `composer install` without `--no-scripts` during deploy ([#1133](https://github.com/roots/trellis/pull/1133)) * Allow `composer install` with `--classmap-authoritative` during deploy ([#1132](https://github.com/roots/trellis/pull/1132)) * Use modern SSL config for Nginx ([#1127](https://github.com/roots/trellis/pull/1127)) -* Fix `DEPLOY_UNFINISHED` not being copied over to `release` folder (#[1145])(https://github.com/roots/trellis/pull/1145) +* Fix `DEPLOY_UNFINISHED` not being copied over to `release` folder ([#1145](https://github.com/roots/trellis/pull/1145)) * Deploy: Remove untracked files from project folder ([#1146](https://github.com/roots/trellis/pull/1146)) * Nginx: Block `composer/installed.json` ([#1150](https://github.com/roots/trellis/pull/1150)) * Run `git clean` after checking `git clone` is successful ([#1151](https://github.com/roots/trellis/pull/1151))