We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623c80a commit ec683a3Copy full SHA for ec683a3
Changes
@@ -1,5 +1,10 @@
1
Revision history for Dancer2-Plugin-Auth-Extensible-Provider-DBIC
2
3
+0.622 Mon 12 Dec 14:30:55 CET 2016
4
+
5
+ * Add a LICENSE file (Kwalitee+GitHub) + more skips (GH#15, Shlomi Fish).
6
+ * Updates for latest test changes in D2PAE.
7
8
0.621 Tue 8 Nov 17:05:00 CET 2016
9
10
* logged_in_user_lastlogin now stored in session as epoch
lib/Dancer2/Plugin/Auth/Extensible/Provider/DBIC.pm
@@ -11,7 +11,7 @@ use Moo;
11
with "Dancer2::Plugin::Auth::Extensible::Role::Provider";
12
use namespace::clean;
13
14
-our $VERSION = '0.621';
+our $VERSION = '0.622';
15
16
=head1 NAME
17
0 commit comments