update readme
This commit is contained in:
parent
7f602781d3
commit
59f1d8e987
1 changed files with 4 additions and 1 deletions
|
@ -75,11 +75,14 @@ as dependencies.
|
||||||
This app uses Symfony Translator. It's bootstraped in `Util\TranslationHelper` and locales are placed under `data/locale/`. Adjust to your needs or help translating.
|
This app uses Symfony Translator. It's bootstraped in `Util\TranslationHelper` and locales are placed under `data/locale/`. Adjust to your needs or help translating.
|
||||||
|
|
||||||
## Changelog ##
|
## Changelog ##
|
||||||
- 0.1.2:
|
- 0.1.3:
|
||||||
- add authentication after sign up
|
- add authentication after sign up
|
||||||
- only logged in users can delete their account (with the help of the token)
|
- only logged in users can delete their account (with the help of the token)
|
||||||
- only logged in users can change their account password
|
- only logged in users can change their account password
|
||||||
|
|
||||||
|
- 0.1.2:
|
||||||
|
- Bugfixes
|
||||||
|
|
||||||
- 0.1.1:
|
- 0.1.1:
|
||||||
- updated readme and `env.example`
|
- updated readme and `env.example`
|
||||||
- fix some language validator inconsistencies
|
- fix some language validator inconsistencies
|
||||||
|
|
Reference in a new issue