From 1192d1f8e90480d5ab1c0a30622913742462ca2f Mon Sep 17 00:00:00 2001 From: Nicholas Ketchum Date: Fri, 16 Jun 2017 16:33:29 -0400 Subject: [PATCH 1/3] Grav plugin cli error on password change (#120) The grav plugin cli tool throws an error when changing the passwd because it can't find the Grav class. Adding a use statement to the class fixed the issue. Submitting back in case it's a bug. --- cli/ChangePasswordCommand.php | 1 + 1 file changed, 1 insertion(+) 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; From 6422ec9c603afcd212cb0ee0939636b7b6cac414 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 22 Jun 2017 14:02:04 -0600 Subject: [PATCH 2/3] Added changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 From 27eae227224084619c227c5a3ac98042b17a5973 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 22 Jun 2017 14:02:33 -0600 Subject: [PATCH 3/3] Prepare for release --- blueprints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: