-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gggeek
committed
May 25, 2016
1 parent
fd7cbc5
commit e47b89a
Showing
7 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Changes from 0.8.1 to 0.8.2 - released 2016/1/11 | ||
|
||
New: | ||
|
||
Improved: | ||
- Use a known good version for Zeta Components Graph dependency instead of dev-master | ||
|
||
Fixed: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Changes from 0.8.2 to 0.9 - released 2016/2/16 | ||
|
||
New: | ||
|
||
Improved: | ||
- enable by default the scm-info panel if git info is found | ||
|
||
Fixed: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Changes from 0.9.0 to 0.9.1 - released 2016/5/20 | ||
|
||
New: | ||
|
||
Improved: | ||
|
||
Fixed: | ||
- one template error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Changes from 0.9.1 to 0.9.2 - released 2016/5/20 | ||
|
||
New: | ||
|
||
Improved: | ||
- allow to set the directory used to show git info instead of only relying on auto-detection | ||
|
||
Fixed: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Changes from 0.9.2 to 0.9.3 - released 2016/5/25 | ||
|
||
New: | ||
|
||
Improved: | ||
- allow a list of dirs to be used to give Git information, in case you are using submodules or similar | ||
|
||
Fixed: | ||
- removed the 'content churn' view which is not yet implemented |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
|
||
class ggsysinfoInfo | ||
{ | ||
static function info() | ||
{ | ||
return array( 'Name' => "<a href=\"http://projects.ez.no/ggsysinfo\">ggsysinfo</a>", | ||
'Version' => "0.9.2", | ||
'Version' => "0.9.3", | ||
'Copyright' => "Copyright (C) 2008-2016 Gaetano Giunta", | ||
'License' => "GNU General Public License v2.0" | ||
); | ||
} | ||
} | ||
?> |