Skip to content

Commit

Permalink
Item12908: configure forces a download of NatSkin if it is flagged re…
Browse files Browse the repository at this point in the history
…commended; making it optional now.

git-svn-id: http://svn.foswiki.org/trunk/ClassificationPlugin@17709 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed May 28, 2014
1 parent e7a2869 commit dd72430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/ClassificationPlugin.pm
Expand Up @@ -17,8 +17,8 @@ use strict;
use warnings;
use Foswiki::Contrib::DBCacheContrib::Search ();

our $VERSION = '3.21';
our $RELEASE = '3.21';
our $VERSION = '3.22';
our $RELEASE = '3.22';
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION = 'A topic classification plugin and application';

Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/ClassificationPlugin/DEPENDENCIES
Expand Up @@ -6,4 +6,4 @@ Foswiki::Plugins::FlexFormPlugin,>=2.61,perl,Required
Foswiki::Plugins::JQueryPlugin,>=4.20,perl,Required
Foswiki::Plugins::NatEditPlugin,>=7.11,perl,Required
Foswiki::Plugins::RenderPlugin,>=3.1,perl,Required
Foswiki::Contrib::NatSkin,>=4.00,perl,Recommended
Foswiki::Contrib::NatSkin,>=4.00,perl,Optional

0 comments on commit dd72430

Please sign in to comment.