v.3.0
New major version 3!
So it's important to read release notes ;)
(not so) Breaking changes
- ec3b047 init movefile with 'wpcli' as default adapter
- 954dc6a remove
charset
option, add mysql_options
Now you will need wp-cli
installed by default. You can always change back to the default
adapter, but you should go ahead and install wp-cli
as a better choice!
We have dropped the database.charset
configuration, and we have updated docs in the wiki with suggestions to preserve the previous behaviour.
New features
- 8545bae remote hooks auto change directory to wordpress_path
Hooks, our previous new shiny feature, got improved: remote hooks will be run by default inside the remote wordpress' directory. So you won't have to manually cd
in your commands. We hope you'll appreciate. And obviously related documentation is up to date in the wiki ;)
🎉 🎉 🎉 🎉 🎉 🎉
#205 and #447 are closed feature requests now! We really hope this feature could be useful for the community, since we have implemented it "just" for you :P
- 954dc6a remove
charset
option, add mysql_options
Now you have both database.mysqldump_options
and the new database.mysql_options
available in the movefile.yml
. Ref: #460 and #463 and thanks a lot to @sag5515. This is another step towards a better support for docker environments. (Psss: have you noticed https://github.com/welaika/docker-wordmove ???)
This means that you can pass options to both mysqldump
command, used for db export, and mysql
command, used for db import.
Let us know if you're happy at https://twitter.com/weLaika