Author: earle Date: 2005-10-12 04:15:22 +0100 (Wed, 12 Oct 2005) New Revision: 692
Modified: trunk/Changes trunk/lib/OpenGuides.pm trunk/lib/OpenGuides/RDF.pm trunk/lib/OpenGuides/SuperSearch.pm Log: bump version numbers appropriately
Modified: trunk/Changes =================================================================== --- trunk/Changes 2005-10-12 01:57:58 UTC (rev 691) +++ trunk/Changes 2005-10-12 03:15:22 UTC (rev 692) @@ -1,7 +1,7 @@ 0.51 New "format=raw" option for outputting wiki text of a node. New "summary" metadata field for one-line summaries of nodes. - Add "summary" field to RDF as dc:description. + Add summary field to RDF as dc:description. Show node summary in search results. Add "address" field that had got missed out from the RDF. Fix bug that was breaking coordinate entry fields on search page if lat/lon
Modified: trunk/lib/OpenGuides/RDF.pm =================================================================== --- trunk/lib/OpenGuides/RDF.pm 2005-10-12 01:57:58 UTC (rev 691) +++ trunk/lib/OpenGuides/RDF.pm 2005-10-12 03:15:22 UTC (rev 692) @@ -3,7 +3,7 @@ use strict;
use vars qw( $VERSION ); -$VERSION = '0.071'; +$VERSION = '0.08';
use CGI::Wiki::Plugin::RSS::ModWiki; use Time::Piece;
Modified: trunk/lib/OpenGuides/SuperSearch.pm =================================================================== --- trunk/lib/OpenGuides/SuperSearch.pm 2005-10-12 01:57:58 UTC (rev 691) +++ trunk/lib/OpenGuides/SuperSearch.pm 2005-10-12 03:15:22 UTC (rev 692) @@ -1,6 +1,6 @@ package OpenGuides::SuperSearch; use strict; -our $VERSION = '0.09'; +our $VERSION = '0.10';
use CGI qw( :standard ); use CGI::Wiki::Plugin::Locator::Grid;
Modified: trunk/lib/OpenGuides.pm =================================================================== --- trunk/lib/OpenGuides.pm 2005-10-12 01:57:58 UTC (rev 691) +++ trunk/lib/OpenGuides.pm 2005-10-12 03:15:22 UTC (rev 692) @@ -13,7 +13,7 @@
use vars qw( $VERSION );
-$VERSION = '0.50'; +$VERSION = '0.51';
=head1 NAME