Skip to content

Commit

Permalink
update to version 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amnah authored Mar 6, 2017
1 parent a6541e6 commit 0c4876f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Module extends \yii\base\Module
/**
* @var string Module version
*/
protected $version = "5.0.4";
protected $version = "5.0.5";

/**
* @var string Alias for module
Expand Down Expand Up @@ -94,6 +94,11 @@ class Module extends \yii\base\Module
*/
public $emailViewPath = "@user/mail";

/**
* @var string Force translation
*/
public $forceTranslation = false;

/**
* @var array Model classes, e.g., ["User" => "amnah\yii2\user\models\User"]
* Usage:
Expand All @@ -105,8 +110,6 @@ class Module extends \yii\base\Module
*/
public $modelClasses = [];

public $forceTranslation = false;

/**
* Get module version
* @return string
Expand Down

0 comments on commit 0c4876f

Please sign in to comment.