Skip to content

Commit a1a9ce6

Browse files
committed
Update version
1 parent 49526c0 commit a1a9ce6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ Revision history for Perl extension Apache::Session::MongoDB.
2525

2626
0.17 Wed May 18 22:01:50 2016
2727
- Return undef if no session found
28+
29+
0.18 Thu Jun 22 12:00:00 2017
30+
- Substitute $ and . characters in keys before stroring session contents

lib/Apache/Session/MongoDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.010;
44
use strict;
55
use AutoLoader 'AUTOLOAD';
66

7-
our $VERSION = '0.17';
7+
our $VERSION = '0.18';
88
our @ISA = qw(Apache::Session);
99

1010
use Apache::Session;

lib/Apache/Session/Store/MongoDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Apache::Session::Store::MongoDB;
33
use 5.010;
44
use strict;
55

6-
our $VERSION = '0.17';
6+
our $VERSION = '0.18';
77

88
use MongoDB;
99

0 commit comments

Comments
 (0)