This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Version 1.3.1, Bugfix for 1.3.0
In PHP 5.5 environments the configuration was sometimes not correctly loaded.
Changes from 1.3.0:
- Added sorting by date to books view #116 #99 #50
- Users can switch between title and date sorting in titles view
- Added admin configuration to specify the kind of date used for sorting (timestamp, pubdate or modified)
- Updated layout
- Replaced outdated auth library Slim\Strong with Aura\Auth
- Added Aura\Session library to handle sessions properly, #173
- Added workaround for SQL statements due to outdated SQLITE libs on QNAP devices, #146
Issues:
- Automatic creation of a new data.db doesn't work anymore.