Skip to content

Tags: WillyJimmyDev/simple-quiz

Tags

v1.10.0

Toggle v1.10.0's commit message
Changed README to mention ISAPI module for IIS #14 and to link to get…

…composer.org

v1.9.0

Toggle v1.9.0's commit message
Fixed bug when updating question's answers, made sql dump data make s…

…ensegit status

1.8.2

Toggle 1.8.2's commit message
In response to #4 A bug where certain browsers (Safari, IE) loaded a …

…cached test page when the back button was used. Submitting the form again with a correct answer would increase the user's score allowing them to score more points than actual questions existed!

A nonce has now been implemented meaning any cached form data will fail submission.

v1.8.1

Toggle v1.8.1's commit message
Added $categories in to slim.before.despatch hook

Fixed bug in logging out admin user.

v1.8.0

Toggle v1.8.0's commit message
Exported new sql dump

v1.7.1

Toggle v1.7.1's commit message
Fixed bug in deleting of question and related answers

v1.7.0

Toggle v1.7.0's commit message
Quick tidy up. A few bug fixes before file release.

v1.6.0

Toggle v1.6.0's commit message
Changed app structure so that only necessary files accessible from br…

…owser (should have been done from the start).

Added trailing slash to links in views.
Improved the README.