Fix style of CHANGELOG
This commit is contained in:
parent
74fc734d60
commit
ce72918943
1 changed files with 30 additions and 30 deletions
56
CHANGELOG.md
56
CHANGELOG.md
|
@ -1,51 +1,51 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
## 0.3.0.1
|
## 0.3.0.1
|
||||||
- Remove cookie consent as session cookies should be allowed because they provide core functionality
|
- Remove cookie consent as session cookies should be allowed because they provide core functionality
|
||||||
- Adjust `legal.example.md` and add `PHPSESSID`
|
- Adjust `legal.example.md` and add `PHPSESSID`
|
||||||
- Fix styles
|
- Fix styles
|
||||||
|
|
||||||
## 0.3.0.0
|
## 0.3.0.0
|
||||||
- Fixes
|
- Fixes
|
||||||
- Cookie consent
|
- Cookie consent
|
||||||
|
|
||||||
## 0.2.0.1
|
## 0.2.0.1
|
||||||
- Design fixes
|
- Design fixes
|
||||||
- GDPR adjustments (specify agreement in a `.md` file)
|
- GDPR adjustments (specify agreement in a `.md` file)
|
||||||
|
|
||||||
## 0.1.3.3 to 0.2.0.0
|
## 0.1.3.3 to 0.2.0.0
|
||||||
- update to latest yaml
|
- update to latest yaml
|
||||||
- Force to lower on email and username
|
- Force to lower on email and username
|
||||||
- Update README and htaccess for Apache
|
- Update README and htaccess for Apache
|
||||||
- Change to bootstrap4 theme
|
- Change to bootstrap4 theme
|
||||||
- Add legal information hint on sign up page
|
- Add legal information hint on sign up page
|
||||||
|
|
||||||
## 0.1.3.2:
|
## 0.1.3.2:
|
||||||
- Refactor
|
- Refactor
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
- Add possibility to determine LogLevel and logger name in environment
|
- Add possibility to determine LogLevel and logger name in environment
|
||||||
|
|
||||||
## 0.1.3.1:
|
## 0.1.3.1:
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
|
|
||||||
## 0.1.3:
|
## 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:
|
## 0.1.2:
|
||||||
- Bugfixes
|
- 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
|
||||||
- added admin notifications
|
- added admin notifications
|
||||||
- added possibility for users to delete their account
|
- added possibility for users to delete their account
|
||||||
- added back index page
|
- added back index page
|
||||||
- works with mod_admin_rest
|
- works with mod_admin_rest
|
||||||
version [afc42d7](https://github.com/snowblindroan/mod_admin_rest/commit/afc42d70f0aceb2351a1bc786d61e3f4dbdfb948)
|
version [afc42d7](https://github.com/snowblindroan/mod_admin_rest/commit/afc42d70f0aceb2351a1bc786d61e3f4dbdfb948)
|
||||||
|
|
||||||
## 0.1:
|
## 0.1:
|
||||||
- initial release
|
- initial release
|
||||||
- works with mod_admin_rest
|
- works with mod_admin_rest
|
||||||
version [afc42d7](https://github.com/snowblindroan/mod_admin_rest/commit/afc42d70f0aceb2351a1bc786d61e3f4dbdfb948)
|
version [afc42d7](https://github.com/snowblindroan/mod_admin_rest/commit/afc42d70f0aceb2351a1bc786d61e3f4dbdfb948)
|
||||||
|
|
Reference in a new issue