Skip to content

1.1.0

Compare
Choose a tag to compare
@dereuromark dereuromark released this 05 May 16:45
· 54 commits to master since this release

Improvements

Priority and Status

You can optionally ask for a priority.
You can also set a status in the backend, e.g. "in progress" or "archived".

Database Store

Added DatabaseStore and its own database backend as storage.
This is especially useful if a file-based storage is not an option, on multi-server or cloud-based hosting.

Note: If you want to switch from files to DB, that is possible.
There is a migration path included. Just go to the admin index for the items, there will be an "Import Files" action available as long as you keep the config for the Filesystem store. It will then just take those files and import them into the DB table.