Releases: modmore/Gitify
Releases · modmore/Gitify
v1.0.0
This was tagged a while ago, just never turned into a release.
What's Changed
- Remove slashes from objects primary by @christianseel in #182
- Determine DB-Prefix from user-input during install by @sebastian-marinescu in #189
- Allow a phar to be built by @pbowyer in #202
- Update modx:install command to properly escape input values by @rchouinard in #207
- Fix fallback Gitify-Cache-Folder by @sebastian-marinescu in #176
- Add configurable database host by @alroniks in #215
- Fix backup filename to not contain colon and user previous DATE_ATOM format by @hansek in #147
- Bump phpunit/phpunit from 4.3.5 to 7.4.4 by @dependabot-preview in #238
New Contributors
- @christianseel made their first contribution in #182
- @pbowyer made their first contribution in #202
- @rchouinard made their first contribution in #207
Full Changelog: v0.12.0...1.0.0
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_pathsetting - Add optional
--overwriteflag to backup to overwrite a named backup file - Fix broken error message in backup command if file already exists
v0.10.0
- Make sure
modTemplateVaris set before content in the gitify file (#88) - Add
modTemplateVarResourceto defaulttruncate_on_forcefor 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:upgradecommand to download a newer version and to run the upgrade (#116) - Prevent
PHP Warning: mkdir(): File existserrors during init if backup and data folders already exist (#128) - Output result from command line install during
modx:install(#127) - Fix unzip in
modx:installon 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
whereattributes on content and other objects
v0.8.0
- [BC] Rename
Gitify install:packagetoGitify package:install, andGitify install:modxtoGitify 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 buildandGitify extractnow 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