Skip to content

Commit

Permalink
Release 0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw1 committed Jun 7, 2015
1 parent 9937d7a commit 23c0ee1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
More detailed changelogs can be found at
<http://github.com/OpenGuides/OpenGuides>

0.80 07 June 2015
Fix calling CGI:param in a list context #85

0.79 31 May 2015
Add search_content_munger_module option to allow munging of node
content before indexing for search (Plucene and Lucy only).
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenGuides.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use URI::Escape;

use vars qw( $VERSION );

$VERSION = '0.79';
$VERSION = '0.80';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenGuides/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package OpenGuides::Utils;

use strict;
use vars qw( $VERSION );
$VERSION = '0.18';
$VERSION = '0.19';

use Carp qw( croak );
use Wiki::Toolkit;
Expand Down
2 changes: 1 addition & 1 deletion wiki.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use sigtrap die => 'normal-signals';
use vars qw( $VERSION );
$VERSION = '0.79';
$VERSION = '0.80';

use CGI qw/:standard/;
use CGI::Carp qw(croak);
Expand Down

0 comments on commit 23c0ee1

Please sign in to comment.