Skip to content

Commit

Permalink
Merge pull request #1445 from Automattic/release/1.9.6
Browse files Browse the repository at this point in the history
Update all the things for 1.9.6
  • Loading branch information
kraftbj committed May 5, 2016
2 parents be67e3b + 22a9e72 commit 4deae19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
*** Sensei Changelog ***

2016.05.05 - version 1.9.6
* Fix - Fixed an issue prevent Modern Tribe's The Event Calendar from functioning properly.
* Fix - Ensure the question grade is shown inline with questions.
* Fix - Prevent a PHP notice when calling question results.
* Fix - Prevent a situation where quiz answers are revealed prior to submission.
* Fix - Use the course ID when building the permalink for the start course form.

2016.04.26 - version 1.9.5
* Fix - The purchase course button wasn't showing up on some courses.
* Fix - Ensure courses are activated when order status is processing or completed.
Expand Down
6 changes: 3 additions & 3 deletions lang/woothemes-sensei.pot
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ msgstr ""
msgid "Reset"
msgstr ""

#: includes/class-sensei-grading-user-quiz.php:95, includes/class-sensei-grading-user-quiz.php:106, includes/class-sensei-question.php:42, includes/class-sensei-question.php:1086
#: includes/class-sensei-grading-user-quiz.php:95, includes/class-sensei-grading-user-quiz.php:106, includes/class-sensei-question.php:42, includes/class-sensei-question.php:1092
msgid "Multiple Choice"
msgstr ""

Expand Down Expand Up @@ -2111,11 +2111,11 @@ msgstr ""
msgid "All categories"
msgstr ""

#: includes/class-sensei-question.php:712
#: includes/class-sensei-question.php:718
msgid "Incorrect - Right Answer:"
msgstr ""

#: includes/class-sensei-question.php:722
#: includes/class-sensei-question.php:728
msgid "Grade: %d"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions woothemes-sensei.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Sensei
Plugin URI: http://www.woothemes.com/products/sensei/
Description: A course management plugin that offers the smoothest platform for helping you teach anything.
Version: 1.9.5
Version: 1.9.6
Author: WooThemes
Author URI: http://www.woothemes.com/
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Expand Down Expand Up @@ -50,7 +50,7 @@ function Sensei(){
}

// set the sensei version number
Sensei()->version = '1.9.5';
Sensei()->version = '1.9.6';

//backwards compatibility
global $woothemes_sensei;
Expand Down

0 comments on commit 4deae19

Please sign in to comment.