Skip to content

Commit

Permalink
release version 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Oct 8, 2019
1 parent 017a06f commit 0d41555
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 mongodb extension Change Log
============================================

2.1.8 under development
-----------------------
2.1.8 October 08, 2019
----------------------

- Bug #285: Fix `sessionWrite` callback fields (related to https://github.com/yiisoft/yii2/issues/17559 and https://github.com/yiisoft/yii2/pull/17188) (lubosdz)

Expand Down
7 changes: 4 additions & 3 deletions src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ class Session extends MultiFieldSession
public $sessionCollection = 'session';

/**
* @var array Session fields to be written into session table columns
* @since 2.1.8
*/
* @var array Session fields to be written into session table columns
* @since 2.1.8
*/
protected $fields = [];


/**
* Initializes the Session component.
* This method will initialize the [[db]] property to make sure it refers to a valid MongoDB connection.
Expand Down

0 comments on commit 0d41555

Please sign in to comment.