Skip to content

Commit

Permalink
Item8381: add dependencies
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/ChartPlugin@5965 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
AndrewJones authored and AndrewJones committed Jan 7, 2010
1 parent 7208542 commit 6ab4766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/System/ChartPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ If the required parameters are not defined, then an error message is returned or
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- specify latest version first -->&nbsp; |
| 07 Jan 2010: | Foswiki:Main.AndrewJones, Foswiki:Main.SvenDowideit: Add dependencies (Foswikitask:Item8381) |
| 13 Oct 2009: | Kenneth Lavrsen: Fixed problem where the plugin could not chart the contents of a table if the table is at the end of a topic |
| 08 Dec 2008: | Kenneth Lavrsen: Changed the author to myself. TWiki:Main.TaitCyrus is the original author but has not been maintaining this since and is not registered user on fork. So now I officially take the task as maintainer. Plugin is changed to Foswiki namespace and tested and works under Foswiki 1.0.0 |
| 18 May 2007: | Added discontinuous ranges - Foswiki:Main.CrawfordCurrie |
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/ChartPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use vars qw(

$VERSION = '$Rev: 13790 $';

$RELEASE = '13 Oct 2009';
$RELEASE = '07 Jan 2010';

$pluginInitialized = 0;
$initError = '';
Expand Down
3 changes: 2 additions & 1 deletion lib/Foswiki/Plugins/ChartPlugin/DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

gd,>0,c,Required.
GD,>=0.01,cpan,Required.
POSIX,>0,cpan,Required.

0 comments on commit 6ab4766

Please sign in to comment.