1.2 KiB
1.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
This project does not follow semantic versioning. The major part of the version is the year The minor part changes is the month The patch part changes is incremented if multiple releases happen the same month
[Unreleased]
Added
Changed
Fixed
- Fix deletion of SSH permissions
Removed
Security
[24.04]
Added
- Prevent op_del to fail and able to remove web account when part of it is already removed
Changed
- Add sendmail_path and open_basedir in LXC PHP pool configs
Fixed
- letsencrypt: Add required check when retrieving certificate. (Avoid TypeError.)
- web-add.sh: Fix ssh group membership (#94)
Removed
Security
[23.02] 2023-02-20
Added
- web : Display web-add.sh version
Changed
- Readme.md : Translated to english. New contribution guidelines and misc information
Fixed
- web-add.sh : Deleting mysql user with DROP USER to stay compatible with MariaDB 10.5+ - #78
- web-add.sh : Correcting deletion order to avoid dependency issues - #76