Changelog

Keep up to date with all our updates.

  • Sensei 1.8.8

    • Fixed – Administrator does not have access to the Sensei settings on new installs
    • Fixed – Drop downs not working correctly on certain admin screens.
  • Sensei 1.8.7

    • Fixed – Course created email sent twice
    • Fixed – Error notices on the lesson edit screen
    • Fixed – WP_Widget constructors updated as within WordPress Core
    • 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
    • Tweak – Users with teacher role will now be sent to admin after login.
    • Tweak – Show admin bar to users who can ‘edit_courses’
  • Sensei 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.
  • Sensei 1.8.5

    • Fix – Save the lesson preview checkbox unchecked state as well. The bug was that unchecked boxes does not get passed via $_POST in certain cases.
    • Tweak – Allow the quiz results rounding to be filtered. So you can now have decimal points shown to the user instead of the rounded up amount.
    • Fix – Module order screen now working. The fix is to remove chosen from the select box. This will be replaced by select2.
    • Fix – Update the modules order link on all courses admin page. The link went to the wrong place.
    • Fix – Add contact teacher button to lessons and quizzes.
    • Fix – Allow gap-fill questions to be auto graded again.
  • Sensei 1.8.4

    • Fix – Query post type changes for non 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.