From dc3543294ffddd74d1f0c79e5334578fdb51a45e Mon Sep 17 00:00:00 2001 From: Selahattin Date: Mon, 30 Nov 2015 15:58:13 +0200 Subject: [PATCH 1/3] add translation to password field's placeholder --- Resources/views/public/login.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/public/login.blade.php b/Resources/views/public/login.blade.php index 04d5453..79ba2a8 100644 --- a/Resources/views/public/login.blade.php +++ b/Resources/views/public/login.blade.php @@ -22,7 +22,7 @@
+ name="password" placeholder="{{ trans('user::auth.password') }}" value="{{ old('password')}}"> {!! $errors->first('password', ':message') !!}
From d8f94b2446de751e8514548761d901d201c9006c Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Mon, 30 Nov 2015 16:29:05 +0100 Subject: [PATCH 2/3] Fixing yaml parsing stuff --- changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index 62bfa2d..61c23a5 100644 --- a/changelog.yml +++ b/changelog.yml @@ -5,7 +5,7 @@ versions: - Seeding the Translation module permissions on init "1.12.0": changed: - - New and updated authentication views. Important: If you published the auth views, they need to be re-published + - New and updated authentication views. Important If you published the auth views, they need to be re-published "1.11.0": changed: - Manual inclusing of iCheck css file has been removed From 5ee334837f55a162704b716399aa5b95d01c09d1 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Mon, 30 Nov 2015 16:29:33 +0100 Subject: [PATCH 3/3] Preparing 1.13.1 release --- changelog.yml | 3 +++ module.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index 61c23a5..e1b5a8b 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,5 +1,8 @@ url: https://github.com/AsgardCms/User versions: + "1.13.1": + changed: + - Fixed yaml structure "1.13.0": changed: - Seeding the Translation module permissions on init diff --git a/module.json b/module.json index 24a45f6..33ff176 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "alias": "user", "description": "The user module is responsible for managing users and permissions.", "keywords": [], - "version": "1.13.0", + "version": "1.13.1", "active": 1, "order": 1, "providers": [