Downloads
Download tar.gz
47.44 KB
MD5: dedd8982682c8d3705cf8b5e09a03ddd
SHA-1: f60704ebe25b1241cc86808a2cfaf69ae3904f19
SHA-256: 2d6913bf881a18d1f8e27ed95ad9e10ced693cf174844f41cc1a3b3a843e18a3
Download zip
54.63 KB
MD5: 593399dd131cc5f25d2bbd5eaae034d1
SHA-1: 0c363517306bfd81a772750873fe08d73512f872
SHA-256: 8b4398a3a5716d025506807a11ea061f99f8918bb5a20d7c1a203ffc83c54fe4
Release notes
This is a maintenance release. No new features have been added, and no APIs have been changed. No security fixes are included in this release. Several bugs have been fixed, though.
No database changes were made, so there is no need to run update.php, though you might want to clear the cache.
Changes since Quiz 6.x-2.0:
- Fixed #325622: Views fix backported from 6.3 branch.
- Fixed #307033: Table name not correctly escaped. Backported fix from 6.3.
- Fixed #330796: Updated multichoice_access to correctly handle user access. This removed duplicate access denied errors and should also allow users to edit their own multichoice, too.
- Fixed #330774: In preview mode, all answers on a multiple choice question are now shown. To prevent accidental form submissions, the submit button is now disabled as well.
- Fixed #339938: Removed unnecessary query that was overwriting the quiz node status with an empty array.
- Fixed #339675: Fixed the unchecking of the correct answer during a multichoice preview. (fix backported from 6.x-3.x)