Skip to content

Releases: sitegeist/Sitegeist.MagicWand

Fix a regression in clone:list

22 Mar 10:33
Compare
Choose a tag to compare

When using clone:list with a postClone configuration somewhere in the presets, the command now does not run into an array to string conversion error enymore.

Improve documentation and examples.

02 Mar 08:01
Compare
Choose a tag to compare

Improved the documentation and example settings.

v1.0.1

01 Mar 20:38
Compare
Choose a tag to compare

This just adds missing license information to composer.json

Initial Public Release

01 Mar 16:52
Compare
Choose a tag to compare
Merge branch 'feature/AddPostCloneCommandOption' into 'master'


[FEATURE] Add postClone option to the clone command

The postClone option can either be an array or a string. The given commands are executed with the shell after the clone is finished.
The the local FLOW_CONTEXT is added to the command so `./flow ...` can be used without specifying the context.

See merge request !6