1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

chore: update changelog

This commit is contained in:
Christy Jacob 2023-08-30 18:36:40 -04:00
parent 861921526e
commit 21dc3b16b0
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
# Version 1.4.1
## Fixes
- Add missing parameters required for custom email templates [#6077](https://github.com/appwrite/appwrite/pull/6077)
# Version 1.4.0
## Features

View file

@ -610,7 +610,7 @@ App::post('/v1/teams/:teamId/memberships')
'bg-content' => '#ffffff',
'text-content' => '#000000',
/* {{user}} ,{{team}}, {{project}} and {{redirect}} are required in the templates */
'user' => $user->getAttribute('name'),
'user' => $user->getAttribute('name'),
'team' => $team->getAttribute('name'),
'project' => $projectName,
'redirect' => $url