Skip to content

Releases: fortrabbit/craft-copy

v1.0.8

04 Jan 15:13
3b65224
Compare
Choose a tag to compare
Merge pull request #128 from fortrabbit/fix/dotenv5

Support dotenv 2.x 3.x 5.x

v1.0.7

24 Sep 14:39
Compare
Choose a tag to compare
Increased timeout for import script to 1000 seconds

v1.0.6

24 Sep 14:19
3735d24
Compare
Choose a tag to compare
Merge pull request #123 from fortrabbit/fix/import-errors

Better error handling for copy/db/up --force

v1.0.5

12 May 12:10
dea2038
Compare
Choose a tag to compare
Merge pull request #112 from fortrabbit/composer-housekeeping

1.0.5

v1.0.4

08 Apr 17:04
Compare
Choose a tag to compare
no version

v1.0.3

12 Jan 08:57
Compare
Choose a tag to compare
Fix neglected /bin

v1.0.2

05 Jan 12:10
Compare
Choose a tag to compare

v1.0.1

10 Nov 12:55
Compare
Choose a tag to compare

Fixed a bug in the craft copy/all/up command.

v1.0.0

02 Nov 07:35
Compare
Choose a tag to compare

🎉 We are finally released Craft Copy 1.0.0, after it was first introduced two years ago. This release marks the first fully stable version for us. Thanks to our clients who gave us the required feedback to make this production-ready.

Notable changes to RC12

With this release, we are closing all issues and enhancements with Milestone 1.0. It actually contains some bigger changes to RC12 originally not anticipated:

New volume handling

In previous versions of Craft Copy (up until RC12) it was assumed that there will be a folder called web/assets where all your volumes will be stored. craft copy/assets/up (or down) would rsync that whole folder.

Now there is a new command called craft copy/volumes/up which you can use to sync specific or all volumes up. So Craft Copy will actually look for certain volumes you have setup with Craft CMS and sync these folders then. That's more reliable and open for different kind of setups.

In addition, there is also a new command called craft copy/folder/up where you can specify the folder you want to copy. This is still useful for static assets that are not in a volume.

The old assets/up is not working anymore. Either use the new volume command or continue with the folder command.

Smarter setup

Craft Copy now better catches certain states while setting it up. There are better more meaningful error messages. The configuration files for certain stages are stored in config/craft-copy.

Ready for Composer 2.0

The plugin is also compatible with Composer 1 and 2. This means composer install will be much faster once we switch to Composer 2 on our deploy service in the near future.

Next steps

  • Fully integrate Craft Copy with the official fortrabbit help guides.
  • Milestone 1.1

v1.0.0-RC12

08 Sep 13:52
Compare
Choose a tag to compare
  • Dependency bump