Skip to content

Commit

Permalink
Item12583: Update to simple decimal version.
Browse files Browse the repository at this point in the history
Eliminate the dependency on version, so this extension can be installed
on sites using old versions of perl.


Conflicts:
	MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm

git-svn-id: http://svn.foswiki.org/trunk@17460 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Mar 27, 2014
1 parent 4b56f44 commit ed9d351
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MailerContrib/data/System/MailerContrib.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1395772281" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1395934404" format="1.1" version="1"}%
%META:TOPICPARENT{name="Contribs"}%
---+!! Mailer Contrib
<a href="http://wikiring.com"><img src="%ATTACHURL%/logo.gif" style="float:right" /></a>
Expand Down Expand Up @@ -253,7 +253,7 @@ Many thanks to the following sponsors for supporting this work:
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | |
| 2.6.0 (25 Mar 2014) | Foswiki:Tasks/Item12786: fix flooding with unintended mails Foswiki:Tasks/Item12823: mark cron-generated mails as per RFC 3834 |
| 2.60 (25 Mar 2014) | Foswiki:Tasks/Item12786: fix flooding with unintended mails Foswiki:Tasks/Item12823: mark cron-generated mails as per RFC 3834, Foswiki:Tasks/Item12583: Convert to simple decimal version. |
| 2.5.5 (27 Aug 2013) | Foswiki:Tasks/Item12525: fix removal of subscriptions |
| 2.5.4 (25 Mar 2013) | Foswiki:Tasks/Item12447: correct support for character encodings |
| 2.5.3 (11 Sep 2012) | Foswiki:Tasks/Item12072: undocument non-existent =-user= parameter and update faulty examples |
Expand Down
4 changes: 2 additions & 2 deletions MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ use Foswiki::Contrib::MailerContrib::WebNotify ();
use Foswiki::Contrib::MailerContrib::Change ();
use Foswiki::Contrib::MailerContrib::UpData ();

use version; our $VERSION = version->declare("v2.6.0");
our $RELEASE = '01 Jan 2014';
our $VERSION = '2.60';
our $RELEASE = '2.60';
our $SHORTDESCRIPTION = 'Supports email notification of changes';

our $verbose = 0;
Expand Down
4 changes: 2 additions & 2 deletions MailerContrib/lib/Foswiki/Plugins/MailerContribPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package Foswiki::Plugins::MailerContribPlugin;
use strict;
use warnings;

use version; our $VERSION = version->declare("v2.5.3");
our $RELEASE = '2.5.3';
our $VERSION = '2.60';
our $RELEASE = '2.60';
our $SHORTDESCRIPTION = 'Supports e-mail notification of changes';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down

0 comments on commit ed9d351

Please sign in to comment.