Releases: jonbp/wp-cli-sync
Releases · jonbp/wp-cli-sync
1.3.2
- Maintanence mode commands to prevent the site being accessed during sync
- ENV Optimisations (merci @gmutschler)
- Custom uploads folder directory support (thanks @paintface)
- Composer stable stability + updated WP-CLI packages
- New folder structure ✨
1.3.1
- Added welcome and connection success messages
- Added hints to checks
1.3.0
- Added connection checks
- Improved
.env
variable checks
- Added 'First Sync' instructions to README
1.2.1
- Fixed compatiblity with
oscarotero/env
2.0
1.2.0
- Added
--single-transaction
MySQL flag for non-blocking DB sync
- Added support for rsync excluded directories
- Added support for post-sync database queries to update site settings and such
- Added debug option to show details of commands executed
1.1.3
- Restored local
wp
command requirement due to incompatibilities with some terminal emulators.
1.1.2
- DB Sync directory change fix (#1)
- DB Sync now requires
bash
1.1.0
- Removed local
wp
command requirement
- Removed typo message
- Composer author details
- Started using Releases