Skip to content

Commit

Permalink
Item13139: Die if installing incompatible extensions
Browse files Browse the repository at this point in the history
Doesn't impact 1.2,  but die if the extension_installer for PatternSkin
and TopicUserMappingContrib are run on a Foswiki 1.1.x release
  • Loading branch information
gac410 committed Jul 1, 2015
1 parent 0d7ad29 commit abdeb2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PatternSkin/lib/Foswiki/Contrib/PatternSkin/PREINSTALL
@@ -0,0 +1,2 @@
die "Not compatible with Foswiki 1.1.x" if ($Foswiki::VERSION < 1.999);
return 'Installation continuing';
@@ -0,0 +1,2 @@
die "Not compatible with Foswiki 1.1.x" if ($Foswiki::VERSION < 1.999);
return 'Installation continuing';

0 comments on commit abdeb2e

Please sign in to comment.