diff --git a/data/System/UpdateAttachmentsPlugin.txt b/data/System/UpdateAttachmentsPlugin.txt index 156497d..1417b65 100644 --- a/data/System/UpdateAttachmentsPlugin.txt +++ b/data/System/UpdateAttachmentsPlugin.txt @@ -59,6 +59,7 @@ This plugin _may_ not function correctly if =$Foswiki::cfg{AutoAttachPubFiles}= | Plugin Version: | %$VERSION% | | Plugin Release: | %$RELEASE% | | Change History: |   | +| 2.0.2: | Foswikitask:Item10630: Config.spec really is necessary | | 2.0.1: | Foswikitask:Item10630: remove unnecessary files from manifest | | 2.0: | Foswikitask:Item10196: correctly handle dot prefixed files | | 2.0rc: | Foswikitask:Item9322: Update for version 1.1 of Foswiki | diff --git a/lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm b/lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm index 96b7fda..46b655b 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.0.1'; +our $RELEASE = '2.0.2'; our $SHORTDESCRIPTION = 'A batched alternative to AutoAttachments (adds and removes attachements)'; our $NO_PREFS_IN_TOPIC = 1; diff --git a/lib/Foswiki/Plugins/UpdateAttachmentsPlugin/MANIFEST b/lib/Foswiki/Plugins/UpdateAttachmentsPlugin/MANIFEST index 50452b1..8e96bb5 100644 --- a/lib/Foswiki/Plugins/UpdateAttachmentsPlugin/MANIFEST +++ b/lib/Foswiki/Plugins/UpdateAttachmentsPlugin/MANIFEST @@ -1,6 +1,6 @@ # Release manifest for UpdateAttachmentsPlugin data/System/UpdateAttachmentsPlugin.txt 0644 Documentation lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm 0644 Perl module -pub/System/UpdateAttachmentsPlugin/wikiringlogo20x20.png -pub/System/UpdateAttachmentsPlugin/wikiring-attach.png - +lib/Foswiki/Plugins/UpdateAttachmentsPlugin/Config.spec 0644 +pub/System/UpdateAttachmentsPlugin/wikiringlogo20x20.png 0644 +pub/System/UpdateAttachmentsPlugin/wikiring-attach.png 0644