mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated changelog and readme for 1.14.1 release
This commit is contained in:
13
CHANGELOG
13
CHANGELOG
@@ -1,3 +1,16 @@
|
||||
queXS 1.14.1 - Changes since 1.14.0
|
||||
|
||||
New feature: CAS Authentication
|
||||
|
||||
Fixed bug: When self completing group by group or all-in-one, numeric key presses may change previous answers
|
||||
Fixed bug: lp:1528293 fix and translated outcomes descriptions, added 'outcome id' to output (thanks Alex)
|
||||
Fixed bug: lp:1527201 output to csv in dataoutput.php (thanks Alex)
|
||||
Fixed bug: lp:1527201 (thanks Alex)
|
||||
Fixed bug: Removed extraneous documentation
|
||||
|
||||
Thank you again to those who contributed translations - these have been updated.
|
||||
|
||||
|
||||
queXS 1.14.0 - Changes since 1.13.1
|
||||
|
||||
New feature: Session based authentication instead of web server authentication
|
||||
|
||||
@@ -20,7 +20,7 @@ If you have a previous version of queXS installed, please check the CHANGELOG fi
|
||||
|
||||
```
|
||||
#Download and extract queXS to your webroot
|
||||
unzip quexs-1.14.0.zip -d /var/www/html
|
||||
unzip quexs-1.14.1.zip -d /var/www/html
|
||||
cd /var/www/html/quexs
|
||||
#Create a MySQL/mariadb database
|
||||
mysqladmin create quexs
|
||||
|
||||
Reference in New Issue
Block a user