Releases: modmore/Gitify
Releases · modmore/Gitify
v0.11.0
0.11.0 - 2015-11-04
- Fix E_STRICT error in loadConfig (#136)
- Fix file path comparisons to work properly across unix and windows (#99)
- Cache MODX packages so it doesn't have to download every time (#133)
- Change the way Git.php dependency is loaded and version number is managed (#135)
- Fix stupid bug in Gitify->getEnvironment causing www to not get stripped off properly
- Allow setting the path to a git binary in a
gitify.git_path
setting - Add optional
--overwrite
flag to backup to overwrite a named backup file - Fix broken error message in backup command if file already exists
v0.10.0
- Make sure
modTemplateVar
is set before content in the gitify file (#88) - Add
modTemplateVarResource
to defaulttruncate_on_force
for content to make sure the DB is cleaned properly on force (#111) - Store installed packages with the full signature instead of just the package name (#110)
- Add
modx:upgrade
command to download a newer version and to run the upgrade (#116) - Prevent
PHP Warning: mkdir(): File exists
errors during init if backup and data folders already exist (#128) - Output result from command line install during
modx:install
(#127) - Fix unzip in
modx:install
on certain systems (#126) - Added support to get the git repository and environment specific options
- Added symfony2/process and git.php dependencies
- Implement/improve support for
where
attributes on content and other objects
v0.8.0
- [BC] Rename
Gitify install:package
toGitify package:install
, andGitify install:modx
toGitify modx:install
. Aliases are in place so they will continue to work for now, but those will be removed in v1. - Extract instantiation logic out of Gitify file into application.php for easier integration with non-CLI PHP.
- Small speed optimization (~ 10%) to
Gitify build --force
(#78) - Passing arguments to
Gitify build
andGitify extract
now restricts building/extracting to those specific data partitions/folders (#51, #26) - Escape password in backup/restore commands so they work with special characters in the password