Skip to content

Commit

Permalink
Item14033: Bump API version to account for Foswiki::Request subtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Sep 7, 2016
1 parent 81bcd32 commit 2ac2942
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/lib/Foswiki/Plugins.pm
Expand Up @@ -36,7 +36,11 @@ if you have a recent enough version.
=cut

use version 0.77; our $VERSION = version->parse("2.4");
use version 0.77; our $VERSION = version->parse("2.5");

# 2.5 - Foswiki::Request subtypes of Rest, JSON, Attachment, ...
# 2.4 - Template names suport unicode characters
# 2.3 - Added registrationValidationHandler

our $inited = 0;

Expand Down

0 comments on commit 2ac2942

Please sign in to comment.