From 305c5a9b939b35e521da0c2b1beb4d331ae81a15 Mon Sep 17 00:00:00 2001 From: GeorgeClark Date: Wed, 23 Feb 2011 00:08:06 +0000 Subject: [PATCH] Item9322: Prepare for release git-svn-id: http://svn.foswiki.org/trunk/UpdateAttachmentsPlugin@10775 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- data/System/UpdateAttachmentsPlugin.txt | 9 +++++---- lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/data/System/UpdateAttachmentsPlugin.txt b/data/System/UpdateAttachmentsPlugin.txt index 89f6a6b..50e2607 100644 --- a/data/System/UpdateAttachmentsPlugin.txt +++ b/data/System/UpdateAttachmentsPlugin.txt @@ -59,10 +59,11 @@ This plugin _may_ not function correctly if =$Foswiki::cfg{AutoAttachPubFiles}= | Plugin Version: | %$VERSION% | | Plugin Release: | %$RELEASE% | | Change History: |   | -| 2.0rc: | Foswikitask:Item9322 - Update for version 1.1 of Foswiki | -| port to Foswiki : | Feb 2009 | -| add AttachAsUser: | December 2007 | -| initial release: | November 2007 | +| 2.0: | Foswikitask:Item10196: correctly handle dot prefixed files | +| 2.0rc: | Foswikitask:Item9322: Update for version 1.1 of Foswiki | +| 20 Feb 2009: | Port to Foswiki | +| December 2007: | add AttachAsUser | +| November 2007: | Initial release | | Dependencies: | %$DEPENDENCIES% | | Plugin Home: | http://foswiki.org/Extensions/UpdateAttachmentsPlugin | diff --git a/lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm b/lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm index ad90864..092afff 100644 --- a/lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm +++ b/lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm @@ -2,7 +2,7 @@ package Foswiki::Plugins::UpdateAttachmentsPlugin; use strict; our $VERSION = '$Rev$'; -our $RELEASE = '2.0rc2'; +our $RELEASE = '2.0'; our $SHORTDESCRIPTION = 'A batched alternative to AutoAttachments (adds and removes attachements)'; our $NO_PREFS_IN_TOPIC = 1;