Skip to content

Commit

Permalink
Item13519: Update SubscribePlugin change log
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Nov 7, 2015
1 parent 193cb00 commit 0987542
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions SubscribePlugin/data/System/SubscribePlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1437970011" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1446862490" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
<a href="http://wikiring.com"><img src="%ATTACHURL%/logo.gif" style="float:right" /></a>
---+ Subscribe Plugin
Expand Down Expand Up @@ -68,6 +68,7 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h

| Dependencies: | %$DEPENDENCIES% |
| Change&nbsp;History: | <!-- versions below in reverse order -->&nbsp; |
| 3.5 (06 Nov 2015) | Foswikitask:Item13519: Add dependency on URI due to MailerContrib dependency. |
| 3.4 (27 Jul 2015) | Foswikitask:Item13450: Fix support for FamFamFam skin. |
| 3.3 (04 May 2015) | Foswikitask:Item13393: simplified implementation |
| 3.2 (24 Nov 2014) | Foswikitask:Item12926: removed requirement for an HTML form wrapping the button |
Expand All @@ -87,7 +88,7 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h
%META:FIELD{name="License" title="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/%25$ROOTMODULE%25"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%25$ROOTMODULE%25"}%
%META:FILEATTACHMENT{name="subscribe_plugin.js" attr="h" comment="" date="1437970011" size="713" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="subscribe_plugin.uncompressed.js" attr="h" comment="" date="1437970011" size="2378" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="logo.gif" attr="h" comment="" date="1437970011" size="21246" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1437970011" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="subscribe_plugin.js" attr="h" comment="" date="1446862490" size="713" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="subscribe_plugin.uncompressed.js" attr="h" comment="" date="1446862490" size="2378" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="logo.gif" attr="h" comment="" date="1446862490" size="21246" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1446862490" size="1343" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions SubscribePlugin/lib/Foswiki/Plugins/SubscribePlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ use JSON ();
# SUBSCRIBE macro.
use URI ();

our $VERSION = '3.4';
our $RELEASE = '27 Jul 2015';
our $VERSION = '3.5';
our $RELEASE = '06 Nov 2015';
our $SHORTDESCRIPTION =
'This is a companion plugin to the MailerContrib. It allows you to trivially add a "Subscribe me" link to topics to get subscribed to changes.';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down

0 comments on commit 0987542

Please sign in to comment.