Skip to content

Commit

Permalink
Item13363: minor taint error, only visible on 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Comment committed Apr 11, 2015
1 parent a233ac2 commit ecb3db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EditRowPlugin/lib/Foswiki/Plugins/EditRowPlugin.pm
Expand Up @@ -32,8 +32,8 @@ BEGIN {
}
}

our $VERSION = '3.300';
our $RELEASE = '30 Mar 2015';
our $VERSION = '3.310';
our $RELEASE = '11 Apr 2015';
our $SHORTDESCRIPTION = 'Inline edit for tables';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down

0 comments on commit ecb3db5

Please sign in to comment.