Skip to content

Commit

Permalink
1.0.8 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Jan 4, 2022
1 parent 17ce37e commit 87bb449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87bb449

Please sign in to comment.