diff --git a/CHANGELOG.md b/CHANGELOG.md index c906bac..df2a91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.3.2 +## 06/22/2017 + +1. [](#bugfix) + * Grav plugin cli error on password change [#120](https://github.com/getgrav/grav-plugin-login/issues/120) + # v2.3.1 ## 05/16/2017 diff --git a/blueprints.yaml b/blueprints.yaml index 6efa66e..fec40a9 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Login -version: 2.3.1 +version: 2.3.2 description: Enables user authentication and login screen. icon: sign-in author: diff --git a/cli/ChangePasswordCommand.php b/cli/ChangePasswordCommand.php index fda75b9..9345fb7 100644 --- a/cli/ChangePasswordCommand.php +++ b/cli/ChangePasswordCommand.php @@ -2,6 +2,7 @@ namespace Grav\Plugin\Console; use Grav\Console\ConsoleCommand; +use Grav\Common\Grav; use Grav\Common\File\CompiledYamlFile; use Grav\Common\User\User; use Symfony\Component\Console\Input\InputOption;