Skip to content

Commit

Permalink
Add changelogs and tag 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed May 25, 2016
1 parent fd7cbc5 commit e47b89a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 3 deletions.
8 changes: 8 additions & 0 deletions doc/changelogs/CHANGELOG-0.8.1-to-0.8.2
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:
8 changes: 8 additions & 0 deletions doc/changelogs/CHANGELOG-0.8.2-to-0.9
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:
8 changes: 8 additions & 0 deletions doc/changelogs/CHANGELOG-0.9-to-0.9.1
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
8 changes: 8 additions & 0 deletions doc/changelogs/CHANGELOG-0.9.1-to-0.9.2
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:
9 changes: 9 additions & 0 deletions doc/changelogs/CHANGELOG-0.9.2-to-0.9.3
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
2 changes: 1 addition & 1 deletion extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<software>
<metadata>
<name>ggsysinfo</name>
<version>0.9.2</version>
<version>0.9.3</version>
<copyright>Copyright (C) 2008-2016 Gaetano Giunta</copyright>
<license>GNU General Public License v2.0</license>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions ezinfo.php
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"
);
}
}
?>

0 comments on commit e47b89a

Please sign in to comment.