Releases: dale42/site-sync
Releases · dale42/site-sync
Version 0.3.0
- App name changed to SiteSync in init.php
- Fix propagation of $directory param in Datastore::AddDatastore
- Added PHPUnit testing and composer package mikey179/vfsstream for file system tests
- Added test for datastore creation
- Added
composer test
script for running tests - Refactor $datastore handling in pair command
- On Mac, automatically open pair yml file on
sitesync pair create {pair-name}
- Added a working
post_sync_tasks
functionality. Tasks specified in the pair filepost_sync_tasks
option are ran after the site is sync'ed. sitesync site verify {site}
now has a basic implimentation, not a placeholderDatestore->siteSave()
preserves comment changes in site yml file
Version 0.2.0
Changes:
- Add CHANGELOG.md file
- Small README.md update
- Set build signature algorithm to SHA512
- Remove init command and automatically creat configuration directory
- Refactor site to use $this->datastore property
- Improve site list output formatting
- Update Datastore constructor docblock
Verson 0.1.0
Initial commit of work-in-progress code.