We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81606e9 commit aefa217Copy full SHA for aefa217
CHANGELOG.md
@@ -3,6 +3,8 @@
3
Changes that may have an impact on backwards compatibility (i.e. they may break existing workflows) are marked with `[BC]`.
4
5
## Current development (master)
6
+
7
+## 0.11.0 - 2015-11-04
8
- Fix E_STRICT error in loadConfig (#136)
9
- Fix file path comparisons to work properly across unix and windows (#99)
10
- Cache MODX packages so it doesn't have to download every time (#133)
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "modmore/Gitify",
- "version": "0.10.2",
+ "version": "0.11.0",
"description": "Command line toolkit to make managing a MODX site in git a lot easier",
"require": {
"kbjr/Git.php": "*",
0 commit comments