Releases: Automattic/sensei
1.9-alpha
1.8.9 beta 1.
This fixes the bug where Multiple choice questions aren't showing up.
1.8.8
Quick fix
- Fixed: Administrator does not have access to the Sensei settings on new installs
- Fixed: Drop downs not working correctly on certain admin screens.
1.8.7
Bug fix release.
Fixed: Course created email sent twice
Fixed: Menu items with blank URL disappeared when the private messages functionality were disabled in settings.
Fixed: Answers disappear after adding a question
Fixed: Multiple Choice random order was applied by default even if the user didn't select this.
Fixed: TextArea question answers not displaying correctly in grading.
Fixed: Question type contains author name
Fixed: "Other Lessons" title always shows, even with no lessons under it.
Fixed: auto-grading not working for gap fill
Fixed: Double forward slash when loading templates
Fixed: Invalid prompt message when trying to leave the Add Question page
Fixed: Installing the sensei pages, the dropdowns for both pages are still empty on the first load.
Fixed: allow for course products to be part WooCommerce product bundles
Fixed: removed WordPress 4.3 table list notices
Tweak: Give the teacher the right access to Lesson comments
Tweek: Users with teacher role will now be sent to admin after login.
Tweak: Show admin bar to users who can 'edit_courses'
1.8.6
Release 1.8.6
1.8.6 pre-release
2015.07.15 - version 1.8.6
- Fix - Failure to load the JS in admin page because there was an extra dot in the file name.
- Fix - a few Typos in comments and strings
- Fix - Remove special character and replace with ' instead
- Fix - change site_transients to normal transients and decrease the time from 30 days to 10
- Fix - Create a fallback for round with 3 parameters. Added a check to use to use only 2 parameter for php version below 5.3
- Tweak - Output course order via php instead of relying on JS to re-order on the front-end.
Simple quick fix for users having js issues.
This fix is already included for version 1.9 but incase users need it now they can use this zip.
1.8.5
Release 1.8.5 - several bug fixes.
Release 1.8.4
Bug Fix release:
- Fix - Query post type changes for none Sensei queries. Added better checking to ensure this
query filter only applies to teachers. - Fix - Performance issues on the all courses page with a large user base.
- Fix - Performance: user ajax search timed out due to large user base. Enforce minimum string search length.
- Fix - Update all instances of 'numberofposts' with 'posts_per_page'. Also adding and upper
limit as '-1' (unlimited) is not good.
1.8.3
Release 1.8.3 - bug fixes