Skip to content

Commit

Permalink
Update Changes and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpresh committed Aug 25, 2016
1 parent 9a47e4d commit 6a869e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Dancer-Plugin-Auth-Extensible

1.00 2016-08-26
[ ENHANCEMENTS ]
- Cache logged in user and roles (GH-51)

0.40 2015-04-30
[ ENHANCEMENTS ]
- Login handlers go straight to homepage if user was already logged in
Expand Down
6 changes: 2 additions & 4 deletions lib/Dancer/Plugin/Auth/Extensible.pm
Expand Up @@ -7,7 +7,7 @@ use Carp;
use Dancer::Plugin;
use Dancer qw(:syntax);

our $VERSION = '0.40';
our $VERSION = '1.00';

my $settings = plugin_setting;

Expand Down Expand Up @@ -715,14 +715,12 @@ Regex support for require_role by chenryn
Support for user_roles looking in other realms by Colin Ewen (casao)
LDAP provider added by Mark Meyer (ofosos)
Config options for default login/logout handlers by Henk van Oers (hvoers)
=head1 LICENSE AND COPYRIGHT
Copyright 2012-13 David Precious.
Copyright 2012-16 David Precious.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
Expand Down

0 comments on commit 6a869e5

Please sign in to comment.