Skip to content

Commit

Permalink
Item14821: depend on RenderPlugin 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Feb 14, 2019
1 parent 4701c6f commit d22c6ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/NatSkin.pm
Expand Up @@ -21,8 +21,8 @@ package Foswiki::Contrib::NatSkin;
use strict;
use warnings;

our $VERSION = '6.00';
our $RELEASE = '12 Feb 2019';
our $VERSION = '6.01';
our $RELEASE = '14 Feb 2019';
our $SHORTDESCRIPTION = 'Userfriendly Foswiki skin providing a flexible theming engine for professional webdesigns';

1;
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/NatSkin/DEPENDENCIES
Expand Up @@ -22,7 +22,7 @@ Foswiki::Plugins::NatEditPlugin,>=8.00,perl,Required
Foswiki::Plugins::NatSkinPlugin,>=4.20,perl,Required
Foswiki::Plugins::PageOptimizerPlugin,>=0.10,perl,Optional
Foswiki::Plugins::RedDotPlugin,>=1,perl,Required
Foswiki::Plugins::RenderPlugin,>=4.00,perl,Required
Foswiki::Plugins::RenderPlugin,>=6.00,perl,Required
Foswiki::Plugins::SecurityHeadersPlugin,>=2.00,perl,Optional
Foswiki::Plugins::TopicInteractionPlugin,>=1340,perl,Required
Foswiki::Plugins::WebLinkPlugin,>=1,perl,Required
Expand Down
7 changes: 3 additions & 4 deletions templates/javascript.nat.tmpl
Expand Up @@ -8,7 +8,7 @@
%{}%%TMPL:END%

%TMPL:DEF{"javascript::require"}%%JQREQUIRE{
"validate, superfish, ui, blockui, pnotify, farscroll, scrollto, imagetooltip, autosuggest, ui::tooltip, cookie, fontawesome, wikiword, like"
"validate, superfish, ui, blockui, pnotify, farscroll, scrollto, imagetooltip, autosuggest, ui::tooltip, cookie, fontawesome, wikiword, like, foswikitemplate"
warn="off"
}%%TMPL:P{"javascript::require::uploader"}%%TMPL:END%

Expand Down Expand Up @@ -39,9 +39,8 @@
%TMPL:DEF{"javascript::topiccreator"}%%ADDTOZONE{
"script"
id="TOPICCREATOR"
requires="JQUERYPLUGIN::WIKIWORD, JQUERYPLUGIN::SCROLLTO"
text="<script type='text/javascript' src='%PUBURLPATH%/%SYSTEMWEB%/RenderPlugin/foswikiTemplate.js'></script>
<script type='text/javascript' src='%PUBURLPATH%/%SYSTEMWEB%/NatSkin/topiccreator.js'></script>"
requires="JQUERYPLUGIN::WIKIWORD, JQUERYPLUGIN::SCROLLTO, JQUERYPLUGIN::FOSWIKITEMPLATE"
text="<script type='text/javascript' src='%PUBURLPATH%/%SYSTEMWEB%/NatSkin/topiccreator.js'></script>"
}%%TMPL:END%

%TMPL:DEF{"javascript::solr"}%%ADDTOZONE{
Expand Down

0 comments on commit d22c6ac

Please sign in to comment.