From 87bb4496fdb90f774f88fee246ffd99966e2ca5a Mon Sep 17 00:00:00 2001 From: Oliver Stark Date: Tue, 4 Jan 2022 12:07:44 +0100 Subject: [PATCH] 1.0.8 changelog --- CHANGELOG.md | 3 +++ README.md | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb168f..f1249d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.0.8 - 2022-01-4 +- Support dotenv version 5 + ## 1.0.7 - 2021-09-24 - Increased timeout for import script to 1000 seconds diff --git a/README.md b/README.md index be12ca0..c0a6e40 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,10 @@ cd your/craft-project composer config platform --unset composer require fortrabbit/craft-copy -W -# With the latest version of composer (2.2 or higher) you we see this prompt: +# With the latest version of composer (2.2 or higher) you may see this prompt: # Do you trust "fortrabbit/craft-auto-migrate" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] -# Confirm with `y` +# +# Confirm with `y` # Install and enable the plugin with Craft CMS php craft plugin/install copy