mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated CHANGELOG for 2.1.0 release
This commit is contained in:
15
CHANGELOG
15
CHANGELOG
@@ -1,5 +1,20 @@
|
|||||||
queXS 2.1.0 - Changes since 2.0.1
|
queXS 2.1.0 - Changes since 2.0.1
|
||||||
|
|
||||||
|
This release adds the ability to send sample variables from queXS to the Limesurvey participant table (database changes required).
|
||||||
|
Other new features include significantly faster sample searching (server side) especially for large samples.
|
||||||
|
|
||||||
|
Bugs fixed include not being able to delete a sample, and passwords not being able to be updated.
|
||||||
|
|
||||||
|
New feature: Allow selection of outcome code when generating cases
|
||||||
|
New feature: Choose Limesurvey attributes to assign sample records to on case creation
|
||||||
|
New feature: Decide to create cases whether email valid or not
|
||||||
|
New feature: Server side sample querying to speed up sample searching
|
||||||
|
|
||||||
|
Fixed issue: Can't delete sample
|
||||||
|
Fixed issue: Cannot update password
|
||||||
|
Fixed issue: Typo in lime_rpc function
|
||||||
|
Fixed issue: Case status incorrectly reporting time when case available
|
||||||
|
|
||||||
Database changes required:
|
Database changes required:
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `remote_sample_var` (
|
CREATE TABLE IF NOT EXISTS `remote_sample_var` (
|
||||||
|
|||||||
Reference in New Issue
Block a user