From 271896027e7dae6542feb374fc9f705c60d3f680 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 5 Oct 2019 12:24:53 +0300 Subject: [PATCH 1/2] Updated change log --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2945388879..3203c99063 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## Planned Issues -* Added 7 new locales for locale service and email templates (af, cz, hu, lt, no, ru, sv, ta, vi, zh-cn, zh-tw) +* Added 7 new locales for locale service and email templates (af, cz, hu, lt, no, ru, si, sv, ta, vi, zh-cn, zh-tw) * New users service routes to allow updates pref, email and name update * 2 stage Docker build * New database rule validation options From 54452dd2d931d7a0c76742a54e0b1bb7a8a05393 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 5 Oct 2019 15:07:52 +0300 Subject: [PATCH 2/2] User name is optional --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 524eaaa80b..122b722f90 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -197,7 +197,7 @@ $collections = [ 'key' => 'name', 'type' => 'text', 'default' => '', - 'required' => true, + 'required' => false, 'array' => false, ], [