forked from litzinetz-de/OpenVoucher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease_notes.txt
More file actions
16 lines (11 loc) · 849 Bytes
/
release_notes.txt
File metadata and controls
16 lines (11 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Release notes for version 1.0.0
Minimum required version when upgrading: 0.4.3
Bugfixes
========
* Disabled caching for the landing page - this might lead to issues after authenticating
* Reimplemented MySQL connection - mysql_connect and its' little helpers are deprecated. We're using mysqli now. See http://php.net/manual/en/function.mysql-connect.php for details
Features
========
+ Vouchers can now have a dynamic expiration time, based on the timestamp at the first usage
+ Dropping devices by the end user can now be disabled
+ A new config section "Change and enforce default values" is now available. It can be used for configuring various default values. Admins are optionally able to enforce each of these values, users that have the permission to issue vouchers are then bound to these default values and cannot change them anymore