This repository was archived by the owner on Sep 1, 2021. It is now read-only.
Releases: lx-s/Covid-Contact-Log
Releases · lx-s/Covid-Contact-Log
CCL 1.5.0
CCL 1.4.1
CCL 1.4
CCL 1.3
CCL 1.2
As you can see, I really like releases. The more, the better.
- New option
KEEP_OLD_ENTRIESthat allows you to delete entries older than the configuredENTRY_LOG_DAYSautomatically from the database. For current installations, this value is assumed to betrueso old entries will be kept. - Moved left-to-right and right-to-left definitions for languages in their respective translations file.
CCL 1.1
The should-have-called-the-first-one-"beta"-instead-of-"1.0"-Release.
DB_TABLE_PREFIXinconfig.sample.phphad a wrong default value.- Use Post/Redirect/Get-Pattern for entry submission. Otherwise entries may get added multiple times when mobile browsers (who don't know how to cache) reload the website all the time.
- Fixed display of sql-errors get shown correctly.
- SQL-Errors are now also translatable
- Minor cosmetic fixes